Home
last modified time | relevance | path

Searched refs:OMX_TRUE (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp64 def.bEnabled = OMX_TRUE; in initPorts()
82 def.bEnabled = OMX_TRUE; in initPorts()
118 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp68 def.bEnabled = OMX_TRUE; in initPorts()
91 def.bEnabled = OMX_TRUE; in initPorts()
123 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp71 def.bEnabled = OMX_TRUE; in initPorts()
91 def.bEnabled = OMX_TRUE; in initPorts()
123 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp75 def.bEnabled = OMX_TRUE; in initPorts()
93 def.bEnabled = OMX_TRUE; in initPorts()
179 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp78 def.bEnabled = OMX_TRUE; in initPorts()
98 def.bEnabled = OMX_TRUE; in initPorts()
141 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp82 def.bEnabled = OMX_TRUE; in initPorts()
100 def.bEnabled = OMX_TRUE; in initPorts()
217 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp119 def.bEnabled = OMX_TRUE; in initPorts()
138 def.bEnabled = OMX_TRUE; in initPorts()
172 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp86 def.bEnabled = OMX_TRUE; in initPorts()
112 def.bEnabled = OMX_TRUE; in initPorts()
192 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp88 def.bEnabled = OMX_TRUE; in initPorts()
108 def.bEnabled = OMX_TRUE; in initPorts()
179 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp239 port->mDef.bPopulated = OMX_TRUE; in useBuffer()
590 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_TRUE); in checkTransitions()
625 if (port->mDef.bPopulated == OMX_TRUE) { in checkTransitions()
629 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
DSoftVideoEncoderOMXComponent.cpp95 def.bEnabled = OMX_TRUE; in initPorts()
123 def.bEnabled = OMX_TRUE; in initPorts()
296 mInputDataIsMeta = (storeParam->bStoreMetaData == OMX_TRUE); in internalSetParameter()
DSoftVideoDecoderOMXComponent.cpp90 def.bEnabled = OMX_TRUE; in initPorts()
112 def.bEnabled = OMX_TRUE; in initPorts()
DGraphicBufferSource.cpp528 params.bDataSpaceChanged = OMX_TRUE; in onDataSpaceChanged_l()
DOMXNodeInstance.cpp960 err = storeMetaDataInBuffers_l(portIndex, OMX_TRUE, type); in createGraphicBufferSource()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp90 def.bEnabled = OMX_TRUE; in initPorts()
111 def.bEnabled = OMX_TRUE; in initPorts()
173 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp89 def.bEnabled = OMX_TRUE; in initPorts()
107 def.bEnabled = OMX_TRUE; in initPorts()
219 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
DSoftAACEncoder2.cpp88 def.bEnabled = OMX_TRUE; in initPorts()
106 def.bEnabled = OMX_TRUE; in initPorts()
233 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/native/include/media/openmax/
DOMX_Types.h211 OMX_TRUE = !OMX_FALSE, enumerator
DOMX_AsString.h686 case OMX_TRUE: return "TRUE";
/frameworks/av/media/libstagefright/
DACodec.cpp1757 mNode, kPortIndexInput, OMX_TRUE, &mInputMetadataType); in configureCodec()
1791 params.bEnable = OMX_TRUE; in configureCodec()
1869 mNode, kPortIndexInput, OMX_FALSE /* graphic */, OMX_TRUE); in configureCodec()
1918 mNode, kPortIndexOutput, OMX_TRUE, maxWidth, maxHeight); in configureCodec()
1946 mNode, kPortIndexOutput, OMX_TRUE, &mOutputMetadataType); in configureCodec()
1981 mNode, kPortIndexOutput, OMX_TRUE, maxWidth, in configureCodec()
2090 mNode, kPortIndexOutput, OMX_TRUE /* graphic */, OMX_FALSE); in configureCodec()
2573 def.format.audio.bFlagErrorConcealment = OMX_TRUE; in setupAACCodec()
2921 pcmParams.bInterleaved = OMX_TRUE; in setupRawAudioFormat()
2947 mNode, kPortIndexOutput, OMX_TRUE, audioHwSync, &sidebandHandle); in configureTunneledVideoPlayback()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp292 mpeg4type->bACPred = OMX_TRUE; in internalGetParameter()
373 mpeg4type->bACPred != OMX_TRUE || in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp99 def.bEnabled = OMX_TRUE; in initPorts()
117 def.bEnabled = OMX_TRUE; in initPorts()
274 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp409 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter()
468 avcType->bUseHadamard != OMX_TRUE || in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp966 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter()
1014 if (OMX_TRUE == avcType->bEntropyCodingCABAC) in internalSetParameter()
1029 || avcType->bUseHadamard != OMX_TRUE in internalSetParameter()