Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c117 static int ReadImageInfo(VP8LBitReader* const br, in ReadImageInfo() function
138 if (!ReadImageInfo(&br, &w, &h, &a)) { in VP8LGetInfo()
1657 if (!ReadImageInfo(&dec->br_, &width, &height, &has_alpha)) { in VP8LDecodeHeader()