Searched refs:mDef (Results 1 – 7 of 7) sorted by relevance
173 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 …]
153 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()
150 OMX_PARAM_PORTDEFINITIONTYPE *inDef = &editPortInfo(kInputPortIndex)->mDef; in updatePortParams()165 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortParams()
227 outPort->mDef.nBufferSize = inPort->mDef.nBufferSize; in internalSetParameter()
475 if (!info->mDef.bEnabled) { in onPortEnableCompleted()476 info->mDef.nBufferSize = in onPortEnableCompleted()
58 OMX_PARAM_PORTDEFINITIONTYPE mDef; member
407 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()