Lines Matching refs:found_vp8x
95 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()
387 if (found_vp8x) { in ParseHeadersInternal()
400 (status == VP8_STATUS_NOT_ENOUGH_DATA && found_vp8x && headers == NULL)) { in ParseHeadersInternal()