Searched refs:onDecodeYUV8Planes (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 203 return this->onDecodeYUV8Planes(stream, componentSizes, planes, rowBytes, colorSpace); in decodeYUV8Planes()
|
D | SkImageDecoder_libjpeg.cpp | 90 bool onDecodeYUV8Planes(SkStream* stream, SkISize componentSizes[3], 670 bool SkJPEGImageDecoder::onDecodeYUV8Planes(SkStream* stream, SkISize componentSizes[3], in onDecodeYUV8Planes() function in SkJPEGImageDecoder
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 283 virtual bool onDecodeYUV8Planes(SkStream*, SkISize[3] /*componentSizes*/, in onDecodeYUV8Planes() function
|