Home
last modified time | relevance | path

Searched refs:onGetYUVAPlanes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/codec/
DSkCodecImageGenerator.h104 bool onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) override;
DSkJpegCodec.h52 Result onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) override;
DSkCodecImageGenerator.cpp78 bool SkCodecImageGenerator::onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in onGetYUVAPlanes() function in SkCodecImageGenerator
DSkCodec.cpp209 return this->onGetYUVAPlanes(yuvaPixmaps); in getYUVAPlanes()
DSkJpegCodec.cpp871 SkCodec::Result SkJpegCodec::onGetYUVAPlanes(const SkYUVAPixmaps& yuvaPixmaps) { in onGetYUVAPlanes() function in SkJpegCodec
/third_party/skia/src/core/
DSkImageGenerator.cpp42 return this->onGetYUVAPlanes(yuvaPixmaps); in getYUVAPlanes()
/third_party/skia/include/core/
DSkImageGenerator.h179 virtual bool onGetYUVAPlanes(const SkYUVAPixmaps&) { return false; } in onGetYUVAPlanes() function
/third_party/skia/include/codec/
DSkCodec.h779 virtual Result onGetYUVAPlanes(const SkYUVAPixmaps&) { return kUnimplemented; } in onGetYUVAPlanes() function
/third_party/skia/tools/gpu/
DYUVUtils.cpp120 bool onGetYUVAPlanes(const SkYUVAPixmaps& pixmaps) override { in onGetYUVAPlanes() function in __anon9b07eac70111::Generator