Home
last modified time | relevance | path

Searched refs:webp_parse_header (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libwebp.cpp54 static bool webp_parse_header(SkStream* stream, int* width, int* height, int* alpha) { in webp_parse_header() function
293 if (!webp_parse_header(stream, &origWidth, &origHeight, &hasAlpha)) { in onDecode()
537 if (!webp_parse_header(stream, &width, &height, &hasAlpha)) { in sk_libwebp_dfactory()
547 if (webp_parse_header(stream, &width, &height, &hasAlpha)) { in get_format_webp()
/external/skia/src/codec/
DSkWebpCodec.cpp34 static bool webp_parse_header(SkStream* stream, SkImageInfo* info) { in webp_parse_header() function
79 if (webp_parse_header(stream, &info)) { in NewFromStream()