Searched refs:is_yuv_supported (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/codec/ |
H A D | SkJpegCodec.cpp | 772 static bool is_yuv_supported(const jpeg_decompress_struct* dinfo, in is_yuv_supported() function 868 return is_yuv_supported(dinfo, *this, &supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo() 874 if (!is_yuv_supported(dinfo, *this, nullptr, nullptr)) { in onGetYUVAPlanes() 892 // A previous implementation claims that the return value of is_yuv_supported() in onGetYUVAPlanes() 897 SkASSERT(is_yuv_supported(dinfo, *this, nullptr, &info)); in onGetYUVAPlanes()
|
Completed in 2 milliseconds