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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 289 int* const has_animation,
335 if (has_animation != NULL) *has_animation = animation_present;
414 int has_animation = 0; local
418 NULL, NULL, NULL, &has_animation,
422 if (has_animation) {
686 &features->has_alpha, &features->has_animation,
  /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/chromium_org/third_party/libwebp/webp/
decode.h 406 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
  /external/webp/include/webp/
decode.h 406 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
  /external/webp/examples/
dwebp.c 463 if (bitstream->has_animation) {

Completed in 720 milliseconds