Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1199 std::vector<int> halPixelFormats; in getHalPixelFormatForBitDepth10() local
1200 halPixelFormats.push_back(HAL_PIXEL_FORMAT_YCBCR_P010); in getHalPixelFormatForBitDepth10()
1204 halPixelFormats.push_back(HAL_PIXEL_FORMAT_RGBA_1010102); in getHalPixelFormatForBitDepth10()
1206 for (int halPixelFormat : halPixelFormats) { in getHalPixelFormatForBitDepth10()