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

  /external/webp/src/dec/
webp.c 289 int* const has_animation,
335 if (has_animation != NULL) *has_animation = animation_present;
426 int has_animation = 0; local
430 NULL, NULL, NULL, &has_animation,
434 if (has_animation) {
698 &features->has_alpha, &features->has_animation,
  /external/webp/include/webp/
decode.h 406 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
  /external/webp/src/webp/
decode.h 406 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures

Completed in 496 milliseconds