Home
last modified time | relevance | path

Searched refs:getYUVAPlanes (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkImageGenerator.cpp41 bool SkImageGenerator::getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in getYUVAPlanes() function in SkImageGenerator
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp79 switch (fCodec->getYUVAPlanes(yuvaPixmaps)) { in onGetYUVAPlanes()
H A DSkCodec.cpp202 SkCodec::Result SkCodec::getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in getYUVAPlanes() function in SkCodec
/third_party/skia/tests/
H A DImageGeneratorTest.cpp76 ig.getYUVAPlanes(yuvaPixmaps); in DEF_TEST()
H A DYUVTest.cpp79 // Test getYUVAPlanes() in codec_yuv()
80 REPORTER_ASSERT(reporter, SkCodec::kSuccess == codec->getYUVAPlanes(pixmaps)); in codec_yuv()
/third_party/skia/include/core/
H A DSkImageGenerator.h112 bool getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps);
/third_party/skia/include/codec/
H A DSkCodec.h414 Result getYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps);
/third_party/skia/src/image/
H A DSkImage_Lazy.cpp396 if (!generator->getYUVAPlanes(tempPixmaps)) { in getPlanes()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp404 if (!codec->getYUVAPlanes(yuvaPixmaps)) { in addImage()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp237 if (!codec->getYUVAPlanes(fPixmaps)) {

Completed in 8 milliseconds