Lines Matching refs:kOutputPortIndex
128 def.nPortIndex = kOutputPortIndex; in initPorts()
153 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()
206 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
234 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL); in handlePortSettingsChange()
247 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
252 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
256 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
318 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in copyYV12FrameToOutputBuffer()
511 bool outputPort = (newParams->nPortIndex == kOutputPortIndex); in internalSetParameter()
547 if (rectParams->nPortIndex != kOutputPortIndex) { in getConfig()
571 if (colorAspectsParams->nPortIndex != kOutputPortIndex) { in getConfig()
596 if (hdrStaticInfoParams->nPortIndex != kOutputPortIndex) { in getConfig()
652 if (colorAspectsParams->nPortIndex != kOutputPortIndex) { in internalSetConfig()
678 if (hdrStaticInfoParams->nPortIndex != kOutputPortIndex) { in internalSetConfig()
733 kOutputPortIndex, in queueOutputFrameConfig()
781 if (portIndex != kOutputPortIndex) { in onPortEnableCompleted()