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

/frameworks/native/include/media/openmax/
H A DOMX_Types.h209 OMX_TRUE = !OMX_FALSE, enumerator in enum:OMX_BOOL
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp67 def.bEnabled = OMX_TRUE;
90 def.bEnabled = OMX_TRUE;
118 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp62 def.bEnabled = OMX_TRUE;
80 def.bEnabled = OMX_TRUE;
112 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp86 def.bEnabled = OMX_TRUE;
112 def.bEnabled = OMX_TRUE;
184 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp75 def.bEnabled = OMX_TRUE;
93 def.bEnabled = OMX_TRUE;
167 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp76 def.bEnabled = OMX_TRUE;
96 def.bEnabled = OMX_TRUE;
135 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp80 def.bEnabled = OMX_TRUE;
98 def.bEnabled = OMX_TRUE;
203 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp89 def.bEnabled = OMX_TRUE;
107 def.bEnabled = OMX_TRUE;
207 pcmParams->bInterleaved = OMX_TRUE;
H A DSoftAACEncoder2.cpp75 def.bEnabled = OMX_TRUE;
93 def.bEnabled = OMX_TRUE;
173 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp82 def.bEnabled = OMX_TRUE;
100 def.bEnabled = OMX_TRUE;
205 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp113 def.bEnabled = OMX_TRUE;
132 def.bEnabled = OMX_TRUE;
162 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp85 def.bEnabled = OMX_TRUE;
105 def.bEnabled = OMX_TRUE;
168 pcmParams->bInterleaved = OMX_TRUE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp247 def.bEnabled = OMX_TRUE;
271 def.bEnabled = OMX_TRUE;
390 mpeg4type->bACPred = OMX_TRUE;
582 mpeg4type->bACPred != OMX_TRUE ||
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp231 port->mDef.bPopulated = OMX_TRUE;
570 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_TRUE);
601 if (port->mDef.bPopulated == OMX_TRUE) {
605 port->mDef.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/avc/enc/
H A DSoftAVCEncoder.cpp386 def.bEnabled = OMX_TRUE;
409 def.bEnabled = OMX_TRUE;
499 avcParams->bUseHadamard = OMX_TRUE;
664 avcType->bUseHadamard != 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/on2/h264dec/
H A DSoftAVC.cpp112 def.bEnabled = OMX_TRUE;
137 def.bEnabled = OMX_TRUE;
/frameworks/av/media/libstagefright/
H A DACodec.cpp876 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
899 params.bEnable = OMX_TRUE;
1110 def.format.audio.bFlagErrorConcealment = OMX_TRUE;
1322 pcmParams.bInterleaved = OMX_TRUE;
1690 mpeg4type.bACPred = OMX_TRUE;
1863 h264type.bUseHadamard = OMX_TRUE;
1888 h264type.bFrameMBsOnly = OMX_TRUE;
1964 errorCorrectionType.bEnableResync = OMX_TRUE;
2014 return mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
2347 params.IntraRefreshVOP = OMX_TRUE;
[all...]
H A DOMXCodec.cpp581 OMX_BOOL enable = OMX_TRUE;
912 errorCorrectionType.bEnableResync = OMX_TRUE;
1071 mpeg4type.bACPred = OMX_TRUE;
1132 h264type.bUseHadamard = OMX_TRUE;
1157 h264type.bFrameMBsOnly = OMX_TRUE;
1519 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
3298 pcmParams.bInterleaved = OMX_TRUE;
3426 def.format.audio.bFlagErrorConcealment = OMX_TRUE;
4280 status_t err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);

Completed in 1296 milliseconds