Searched refs:queryYUVAInfo (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/tests/ |
D | YUVTest.cpp | 36 bool success = codec->queryYUVAInfo(kAllTypes, nullptr); in codec_yuv() 39 success = codec->queryYUVAInfo(kNoTypes, &yuvaPixmapInfo); in codec_yuv() 42 success = codec->queryYUVAInfo(kAllTypes, &yuvaPixmapInfo); in codec_yuv()
|
D | ImageGeneratorTest.cpp | 67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
|
/third_party/skia/src/core/ |
D | SkImageGenerator.cpp | 33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() function in SkImageGenerator
|
/third_party/skia/include/core/ |
D | SkImageGenerator.h | 101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
/third_party/skia/src/codec/ |
D | SkCodecImageGenerator.cpp | 75 return fCodec->queryYUVAInfo(supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo()
|
D | SkCodec.cpp | 193 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() function in SkCodec
|
/third_party/skia/include/codec/ |
D | SkCodec.h | 403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
|
/third_party/skia/tools/gpu/ |
D | YUVUtils.cpp | 229 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) { in reset()
|
/third_party/skia/tools/ |
D | DDLPromiseImageHelper.cpp | 402 if (codec && codec->queryYUVAInfo(fSupportedYUVADataTypes, &yuvaInfo)) { in addImage()
|
/third_party/skia/src/image/ |
D | SkImage_Lazy.cpp | 388 if (!generator->queryYUVAInfo(supportedDataTypes, &yuvaPixmapInfo) || in getPlanes()
|