Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.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()
DSimpleGoldfishOMXComponent.h92 PortInfo *editPortInfo(OMX_U32 portIndex);
DSimpleGoldfishOMXComponent.cpp744 SimpleGoldfishOMXComponent::PortInfo *SimpleGoldfishOMXComponent::editPortInfo( in editPortInfo() function in android::SimpleGoldfishOMXComponent
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp140 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in setup_ctx_parameters()