Home
last modified time | relevance | path

Searched refs:bEnabled (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp102 return !mPorts.itemAt(portIndex).mDef.bEnabled; in isSetParameterAllowed()
226 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer()
280 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
470 CHECK(port->mDef.bEnabled == !enable); in onPortEnable()
473 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
566 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
580 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
629 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
DSoftVideoDecoderOMXComponent.cpp90 def.bEnabled = OMX_TRUE; in initPorts()
112 def.bEnabled = OMX_TRUE; in initPorts()
DSoftVideoEncoderOMXComponent.cpp95 def.bEnabled = OMX_TRUE; in initPorts()
123 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/native/include/media/openmax/
DOMX_Component.h86 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
148 OMX_BOOL bEnabled; member
308 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
DOMX_Video.h998 OMX_BOOL bEnabled; member
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp64 def.bEnabled = OMX_TRUE; in initPorts()
82 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp146 bool bEnabled; member
466 if(pContext->bEnabled == LVM_FALSE && pContext->SamplesToExitCount > 0) { in process()
848 pContext->bEnabled = LVM_FALSE; in Reverb_init()
1882 if (pContext->bEnabled == LVM_FALSE) { in Reverb_process()
2037 if(pContext->bEnabled == LVM_TRUE){ in Reverb_command()
2043 pContext->bEnabled = LVM_TRUE; in Reverb_command()
2062 if(pContext->bEnabled == LVM_FALSE){ in Reverb_command()
2068 pContext->bEnabled = LVM_FALSE; in Reverb_command()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp68 def.bEnabled = OMX_TRUE; in initPorts()
91 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp71 def.bEnabled = OMX_TRUE; in initPorts()
91 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp75 def.bEnabled = OMX_TRUE; in initPorts()
93 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp78 def.bEnabled = OMX_TRUE; in initPorts()
98 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp82 def.bEnabled = OMX_TRUE; in initPorts()
100 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp119 def.bEnabled = OMX_TRUE; in initPorts()
138 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp86 def.bEnabled = OMX_TRUE; in initPorts()
112 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp88 def.bEnabled = OMX_TRUE; in initPorts()
108 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp90 def.bEnabled = OMX_TRUE; in initPorts()
111 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp89 def.bEnabled = OMX_TRUE; in initPorts()
107 def.bEnabled = OMX_TRUE; in initPorts()
DSoftAACEncoder2.cpp88 def.bEnabled = OMX_TRUE; in initPorts()
106 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp99 def.bEnabled = OMX_TRUE; in initPorts()
117 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/
DACodec.cpp1884 config.bEnabled = (OMX_BOOL)enabled; in configureCodec()