Home
last modified time | relevance | path

Searched refs:OMX_FALSE (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp65 def.bPopulated = OMX_FALSE; in initPorts()
67 def.bBuffersContiguous = OMX_FALSE; in initPorts()
72 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
83 def.bPopulated = OMX_FALSE; in initPorts()
85 def.bBuffersContiguous = OMX_FALSE; in initPorts()
90 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp72 def.bPopulated = OMX_FALSE; in initPorts()
74 def.bBuffersContiguous = OMX_FALSE; in initPorts()
81 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
92 def.bPopulated = OMX_FALSE; in initPorts()
94 def.bBuffersContiguous = OMX_FALSE; in initPorts()
99 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp71 def.bPopulated = OMX_FALSE; in initPorts()
73 def.bBuffersContiguous = OMX_FALSE; in initPorts()
83 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
94 def.bPopulated = OMX_FALSE; in initPorts()
96 def.bBuffersContiguous = OMX_FALSE; in initPorts()
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp76 def.bPopulated = OMX_FALSE; in initPorts()
78 def.bBuffersContiguous = OMX_FALSE; in initPorts()
83 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
94 def.bPopulated = OMX_FALSE; in initPorts()
96 def.bBuffersContiguous = OMX_FALSE; in initPorts()
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp92 def.bPopulated = OMX_FALSE; in initPorts()
94 def.bBuffersContiguous = OMX_FALSE; in initPorts()
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
112 def.bPopulated = OMX_FALSE; in initPorts()
114 def.bBuffersContiguous = OMX_FALSE; in initPorts()
119 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
174 vorbisParams->bManaged = OMX_FALSE; in internalGetParameter()
175 vorbisParams->bDownmix = OMX_FALSE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp76 def.bPopulated = OMX_FALSE; in initPorts()
78 def.bBuffersContiguous = OMX_FALSE; in initPorts()
83 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
94 def.bPopulated = OMX_FALSE; in initPorts()
96 def.bBuffersContiguous = OMX_FALSE; in initPorts()
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp79 def.bPopulated = OMX_FALSE; in initPorts()
81 def.bBuffersContiguous = OMX_FALSE; in initPorts()
88 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
99 def.bPopulated = OMX_FALSE; in initPorts()
101 def.bBuffersContiguous = OMX_FALSE; in initPorts()
106 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp83 def.bPopulated = OMX_FALSE; in initPorts()
85 def.bBuffersContiguous = OMX_FALSE; in initPorts()
90 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
101 def.bPopulated = OMX_FALSE; in initPorts()
103 def.bBuffersContiguous = OMX_FALSE; in initPorts()
108 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp87 def.bPopulated = OMX_FALSE; in initPorts()
89 def.bBuffersContiguous = OMX_FALSE; in initPorts()
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
113 def.bPopulated = OMX_FALSE; in initPorts()
115 def.bBuffersContiguous = OMX_FALSE; in initPorts()
120 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp253 h263type->bPLUSPTYPEAllowed = OMX_FALSE; in internalGetParameter()
254 h263type->bForceRoundingTypeToZero = OMX_FALSE; in internalGetParameter()
284 mpeg4type->bReversibleVLC = OMX_FALSE; in internalGetParameter()
333 h263type->bPLUSPTYPEAllowed != OMX_FALSE || in internalSetParameter()
334 h263type->bForceRoundingTypeToZero != OMX_FALSE || in internalSetParameter()
365 mpeg4type->bReversibleVLC != OMX_FALSE) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp261 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer()
315 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
337 port->mDef.bPopulated = OMX_FALSE; in freeBuffer()
541 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
634 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
638 if (port.mDef.bPopulated == OMX_FALSE) { in checkTransitions()
648 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
660 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_FALSE); in checkTransitions()
DSoftVideoDecoderOMXComponent.cpp111 def.bPopulated = OMX_FALSE; in initPorts()
113 def.bBuffersContiguous = OMX_FALSE; in initPorts()
121 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
133 def.bPopulated = OMX_FALSE; in initPorts()
135 def.bBuffersContiguous = OMX_FALSE; in initPorts()
143 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
DSoftVideoEncoderOMXComponent.cpp98 def.bPopulated = OMX_FALSE; in initPorts()
100 def.bBuffersContiguous = OMX_FALSE; in initPorts()
109 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
126 def.bPopulated = OMX_FALSE; in initPorts()
128 def.bBuffersContiguous = OMX_FALSE; in initPorts()
136 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
DOMXNodeInstance.cpp730 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
743 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
744 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
754 (void)storeMetaDataInBuffers_l(portIndex, OMX_FALSE, NULL); in setPortMode()
755 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
756 err = enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_TRUE); in setPortMode()
785 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
793 (void)storeMetaDataInBuffers_l(portIndex, OMX_FALSE, NULL); in setPortMode()
800 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
801 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
[all …]
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Types.h210 OMX_FALSE = 0, enumerator
211 OMX_TRUE = !OMX_FALSE,
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp92 def.bPopulated = OMX_FALSE; in initPorts()
94 def.bBuffersContiguous = OMX_FALSE; in initPorts()
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
113 def.bPopulated = OMX_FALSE; in initPorts()
115 def.bBuffersContiguous = OMX_FALSE; in initPorts()
120 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp124 def.bPopulated = OMX_FALSE; in initPorts()
126 def.bBuffersContiguous = OMX_FALSE; in initPorts()
131 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
143 def.bPopulated = OMX_FALSE; in initPorts()
145 def.bBuffersContiguous = OMX_FALSE; in initPorts()
150 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp90 def.bPopulated = OMX_FALSE; in initPorts()
92 def.bBuffersContiguous = OMX_FALSE; in initPorts()
97 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
108 def.bPopulated = OMX_FALSE; in initPorts()
110 def.bBuffersContiguous = OMX_FALSE; in initPorts()
115 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp104 def.bPopulated = OMX_FALSE; in initPorts()
106 def.bBuffersContiguous = OMX_FALSE; in initPorts()
111 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
122 def.bPopulated = OMX_FALSE; in initPorts()
124 def.bBuffersContiguous = OMX_FALSE; in initPorts()
129 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp953 avcParams->bWeightedPPrediction = OMX_FALSE; in internalGetParameter()
954 avcParams->bconstIpred = OMX_FALSE; in internalGetParameter()
955 avcParams->bDirect8x8Inference = OMX_FALSE; in internalGetParameter()
956 avcParams->bDirectSpatialTemporal = OMX_FALSE; in internalGetParameter()
1014 || avcType->bWeightedPPrediction != OMX_FALSE in internalSetParameter()
1015 || avcType->bDirect8x8Inference != OMX_FALSE in internalSetParameter()
1016 || avcType->bDirectSpatialTemporal != OMX_FALSE in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp143 def.bPopulated = OMX_FALSE; in initPorts()
145 def.bBuffersContiguous = OMX_FALSE; in initPorts()
150 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
161 def.bPopulated = OMX_FALSE; in initPorts()
163 def.bBuffersContiguous = OMX_FALSE; in initPorts()
168 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVP9Encoder.cpp44 mFrameParallelDecoding(OMX_FALSE) { in SoftVP9Encoder()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DConversion.h569 return l == OMX_FALSE ? false : true; in toRawBool()
580 return t ? OMX_TRUE : OMX_FALSE; in toEnumBool()
/frameworks/av/media/libstagefright/
DACodec.cpp2575 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()
2584 layerParams.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()
3594 params.bRequestingDataSpace = OMX_FALSE; in getDataSpace()
4153 mpeg4type.bSVH = OMX_FALSE; in setupMPEG4EncoderParameters()
4154 mpeg4type.bGov = OMX_FALSE; in setupMPEG4EncoderParameters()
4169 mpeg4type.bReversibleVLC = OMX_FALSE; in setupMPEG4EncoderParameters()
4260 h263type.bPLUSPTYPEAllowed = OMX_FALSE; in setupH263EncoderParameters()
4261 h263type.bForceRoundingTypeToZero = OMX_FALSE; in setupH263EncoderParameters()
4424 h264type.bEntropyCodingCABAC = OMX_FALSE; in setupAVCEncoderParameters()
4425 h264type.bWeightedPPrediction = OMX_FALSE; in setupAVCEncoderParameters()
[all …]
/frameworks/av/media/libmedia/include/media/omx/1.0/
DConversion.h833 return l == OMX_FALSE ? false : true; in toRawBool()
844 return t ? OMX_TRUE : OMX_FALSE; in toEnumBool()

12