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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 298 int animation_present = 0; local
327 animation_present = !!(flags & ANIMATION_FLAG);
335 if (has_animation != NULL) *has_animation = animation_present;
338 if (found_vp8x && (animation_present || fragments_present) &&
368 if (format != NULL && !(animation_present || fragments_present)) {
  /external/webp/src/dec/
webp.c 298 int animation_present = 0; local
327 animation_present = !!(flags & ANIMATION_FLAG);
335 if (has_animation != NULL) *has_animation = animation_present;
340 if (found_vp8x && (animation_present || fragments_present) &&
372 if (format != NULL && !(animation_present || fragments_present)) {

Completed in 63 milliseconds