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

  /external/webp/src/dec/
webp_dec.c 282 int* const has_animation,
326 if (has_animation != NULL) *has_animation = animation_present;
417 int has_animation = 0; local
421 NULL, NULL, NULL, &has_animation,
427 if (has_animation) {
691 &features->has_alpha, &features->has_animation,
  /external/webp/src/mux/
muxinternal.c 500 const int has_animation = !!(flags & ANIMATION_FLAG); local
501 if (has_animation && (num_anim == 0 || num_frames == 0)) {
504 if (!has_animation && (num_anim == 1 || num_frames > 0)) {
507 if (!has_animation) {
  /external/webp/include/webp/
decode.h 413 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
  /external/webp/src/webp/
decode.h 413 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures

Completed in 99 milliseconds