Searched refs:mOutputFormat (Results 1 – 4 of 4) sorted by relevance
64 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()
146 OMX_COLOR_FORMATTYPE mOutputFormat; member
149 DefineParam(mOutputFormat, C2_PARAMKEY_OUTPUT_STREAM_BUFFER_TYPE) in BaseParams()
144 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat; member