/external/chromium_org/third_party/libwebp/dec/ |
webp.c | 287 int* const has_animation, 328 if (has_animation != NULL) *has_animation = animation_present; 401 int has_animation = 0; local 405 NULL, NULL, NULL, &has_animation, headers); 408 if (has_animation) { 667 &features->has_alpha, &features->has_animation,
|
/external/webp/src/dec/ |
webp.c | 287 int* const has_animation, 321 if (has_animation != NULL) *has_animation = !!(flags & ANIMATION_FLAG); 384 int has_animation = 0; local 388 NULL, NULL, NULL, &has_animation, headers); 391 if (has_animation) { 650 &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/examples/ |
dwebp.c | 463 if (bitstream->has_animation) {
|
/external/webp/include/webp/ |
decode.h | 406 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
|