Home
last modified time | relevance | path

Searched refs:outputFormat (Results 1 – 3 of 3) 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()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp480 C2StreamBufferTypeSetting::output outputFormat(0u); in processQueue() local
483 {&outputFormat}, {C2PortBlockPoolsTuning::output::PARAM_TYPE}, in processQueue()
490 outputFormat.value == C2BufferData::GRAPHIC in processQueue()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h128 OMX_COLOR_FORMATTYPE outputFormat = OMX_COLOR_FormatYUV420Planar,