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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 299 int fragments_present = 0; local
328 fragments_present = !!(flags & FRAGMENTS_FLAG);
338 if (found_vp8x && (animation_present || fragments_present) &&
368 if (format != NULL && !(animation_present || fragments_present)) {
  /external/webp/src/dec/
webp.c 299 int fragments_present = 0; local
328 fragments_present = !!(flags & FRAGMENTS_FLAG);
340 if (found_vp8x && (animation_present || fragments_present) &&
372 if (format != NULL && !(animation_present || fragments_present)) {

Completed in 74 milliseconds