Searched refs:has_animation (Results 1 - 3 of 3) sorted by relevance
/external/webp/src/dec/ |
H A D | 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, 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/include/webp/ |
H A D | decode.h | 409 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
|
/external/webp/src/webp/ |
H A D | decode.h | 409 int has_animation; // True if the bitstream is an animation. member in struct:WebPBitstreamFeatures
|
Completed in 30 milliseconds