Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp66 int32_t colorFormatNew; in resetFormatIfChanged() local
67 CHECK(format->findInt32("color-format", &colorFormatNew)); in resetFormatIfChanged()
81 if (static_cast<int32_t>(mColorFormat) == colorFormatNew && in resetFormatIfChanged()
92 mColorFormat = static_cast<OMX_COLOR_FORMATTYPE>(colorFormatNew); in resetFormatIfChanged()