Home
last modified time | relevance | path

Searched refs:queryYUVAInfo (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tests/
DYUVTest.cpp36 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()
DImageGeneratorTest.cpp67 ig.queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo); in DEF_TEST()
/third_party/skia/src/core/
DSkImageGenerator.cpp33 bool SkImageGenerator::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() function in SkImageGenerator
/third_party/skia/include/core/
DSkImageGenerator.h101 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
/third_party/skia/src/codec/
DSkCodecImageGenerator.cpp75 return fCodec->queryYUVAInfo(supportedDataTypes, yuvaPixmapInfo); in onQueryYUVAInfo()
DSkCodec.cpp193 bool SkCodec::queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes, in queryYUVAInfo() function in SkCodec
/third_party/skia/include/codec/
DSkCodec.h403 bool queryYUVAInfo(const SkYUVAPixmapInfo::SupportedDataTypes& supportedDataTypes,
/third_party/skia/tools/gpu/
DYUVUtils.cpp229 if (!codec->queryYUVAInfo(SkYUVAPixmapInfo::SupportedDataTypes::All(), &yuvaPixmapInfo)) { in reset()
/third_party/skia/tools/
DDDLPromiseImageHelper.cpp402 if (codec && codec->queryYUVAInfo(fSupportedYUVADataTypes, &yuvaInfo)) { in addImage()
/third_party/skia/src/image/
DSkImage_Lazy.cpp388 if (!generator->queryYUVAInfo(supportedDataTypes, &yuvaPixmapInfo) || in getPlanes()