Searched refs:has_animation (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dec/ |
D | webp.c | 282 int* const has_animation, in ParseHeadersInternal() argument 328 if (has_animation != NULL) *has_animation = animation_present; in ParseHeadersInternal() 420 int has_animation = 0; in WebPParseHeaders() local 424 NULL, NULL, NULL, &has_animation, in WebPParseHeaders() 428 if (has_animation) { in WebPParseHeaders() 690 &features->has_alpha, &features->has_animation, in GetFeatures()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | webp.c | 287 int* const has_animation, in ParseHeadersInternal() argument 321 if (has_animation != NULL) *has_animation = !!(flags & ANIMATION_FLAG); in ParseHeadersInternal() 384 int has_animation = 0; in WebPParseHeaders() local 388 NULL, NULL, NULL, &has_animation, headers); in WebPParseHeaders() 391 if (has_animation) { in WebPParseHeaders() 650 &features->has_alpha, &features->has_animation, in GetFeatures()
|
/external/opencv3/3rdparty/libwebp/mux/ |
D | muxinternal.c | 531 const int has_animation = !!(flags & ANIMATION_FLAG); in MuxValidate() local 532 if (has_animation && (num_anim == 0 || num_frames == 0)) { in MuxValidate() 535 if (!has_animation && (num_anim == 1 || num_frames > 0)) { in MuxValidate()
|
/external/webp/include/webp/ |
D | decode.h | 409 int has_animation; // True if the bitstream is an animation. member
|
/external/opencv3/3rdparty/libwebp/webp/ |
D | decode.h | 406 int has_animation; // True if the bitstream is an animation. member
|
/external/webp/src/webp/ |
D | decode.h | 409 int has_animation; // True if the bitstream is an animation. member
|