Searched refs:mBitDepth10HalPixelFormats (Results 1 – 2 of 2) sorted by relevance
1198 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()
305 std::vector<int> mBitDepth10HalPixelFormats; variable