Home
last modified time | relevance | path

Searched refs:OMX_FALSE (Results 1 – 25 of 26) 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/vorbis/dec/
DSoftVorbis.cpp89 def.bPopulated = OMX_FALSE; in initPorts()
91 def.bBuffersContiguous = OMX_FALSE; in initPorts()
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
109 def.bPopulated = OMX_FALSE; in initPorts()
111 def.bBuffersContiguous = OMX_FALSE; in initPorts()
116 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
147 vorbisParams->bManaged = OMX_FALSE; in internalGetParameter()
148 vorbisParams->bDownmix = OMX_FALSE; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp69 def.bPopulated = OMX_FALSE; in initPorts()
71 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/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/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/flac/enc/
DSoftFlacEncoder.cpp120 def.bPopulated = OMX_FALSE; in initPorts()
122 def.bBuffersContiguous = OMX_FALSE; in initPorts()
127 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
139 def.bPopulated = OMX_FALSE; in initPorts()
141 def.bBuffersContiguous = OMX_FALSE; in initPorts()
146 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp254 h263type->bPLUSPTYPEAllowed = OMX_FALSE; in internalGetParameter()
255 h263type->bForceRoundingTypeToZero = OMX_FALSE; in internalGetParameter()
285 mpeg4type->bReversibleVLC = OMX_FALSE; in internalGetParameter()
334 h263type->bPLUSPTYPEAllowed != OMX_FALSE || in internalSetParameter()
335 h263type->bForceRoundingTypeToZero != OMX_FALSE || in internalSetParameter()
366 mpeg4type->bReversibleVLC != OMX_FALSE) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp241 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer()
295 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
317 port->mDef.bPopulated = OMX_FALSE; in freeBuffer()
507 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
600 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
604 if (port.mDef.bPopulated == OMX_FALSE) { in checkTransitions()
614 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
626 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_FALSE); in checkTransitions()
DSoftVideoDecoderOMXComponent.cpp109 def.bPopulated = OMX_FALSE; in initPorts()
111 def.bBuffersContiguous = OMX_FALSE; in initPorts()
119 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
131 def.bPopulated = OMX_FALSE; in initPorts()
133 def.bBuffersContiguous = OMX_FALSE; in initPorts()
141 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
DSoftVideoEncoderOMXComponent.cpp99 def.bPopulated = OMX_FALSE; in initPorts()
101 def.bBuffersContiguous = OMX_FALSE; in initPorts()
110 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
127 def.bPopulated = OMX_FALSE; in initPorts()
129 def.bBuffersContiguous = OMX_FALSE; in initPorts()
137 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
DOMXNodeInstance.cpp687 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
698 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
699 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
708 (void)storeMetaDataInBuffers_l(portIndex, OMX_FALSE, NULL); in setPortMode()
709 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
710 return enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_TRUE); in setPortMode()
737 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
745 (void)storeMetaDataInBuffers_l(portIndex, OMX_FALSE, NULL); in setPortMode()
752 (void)enableNativeBuffers_l(portIndex, OMX_TRUE /*graphic*/, OMX_FALSE); in setPortMode()
753 (void)enableNativeBuffers_l(portIndex, OMX_FALSE /*graphic*/, OMX_FALSE); in setPortMode()
[all …]
/frameworks/native/include/media/openmax/
DOMX_Types.h210 OMX_FALSE = 0, enumerator
211 OMX_TRUE = !OMX_FALSE,
DOMX_AsString.h696 case OMX_FALSE: return "FALSE";
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp91 def.bPopulated = OMX_FALSE; in initPorts()
93 def.bBuffersContiguous = OMX_FALSE; in initPorts()
100 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()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp89 def.bPopulated = OMX_FALSE; in initPorts()
91 def.bBuffersContiguous = OMX_FALSE; in initPorts()
96 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
107 def.bPopulated = OMX_FALSE; in initPorts()
109 def.bBuffersContiguous = OMX_FALSE; in initPorts()
114 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
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.cpp101 def.bPopulated = OMX_FALSE; in initPorts()
103 def.bBuffersContiguous = OMX_FALSE; in initPorts()
108 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
119 def.bPopulated = OMX_FALSE; in initPorts()
121 def.bBuffersContiguous = OMX_FALSE; in initPorts()
126 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp974 avcParams->bWeightedPPrediction = OMX_FALSE; in internalGetParameter()
975 avcParams->bconstIpred = OMX_FALSE; in internalGetParameter()
976 avcParams->bDirect8x8Inference = OMX_FALSE; in internalGetParameter()
977 avcParams->bDirectSpatialTemporal = OMX_FALSE; in internalGetParameter()
1035 || avcType->bWeightedPPrediction != OMX_FALSE in internalSetParameter()
1036 || avcType->bDirect8x8Inference != OMX_FALSE in internalSetParameter()
1037 || avcType->bDirectSpatialTemporal != OMX_FALSE in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVP9Encoder.cpp44 mFrameParallelDecoding(OMX_FALSE) { in SoftVP9Encoder()
DSoftVPXEncoder.cpp79 mErrorResilience(OMX_FALSE), in SoftVPXEncoder()
/frameworks/av/media/libstagefright/
DACodec.cpp2536 layerConfig.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()
2545 layerParams.bBitrateRatiosSpecified = OMX_FALSE; in configureTemporalLayers()
3487 params.bRequestingDataSpace = OMX_FALSE; in getDataSpace()
4041 mpeg4type.bSVH = OMX_FALSE; in setupMPEG4EncoderParameters()
4042 mpeg4type.bGov = OMX_FALSE; in setupMPEG4EncoderParameters()
4057 mpeg4type.bReversibleVLC = OMX_FALSE; in setupMPEG4EncoderParameters()
4148 h263type.bPLUSPTYPEAllowed = OMX_FALSE; in setupH263EncoderParameters()
4149 h263type.bForceRoundingTypeToZero = OMX_FALSE; in setupH263EncoderParameters()
4308 h264type.bEntropyCodingCABAC = OMX_FALSE; in setupAVCEncoderParameters()
4309 h264type.bWeightedPPrediction = OMX_FALSE; in setupAVCEncoderParameters()
[all …]
/frameworks/av/include/media/omx/1.0/
DConversion.h771 return l == OMX_FALSE ? false : true; in toRawBool()
782 return t ? OMX_TRUE : OMX_FALSE; in toEnumBool()

12