/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 117 return !mPorts.itemAt(portIndex).mDef.bEnabled; in isSetParameterAllowed() 261 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer() 315 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer() 531 CHECK(port->mDef.bEnabled == !enable); in onPortEnable() 541 port->mDef.bEnabled = OMX_FALSE; in onPortEnable() 634 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions() 648 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions() 700 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
|
D | SoftVideoEncoderOMXComponent.cpp | 97 def.bEnabled = OMX_TRUE; in initPorts() 125 def.bEnabled = OMX_TRUE; in initPorts()
|
D | SoftVideoDecoderOMXComponent.cpp | 110 def.bEnabled = OMX_TRUE; in initPorts() 132 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/native/headers/media_plugin/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_VideoExt.h | 465 OMX_BOOL bEnabled; member
|
D | OMX_Video.h | 1010 OMX_BOOL bEnabled; member
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.cpp | 75 def.bEnabled = OMX_TRUE; in initPorts() 93 def.bEnabled = OMX_TRUE; in initPorts() 475 if (!info->mDef.bEnabled) { in onPortEnableCompleted()
|
/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 | 151 bool bEnabled; member 395 if(pContext->bEnabled == LVM_FALSE && pContext->SamplesToExitCount > 0) { in process() 769 pContext->bEnabled = LVM_FALSE; in Reverb_init() 1833 if (pContext->bEnabled == LVM_FALSE) { in Reverb_process() 1992 if(pContext->bEnabled == LVM_TRUE){ in Reverb_command() 1998 pContext->bEnabled = LVM_TRUE; in Reverb_command() 2017 if(pContext->bEnabled == LVM_FALSE){ in Reverb_command() 2023 pContext->bEnabled = LVM_FALSE; in Reverb_command()
|
/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/g711/dec/ |
D | SoftG711.cpp | 70 def.bEnabled = OMX_TRUE; in initPorts() 93 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/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 82 def.bEnabled = OMX_TRUE; in initPorts() 100 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/amrnb/dec/ |
D | SoftAMR.cpp | 83 def.bEnabled = OMX_TRUE; in initPorts() 109 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 123 def.bEnabled = OMX_TRUE; in initPorts() 142 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 91 def.bEnabled = OMX_TRUE; in initPorts() 112 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 91 def.bEnabled = OMX_TRUE; in initPorts() 111 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 89 def.bEnabled = OMX_TRUE; in initPorts() 107 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 104 def.bEnabled = OMX_TRUE; in initPorts() 122 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 142 def.bEnabled = OMX_TRUE; in initPorts() 160 def.bEnabled = OMX_TRUE; in initPorts()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 1905 param.bEnabled = OMX_FALSE; in configureCodec() 1907 if (param.bEnabled == OMX_TRUE) { in configureCodec() 1923 config.bEnabled = (OMX_BOOL)enabled; in configureCodec() 2405 config.bEnabled = (OMX_BOOL)(lowLatency != 0); in setLowLatency() 4601 gridType.bEnabled = useGrid; in configureImageGrid() 4608 gridType.bEnabled, in configureImageGrid() 4635 gridType.bEnabled, in configureImageGrid() 4641 if (err == OK && gridType.bEnabled) { in configureImageGrid()
|