Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1198 if (!mBitDepth10HalPixelFormats.size()) { in getHalPixelFormatForBitDepth10()
1208 mBitDepth10HalPixelFormats.push_back(halPixelFormat); in getHalPixelFormatForBitDepth10()
1212 mBitDepth10HalPixelFormats.push_back(HAL_PIXEL_FORMAT_YV12); in getHalPixelFormatForBitDepth10()
1220 if (!allowRGBA1010102 && mBitDepth10HalPixelFormats[0] == HAL_PIXEL_FORMAT_RGBA_1010102) { in getHalPixelFormatForBitDepth10()
1225 return mBitDepth10HalPixelFormats[0]; in getHalPixelFormatForBitDepth10()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h305 std::vector<int> mBitDepth10HalPixelFormats; variable