/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 62 def.bEnabled = OMX_TRUE; in initPorts() 80 def.bEnabled = OMX_TRUE; in initPorts() 112 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() 119 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() 119 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() 167 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() 137 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() 205 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() 184 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 87 def.bEnabled = OMX_TRUE; in initPorts() 107 def.bEnabled = OMX_TRUE; in initPorts() 170 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() 168 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() 207 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
D | SoftAACEncoder2.cpp | 78 def.bEnabled = OMX_TRUE; in initPorts() 96 def.bEnabled = OMX_TRUE; in initPorts() 211 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 90 def.bEnabled = OMX_TRUE; in initPorts() 111 def.bEnabled = OMX_TRUE; in initPorts() 165 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
/frameworks/av/media/libstagefright/omx/ |
D | SimpleSoftOMXComponent.cpp | 231 port->mDef.bPopulated = OMX_TRUE; in useBuffer() 582 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_TRUE); in checkTransitions() 617 if (port->mDef.bPopulated == OMX_TRUE) { in checkTransitions() 621 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
|
D | SoftVideoEncoderOMXComponent.cpp | 97 def.bEnabled = OMX_TRUE; in initPorts() 125 def.bEnabled = OMX_TRUE; in initPorts() 281 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 | OMXNodeInstance.cpp | 863 err = storeMetaDataInBuffers_l(portIndex, OMX_TRUE, type); in createGraphicBufferSource()
|
/frameworks/native/include/media/openmax/ |
D | OMX_Types.h | 211 OMX_TRUE = !OMX_FALSE, enumerator
|
D | OMX_AsString.h | 664 case OMX_TRUE: return "TRUE";
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 271 mpeg4type->bACPred = OMX_TRUE; in internalGetParameter() 340 mpeg4type->bACPred != OMX_TRUE || in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 90 def.bEnabled = OMX_TRUE; in initPorts() 108 def.bEnabled = OMX_TRUE; in initPorts() 253 pcmParams->bInterleaved = OMX_TRUE; in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
D | SoftAVCEncoder.cpp | 401 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter() 452 avcType->bUseHadamard != OMX_TRUE || in internalSetParameter()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 691 OMX_BOOL enable = OMX_TRUE; in configureCodec() 1024 errorCorrectionType.bEnableResync = OMX_TRUE; in setupErrorCorrectionParameters() 1183 mpeg4type.bACPred = OMX_TRUE; in setupMPEG4EncoderParameters() 1244 h264type.bUseHadamard = OMX_TRUE; in setupAVCEncoderParameters() 1269 h264type.bFrameMBsOnly = OMX_TRUE; in setupAVCEncoderParameters() 1639 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE); in allocateBuffersOnPort() 3217 pcmParams.bInterleaved = OMX_TRUE; in setRawAudioFormat() 3345 def.format.audio.bFlagErrorConcealment = OMX_TRUE; in setAACFormat() 4011 status_t err = mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_TRUE); in initNativeWindow() 4371 node, 1 /* port index */, OMX_TRUE) == OK || in QueryCodec() [all …]
|
D | ACodec.cpp | 1653 err = mOMX->storeMetaDataInBuffers(mNode, kPortIndexInput, OMX_TRUE, &mInputMetadataType); in configureCodec() 1688 params.bEnable = OMX_TRUE; in configureCodec() 1805 mNode, kPortIndexOutput, OMX_TRUE, maxWidth, maxHeight); in configureCodec() 1832 mNode, kPortIndexOutput, OMX_TRUE, &mOutputMetadataType); in configureCodec() 1867 mNode, kPortIndexOutput, OMX_TRUE, maxWidth, in configureCodec() 2329 def.format.audio.bFlagErrorConcealment = OMX_TRUE; in setupAACCodec() 2661 pcmParams.bInterleaved = OMX_TRUE; in setupRawAudioFormat() 2679 mNode, kPortIndexOutput, OMX_TRUE, audioHwSync, &sidebandHandle); in configureTunneledVideoPlayback() 3208 mpeg4type.bACPred = OMX_TRUE; in setupMPEG4EncoderParameters() 3444 h264type.bUseHadamard = OMX_TRUE; in setupAVCEncoderParameters() [all …]
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 954 avcParams->bUseHadamard = OMX_TRUE; in internalGetParameter() 992 if (OMX_TRUE == avcType->bEntropyCodingCABAC) in internalSetParameter() 1006 || avcType->bUseHadamard != OMX_TRUE in internalSetParameter()
|