Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp134 return !mPorts.itemAt(portIndex).mDef.bEnabled; in isSetParameterAllowed()
278 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer()
332 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
548 CHECK(port->mDef.bEnabled == !enable); in onPortEnable()
558 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
651 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
665 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
717 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
DSoftVideoEncoderOMXComponent.cpp97 def.bEnabled = OMX_TRUE; in initPorts()
125 def.bEnabled = OMX_TRUE; in initPorts()
DSoftVideoDecoderOMXComponent.cpp110 def.bEnabled = OMX_TRUE; in initPorts()
132 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/native/headers/media_plugin/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_VideoExt.h508 OMX_BOOL bEnabled; member
DOMX_Video.h1010 OMX_BOOL bEnabled; member
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp75 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/
DSoftRaw.cpp64 def.bEnabled = OMX_TRUE; in initPorts()
82 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp153 bool bEnabled; member
393 if (pContext->bEnabled == LVM_FALSE && pContext->SamplesToExitCount > 0) { in process()
710 pContext->bEnabled = LVM_FALSE; in Reverb_init()
1757 if (pContext->bEnabled == LVM_FALSE) { in Reverb_process()
1905 if (pContext->bEnabled == LVM_TRUE) { in Reverb_command()
1911 pContext->bEnabled = LVM_TRUE; in Reverb_command()
1930 if (pContext->bEnabled == LVM_FALSE) { in Reverb_command()
1936 pContext->bEnabled = LVM_FALSE; in Reverb_command()
/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/g711/dec/
DSoftG711.cpp70 def.bEnabled = OMX_TRUE; in initPorts()
93 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/mp3dec/
DSoftMP3.cpp78 def.bEnabled = OMX_TRUE; in initPorts()
98 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp83 def.bEnabled = OMX_TRUE; in initPorts()
109 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp123 def.bEnabled = OMX_TRUE; in initPorts()
142 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp93 def.bEnabled = OMX_TRUE; in initPorts()
114 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp91 def.bEnabled = OMX_TRUE; in initPorts()
111 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp89 def.bEnabled = OMX_TRUE; in initPorts()
107 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp105 def.bEnabled = OMX_TRUE; in initPorts()
123 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp142 def.bEnabled = OMX_TRUE; in initPorts()
160 def.bEnabled = OMX_TRUE; in initPorts()
/frameworks/av/media/libstagefright/
DACodec.cpp1990 param.bEnabled = OMX_FALSE; in configureCodec()
1992 if (param.bEnabled == OMX_TRUE) { in configureCodec()
2008 config.bEnabled = (OMX_BOOL)enabled; in configureCodec()
2505 config.bEnabled = (OMX_BOOL)(lowLatency != 0); in setLowLatency()
2552 tunnelPeekConfig.bEnabled = (OMX_BOOL)(tunnelPeek != 0); in setTunnelPeek()
2575 tunnelPeekLegacyModeConfig.bEnabled = (OMX_BOOL)(isLegacy != 0); in setTunnelPeekLegacy()
4793 gridType.bEnabled = useGrid; in configureImageGrid()
4800 gridType.bEnabled, in configureImageGrid()
4827 gridType.bEnabled, in configureImageGrid()
4833 if (err == OK && gridType.bEnabled) { in configureImageGrid()