Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageGenerator.cpp88 return this->onGetYUV8Planes(sizes, planes, rowBytes, colorSpace); in getYUV8Planes()
91 bool SkImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) { in onGetYUV8Planes() function in SkImageGenerator
95 bool SkImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], in onGetYUV8Planes() function in SkImageGenerator
104 return this->onGetYUV8Planes(sizes, planes, rowBytes); in onGetYUV8Planes()
DSkPixelRef.cpp326 bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], in onGetYUV8Planes() function in SkPixelRef
/external/skia/include/core/
DSkImageGenerator.h251 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]);
252 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
DSkPixelRef.h225 return this->onGetYUV8Planes(sizes, planes, rowBytes, colorSpace); in getYUV8Planes()
312 virtual bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
/external/skia/include/codec/
DSkCodec.h339 return this->onGetYUV8Planes(sizeInfo, planes); in getYUV8Planes()
538 virtual Result onGetYUV8Planes(const YUVSizeInfo&, void*[3] /*planes*/) { in onGetYUV8Planes() function
/external/skia/src/codec/
DSkCodecImageGenerator.h29 bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
DSkJpegCodec.h50 Result onGetYUV8Planes(const YUVSizeInfo& sizeInfo, void* pixels[3]) override;
DSkCodecImageGenerator.cpp54 bool SkCodecImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], in onGetYUV8Planes() function in SkCodecImageGenerator
DSkJpegCodec.cpp619 SkCodec::Result SkJpegCodec::onGetYUV8Planes(const YUVSizeInfo& sizeInfo, void* pixels[3]) { in onGetYUV8Planes() function in SkJpegCodec
/external/skia/src/lazy/
DSkDiscardablePixelRef.h57 bool onGetYUV8Planes(SkISize sizes[3], in onGetYUV8Planes() function