Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebp_dec.c95 int* const found_vp8x, in ParseVP8X() argument
101 assert(found_vp8x != NULL); in ParseVP8X()
103 *found_vp8x = 0; in ParseVP8X()
134 *found_vp8x = 1; in ParseVP8X()
290 int found_vp8x = 0; in ParseHeadersInternal() local
314 status = ParseVP8X(&data, &data_size, &found_vp8x, in ParseHeadersInternal()
320 if (!found_riff && found_vp8x) { in ParseHeadersInternal()
331 if (found_vp8x && animation_present && headers == NULL) { in ParseHeadersInternal()
343 if ((found_riff && found_vp8x) || in ParseHeadersInternal()
344 (!found_riff && !found_vp8x && !memcmp(data, "ALPH", TAG_SIZE))) { in ParseHeadersInternal()
[all …]