Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1449 if (!mBitDepth10HalPixelFormats.size()) { in getHalPixelFormatForBitDepth10()
1459 mBitDepth10HalPixelFormats.push_back(halPixelFormat); in getHalPixelFormatForBitDepth10()
1463 mBitDepth10HalPixelFormats.push_back(HAL_PIXEL_FORMAT_YV12); in getHalPixelFormatForBitDepth10()
1471 if (!allowRGBA1010102 && mBitDepth10HalPixelFormats[0] == HAL_PIXEL_FORMAT_RGBA_1010102) { in getHalPixelFormatForBitDepth10()
1476 return mBitDepth10HalPixelFormats[0]; in getHalPixelFormatForBitDepth10()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h337 std::vector<int> mBitDepth10HalPixelFormats; variable