/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 64 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/ |
D | SoftG711.cpp | 68 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/ |
D | SoftGSM.cpp | 71 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/ |
D | SoftAMRNBEncoder.cpp | 75 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/ |
D | SoftMP3.cpp | 78 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/ |
D | SoftAMRWBEncoder.cpp | 82 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/ |
D | SoftFlacEncoder.cpp | 119 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/ |
D | SoftAMR.cpp | 86 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/ |
D | SoftVorbis.cpp | 88 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/ |
D | SimpleSoftOMXComponent.cpp | 239 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()
|
D | SoftVideoEncoderOMXComponent.cpp | 95 def.bEnabled = OMX_TRUE; in initPorts() 123 def.bEnabled = OMX_TRUE; in initPorts() 296 mInputDataIsMeta = (storeParam->bStoreMetaData == OMX_TRUE); in internalSetParameter()
|
D | SoftVideoDecoderOMXComponent.cpp | 90 def.bEnabled = OMX_TRUE; in initPorts() 112 def.bEnabled = OMX_TRUE; in initPorts()
|
D | GraphicBufferSource.cpp | 528 params.bDataSpaceChanged = OMX_TRUE; in onDataSpaceChanged_l()
|
D | OMXNodeInstance.cpp | 960 err = storeMetaDataInBuffers_l(portIndex, OMX_TRUE, type); in createGraphicBufferSource()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 90 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/ |
D | SoftAACEncoder.cpp | 89 def.bEnabled = OMX_TRUE; in initPorts() 107 def.bEnabled = OMX_TRUE; in initPorts() 219 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
D | SoftAACEncoder2.cpp | 88 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/ |
D | OMX_Types.h | 211 OMX_TRUE = !OMX_FALSE, enumerator
|
D | OMX_AsString.h | 686 case OMX_TRUE: return "TRUE";
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 1757 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/ |
D | SoftMPEG4Encoder.cpp | 292 mpeg4type->bACPred = OMX_TRUE; in internalGetParameter() 373 mpeg4type->bACPred != OMX_TRUE || in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 99 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/ |
D | SoftAVCEncoder.cpp | 409 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter() 468 avcType->bUseHadamard != OMX_TRUE || in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 966 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter() 1014 if (OMX_TRUE == avcType->bEntropyCodingCABAC) in internalSetParameter() 1029 || avcType->bUseHadamard != OMX_TRUE in internalSetParameter()
|