Searched refs:OMX_TRUE (Results 1 - 21 of 21) 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/gsm/dec/
H A DSoftGSM.cpp68 def.bEnabled = OMX_TRUE;
88 def.bEnabled = OMX_TRUE;
116 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/omx/
H A DSoftVideoDecoderOMXComponent.cpp77 def.bEnabled = OMX_TRUE;
99 def.bEnabled = OMX_TRUE;
H A DSimpleSoftOMXComponent.cpp231 port->mDef.bPopulated = OMX_TRUE;
574 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_TRUE);
609 if (port->mDef.bPopulated == OMX_TRUE) {
613 port->mDef.bEnabled = OMX_TRUE;
H A DOMXNodeInstance.cpp634 err = storeMetaDataInBuffers_l(portIndex, OMX_TRUE);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp81 def.bEnabled = OMX_TRUE;
99 def.bEnabled = OMX_TRUE;
206 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/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/
H A DACodec.cpp1038 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
1061 params.bEnable = OMX_TRUE;
1107 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexOutput, OMX_TRUE);
1146 mNode, kPortIndexOutput, OMX_TRUE, maxWidth, maxHeight);
1386 def.format.audio.bFlagErrorConcealment = OMX_TRUE;
1598 pcmParams.bInterleaved = OMX_TRUE;
2020 mpeg4type.bACPred = OMX_TRUE;
2204 h264type.bUseHadamard = OMX_TRUE;
2229 h264type.bFrameMBsOnly = OMX_TRUE;
2305 errorCorrectionType.bEnableResync = OMX_TRUE;
[all...]
H A DOMXCodec.cpp592 OMX_BOOL enable = OMX_TRUE;
923 errorCorrectionType.bEnableResync = OMX_TRUE;
1082 mpeg4type.bACPred = OMX_TRUE;
1143 h264type.bUseHadamard = OMX_TRUE;
1168 h264type.bFrameMBsOnly = OMX_TRUE;
1529 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE);
3308 pcmParams.bInterleaved = OMX_TRUE;
3436 def.format.audio.bFlagErrorConcealment = OMX_TRUE;
4290 status_t err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE);
4625 node, 1 /* port index */, OMX_TRUE)
[all...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp173 inputPort.bEnabled = OMX_TRUE;
203 outputPort.bEnabled = OMX_TRUE;
514 mInputDataIsMeta = (storeParam->bStoreMetaData == OMX_TRUE);

Completed in 296 milliseconds