OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onDecodeYUV8Planes
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkImageDecoder.h
283
virtual bool
onDecodeYUV8Planes
(SkStream*, SkISize[3] /*componentSizes*/,
/external/skia/src/images/
SkImageDecoder.cpp
200
// we reset this to false before calling
onDecodeYUV8Planes
203
return this->
onDecodeYUV8Planes
(stream, componentSizes, planes, rowBytes, colorSpace);
SkImageDecoder_libjpeg.cpp
90
bool
onDecodeYUV8Planes
(SkStream* stream, SkISize componentSizes[3],
670
bool SkJPEGImageDecoder::
onDecodeYUV8Planes
(SkStream* stream, SkISize componentSizes[3],
[
all
...]
Completed in 49 milliseconds