Home
last modified time | relevance | path

Searched refs:onGetYUVA8Planes (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/codec/
DSkCodecImageGenerator.h33 bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount],
DSkCodecImageGenerator.cpp85 bool SkCodecImageGenerator::onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo, in onGetYUVA8Planes() function in SkCodecImageGenerator
/third_party/flutter/skia/src/gpu/
DGrYUVProvider.h83 virtual bool onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo,
DGrYUVProvider.cpp82 if (!this->onGetYUVA8Planes(yuvInfo.fSizeInfo, yuvInfo.fYUVAIndices, planes)) { in getPlanes()
/third_party/flutter/skia/include/core/
DSkImageGenerator.h175 … virtual bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount], in onGetYUVA8Planes() function
/third_party/flutter/skia/src/core/
DSkImageGenerator.cpp58 return this->onGetYUVA8Planes(sizeInfo, yuvaIndices, planes); in getYUVA8Planes()
/third_party/flutter/skia/src/image/
DSkImage_Lazy.cpp370 bool onGetYUVA8Planes(const SkYUVASizeInfo& sizeInfo, in onGetYUVA8Planes() function in Generator_GrYUVProvider
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp847 bool onGetYUVA8Planes(const SkYUVASizeInfo&, const SkYUVAIndex[SkYUVAIndex::kIndexCount], in onGetYUVA8Planes() function in YUVGenerator