Home
last modified time | relevance | path

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

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