Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp64 mOutputFormat(OMX_COLOR_FormatYUV420Planar), in GoldfishVideoDecoderOMXComponent()
156 outDef->format.video.eColorFormat = mOutputFormat; in updatePortDefinitions()
159 int32_t bpp = (mOutputFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in updatePortDefinitions()
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/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h146 OMX_COLOR_FORMATTYPE mOutputFormat; member
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp149 DefineParam(mOutputFormat, C2_PARAMKEY_OUTPUT_STREAM_BUFFER_TYPE) in BaseParams()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h144 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat; member