Home
last modified time | relevance | path

Searched refs:outputFormat (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp197 OMX_COLOR_FORMATTYPE outputFormat, in handlePortSettingsChange() argument
201 bool formatChanged = (outputFormat != mOutputFormat); in handlePortSettingsChange()
215 ALOGD("formatChanged: 0x%08x -> 0x%08x", mOutputFormat, outputFormat); in handlePortSettingsChange()
217 mOutputFormat = outputFormat; in handlePortSettingsChange()
DGoldfishVideoDecoderOMXComponent.h128 OMX_COLOR_FORMATTYPE outputFormat = OMX_COLOR_FormatYUV420Planar,