Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/tests/colorutils/
DColorUtilsTest.cpp374 sp<AMessage> copyFormat = new AMessage(); in TEST() local
375 ASSERT_NE(copyFormat, nullptr) << "failed to create AMessage"; in TEST()
376 ColorUtils::copyColorConfig(format, copyFormat); in TEST()
377 bool status = copyFormat->findInt32(KEY_COLOR_RANGE, &range); in TEST()
379 status = copyFormat->findInt32(KEY_COLOR_STANDARD, &standard); in TEST()
381 status = copyFormat->findInt32(KEY_COLOR_TRANSFER, &transfer); in TEST()
388 ColorUtils::getColorConfigFromFormat(copyFormat, &range, &standard, &transfer); in TEST()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp333 int32_t copyFormat = mClientColorFormat; in GraphicView2MediaImageConverter() local
337 copyFormat = COLOR_FormatYUV420PackedSemiPlanar; in GraphicView2MediaImageConverter()
340 copyFormat = COLOR_FormatYUV420PackedPlanar; in GraphicView2MediaImageConverter()
349 switch (copyFormat) { in GraphicView2MediaImageConverter()