Searched defs:has_animation (Results 1 - 4 of 4) sorted by relevance

/external/webp/include/webp/
H A Ddecode.h412 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
/external/webp/src/dec/
H A Dwebp_dec.c282 int* const has_animation,
326 if (has_animation != NULL) *has_animation = animation_present;
417 int has_animation = 0; local
421 NULL, NULL, NULL, &has_animation,
425 if (has_animation) {
689 &features->has_alpha, &features->has_animation,
277 ParseHeadersInternal(const uint8_t* data, size_t data_size, int* const width, int* const height, int* const has_alpha, int* const has_animation, int* const format, WebPHeaderStructure* const headers) argument
/external/webp/src/mux/
H A Dmuxinternal.c500 const int has_animation = !!(flags & ANIMATION_FLAG); local
501 if (has_animation && (num_anim == 0 || num_frames == 0)) {
504 if (!has_animation && (num_anim == 1 || num_frames > 0)) {
/external/webp/src/webp/
H A Ddecode.h412 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures

Completed in 115 milliseconds