Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds