/external/opencv3/3rdparty/libwebp/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/webp/src/dec/ |
webp.c | 282 int* const has_animation, 328 if (has_animation != NULL) *has_animation = animation_present; 420 int has_animation = 0; local 424 NULL, NULL, NULL, &has_animation, 428 if (has_animation) { 690 &features->has_alpha, &features->has_animation,
|
/external/opencv3/3rdparty/libwebp/mux/ |
muxinternal.c | 531 const int has_animation = !!(flags & ANIMATION_FLAG); local 532 if (has_animation && (num_anim == 0 || num_frames == 0)) { 535 if (!has_animation && (num_anim == 1 || num_frames > 0)) {
|
/external/opencv3/3rdparty/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 | 409 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
|
/external/webp/src/webp/ |
decode.h | 409 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
|