Home
last modified time | relevance | path

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

/frameworks/base/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp68 def.bPopulated = OMX_FALSE; in initPorts()
70 def.bBuffersContiguous = OMX_FALSE; in initPorts()
80 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
91 def.bPopulated = OMX_FALSE; in initPorts()
93 def.bBuffersContiguous = OMX_FALSE; in initPorts()
98 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp86 def.bPopulated = OMX_FALSE; in initPorts()
88 def.bBuffersContiguous = OMX_FALSE; in initPorts()
95 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
106 def.bPopulated = OMX_FALSE; in initPorts()
108 def.bBuffersContiguous = OMX_FALSE; in initPorts()
113 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
140 vorbisParams->bManaged = OMX_FALSE; in internalGetParameter()
141 vorbisParams->bDownmix = OMX_FALSE; in internalGetParameter()
/frameworks/base/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp77 def.bPopulated = OMX_FALSE; in initPorts()
79 def.bBuffersContiguous = OMX_FALSE; in initPorts()
86 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
97 def.bPopulated = OMX_FALSE; in initPorts()
99 def.bBuffersContiguous = OMX_FALSE; in initPorts()
104 def.format.audio.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/base/media/libstagefright/codecs/aacdec/
DSoftAAC.cpp74 def.bPopulated = OMX_FALSE; in initPorts()
76 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/base/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/base/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp71 def.bPopulated = OMX_FALSE; in initPorts()
73 def.bBuffersContiguous = OMX_FALSE; in initPorts()
84 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
96 def.bPopulated = OMX_FALSE; in initPorts()
98 def.bBuffersContiguous = OMX_FALSE; in initPorts()
109 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/base/include/media/stagefright/openmax/
DOMX_Types.h208 OMX_FALSE = 0, enumerator
209 OMX_TRUE = !OMX_FALSE,
/frameworks/base/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp218 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE); in useBuffer()
272 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
294 port->mDef.bPopulated = OMX_FALSE; in freeBuffer()
460 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
545 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
549 if (port.mDef.bPopulated == OMX_FALSE) { in checkTransitions()
559 if (port.mDef.bEnabled == OMX_FALSE) { in checkTransitions()
571 CHECK_EQ((int)port.mDef.bPopulated, (int)OMX_FALSE); in checkTransitions()
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp109 def.bPopulated = OMX_FALSE; in initPorts()
111 def.bBuffersContiguous = OMX_FALSE; in initPorts()
126 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
141 def.bPopulated = OMX_FALSE; in initPorts()
143 def.bBuffersContiguous = OMX_FALSE; in initPorts()
154 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp112 def.bPopulated = OMX_FALSE; in initPorts()
114 def.bBuffersContiguous = OMX_FALSE; in initPorts()
125 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
137 def.bPopulated = OMX_FALSE; in initPorts()
139 def.bBuffersContiguous = OMX_FALSE; in initPorts()
150 def.format.video.bFlagErrorConcealment = OMX_FALSE; in initPorts()
/frameworks/base/media/libstagefright/
DOMXCodec.cpp1069 errorCorrectionType.bEnableHEC = OMX_FALSE; in setupErrorCorrectionParameters()
1072 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE; in setupErrorCorrectionParameters()
1073 errorCorrectionType.bEnableRVLC = OMX_FALSE; in setupErrorCorrectionParameters()
1187 h263type.bPLUSPTYPEAllowed = OMX_FALSE; in setupH263EncoderParameters()
1188 h263type.bForceRoundingTypeToZero = OMX_FALSE; in setupH263EncoderParameters()
1217 mpeg4type.bSVH = OMX_FALSE; in setupMPEG4EncoderParameters()
1218 mpeg4type.bGov = OMX_FALSE; in setupMPEG4EncoderParameters()
1233 mpeg4type.bReversibleVLC = OMX_FALSE; in setupMPEG4EncoderParameters()
1298 h264type.bEntropyCodingCABAC = OMX_FALSE; in setupAVCEncoderParameters()
1299 h264type.bWeightedPPrediction = OMX_FALSE; in setupAVCEncoderParameters()
[all …]
DACodec.cpp1087 mOMX->enableGraphicBuffers(mNode, kPortIndexOutput, OMX_FALSE); in initNativeWindow()