HomeSort by relevance Sort by last modified time
    Searched refs:found_riff (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
webp.c 296 int found_riff = 0; local
317 found_riff = (hdrs.riff_size > 0);
329 if (!found_riff && found_vp8x) {
349 if ((found_riff && found_vp8x) ||
350 (!found_riff && !found_vp8x && !memcmp(data, "ALPH", TAG_SIZE))) {
  /external/webp/src/dec/
webp.c 296 int found_riff = 0; local
317 found_riff = (hdrs.riff_size > 0);
329 if (!found_riff && found_vp8x) {
353 if ((found_riff && found_vp8x) ||
354 (!found_riff && !found_vp8x && !memcmp(data, "ALPH", TAG_SIZE))) {

Completed in 32 milliseconds