Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebpi_dec.h75 VP8StatusCode WebPParseHeaders(WebPHeaderStructure* const headers);
Dwebp_dec.c414 VP8StatusCode WebPParseHeaders(WebPHeaderStructure* const headers) { in WebPParseHeaders() function
454 status = WebPParseHeaders(&headers); // Process Pre-VP8 chunks. in DecodeInto()
Didec_dec.c316 status = WebPParseHeaders(&headers); in DecodeWebPHeaders()