Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp67 int32_t colorFormatNew; in resetFormatIfChanged() local
68 CHECK(format->findInt32("color-format", &colorFormatNew)); in resetFormatIfChanged()
86 if (colorFormatNew == OMX_COLOR_FormatYUV420Planar16 in resetFormatIfChanged()
94 if (static_cast<int32_t>(mColorFormat) == colorFormatNew && in resetFormatIfChanged()
106 mColorFormat = static_cast<OMX_COLOR_FORMATTYPE>(colorFormatNew); in resetFormatIfChanged()