Home
last modified time | relevance | path

Searched refs:kOutputPortIndex (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp128 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()
[all …]
DGoldfishVideoDecoderOMXComponent.h138 kOutputPortIndex = 1, enumerator
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp236 if (kOutputPortIndex == portIndex) { in onPortFlushCompleted()
303 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); in onQueueFilled()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp140 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in setup_ctx_parameters()