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

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp102 return !mPorts.itemAt(portIndex).mDef.bEnabled;
218 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE);
272 || port->mDef.bEnabled == OMX_FALSE);
458 CHECK(port->mDef.bEnabled == !enable);
461 port->mDef.bEnabled = OMX_FALSE;
546 if (port.mDef.bEnabled == OMX_FALSE) {
560 if (port.mDef.bEnabled == OMX_FALSE) {
605 port->mDef.bEnabled = OMX_TRUE;
/frameworks/native/include/media/openmax/
H A DOMX_Component.h86 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
148 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
308 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
H A DOMX_Video.h990 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_MBERRORREPORTINGTYPE
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp67 def.bEnabled = OMX_TRUE;
90 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp62 def.bEnabled = OMX_TRUE;
80 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp144 bool bEnabled; member in struct:android::__anon464::ReverbContext
488 if(pContext->bEnabled == LVM_FALSE && pContext->SamplesToExitCount > 0) {
869 pContext->bEnabled = LVM_FALSE;
1903 if (pContext->bEnabled == LVM_FALSE) {
2057 if(pContext->bEnabled == LVM_TRUE){
2063 pContext->bEnabled = LVM_TRUE;
2082 if(pContext->bEnabled == LVM_FALSE){
2088 pContext->bEnabled = LVM_FALSE;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp86 def.bEnabled = OMX_TRUE;
112 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp75 def.bEnabled = OMX_TRUE;
93 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp76 def.bEnabled = OMX_TRUE;
96 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp80 def.bEnabled = OMX_TRUE;
98 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp89 def.bEnabled = OMX_TRUE;
107 def.bEnabled = OMX_TRUE;
H A DSoftAACEncoder2.cpp75 def.bEnabled = OMX_TRUE;
93 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp82 def.bEnabled = OMX_TRUE;
100 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp113 def.bEnabled = OMX_TRUE;
132 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp70 def.bEnabled = OMX_TRUE;
95 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp85 def.bEnabled = OMX_TRUE;
105 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp108 def.bEnabled = OMX_TRUE;
140 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp247 def.bEnabled = OMX_TRUE;
271 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp112 def.bEnabled = OMX_TRUE;
137 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp386 def.bEnabled = OMX_TRUE;
409 def.bEnabled = OMX_TRUE;

Completed in 677 milliseconds