Home
last modified time | relevance | path

Searched refs:mDef (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp173 memcpy(defParams, &port->mDef, sizeof(port->mDef)); in internalGetParameter()
250 if (size < port->mDef.nBufferSize) { in useBuffer()
291 port->mDef.bPopulated = OMX_TRUE; in useBuffer()
332 || port->mDef.bEnabled == OMX_FALSE); in freeBuffer()
354 port->mDef.bPopulated = OMX_FALSE; in freeBuffer()
548 CHECK(port->mDef.bEnabled == !enable); in onPortEnable()
550 if (port->mDef.eDir != OMX_DirOutput) { in onPortEnable()
558 port->mDef.bEnabled = OMX_FALSE; in onPortEnable()
624 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
717 port->mDef.bEnabled = OMX_TRUE; in checkTransitions()
[all …]
H A DSoftVideoDecoderOMXComponent.cpp153 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()
164 OMX_PARAM_PORTDEFINITIONTYPE *inDef = &editPortInfo(kInputPortIndex)->mDef; in updatePortDefinitions()
206 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
247 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
318 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in copyYV12FrameToOutputBuffer()
495 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(newParams->nPortIndex)->mDef; in internalSetParameter()
H A DSoftVideoEncoderOMXComponent.cpp150 OMX_PARAM_PORTDEFINITIONTYPE *inDef = &editPortInfo(kInputPortIndex)->mDef; in updatePortParams()
165 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortParams()
/aosp12/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp227 outPort->mDef.nBufferSize = inPort->mDef.nBufferSize; in internalSetParameter()
/aosp12/frameworks/av/media/libstagefright/codecs/flac/dec/
H A DSoftFlacDecoder.cpp475 if (!info->mDef.bEnabled) { in onPortEnableCompleted()
476 info->mDef.nBufferSize = in onPortEnableCompleted()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h58 OMX_PARAM_PORTDEFINITIONTYPE mDef; member
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp407 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()