/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 102 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()
|
D | SoftVideoDecoderOMXComponent.cpp | 90 def.bEnabled = OMX_TRUE; in initPorts() 112 def.bEnabled = OMX_TRUE; in initPorts()
|
D | SoftVideoEncoderOMXComponent.cpp | 95 def.bEnabled = OMX_TRUE; in initPorts() 123 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/native/include/media/openmax/ |
D | OMX_Component.h | 86 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
|
D | OMX_Video.h | 998 OMX_BOOL bEnabled; member
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 64 def.bEnabled = OMX_TRUE; in initPorts() 82 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 146 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/ |
D | SoftG711.cpp | 68 def.bEnabled = OMX_TRUE; in initPorts() 91 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 71 def.bEnabled = OMX_TRUE; in initPorts() 91 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 75 def.bEnabled = OMX_TRUE; in initPorts() 93 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 78 def.bEnabled = OMX_TRUE; in initPorts() 98 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 82 def.bEnabled = OMX_TRUE; in initPorts() 100 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 119 def.bEnabled = OMX_TRUE; in initPorts() 138 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 86 def.bEnabled = OMX_TRUE; in initPorts() 112 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 88 def.bEnabled = OMX_TRUE; in initPorts() 108 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 90 def.bEnabled = OMX_TRUE; in initPorts() 111 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 89 def.bEnabled = OMX_TRUE; in initPorts() 107 def.bEnabled = OMX_TRUE; in initPorts()
|
D | SoftAACEncoder2.cpp | 88 def.bEnabled = OMX_TRUE; in initPorts() 106 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 99 def.bEnabled = OMX_TRUE; in initPorts() 117 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 1884 config.bEnabled = (OMX_BOOL)enabled; in configureCodec()
|