Searched refs:has_animation (Results 1 – 9 of 9) sorted by relevance
/external/webp/examples/ |
D | vwebp.c | 53 int has_animation; member 246 if (kParams.has_animation) { in HandleKey() 262 if (!kParams.has_animation) ClearPreviousFrame(); in HandleKey() 266 if (!kParams.has_animation) ClearPreviousFrame(); in HandleKey() 284 if (!kParams.has_animation) ClearPreviousFrame(); in HandleReshape() 605 kParams.has_animation = (curr->num_frames > 1); in main() 632 if (kParams.has_animation) glutTimerFunc(0, decode_callback, 0); in main()
|
D | webpinfo.c | 807 features.has_animation, kFormats[features.format], features.format); in ProcessImageChunk()
|
/external/webp/src/dec/ |
D | webp_dec.c | 282 int* const has_animation, in ParseHeadersInternal() argument 326 if (has_animation != NULL) *has_animation = animation_present; in ParseHeadersInternal() 417 int has_animation = 0; in WebPParseHeaders() local 421 NULL, NULL, NULL, &has_animation, in WebPParseHeaders() 427 if (has_animation) { in WebPParseHeaders() 691 &features->has_alpha, &features->has_animation, in GetFeatures()
|
/external/webp/src/mux/ |
D | muxinternal.c | 498 const int has_animation = !!(flags & ANIMATION_FLAG); in MuxValidate() local 499 if (has_animation && (num_anim == 0 || num_frames == 0)) { in MuxValidate() 502 if (!has_animation && (num_anim == 1 || num_frames > 0)) { in MuxValidate() 505 if (!has_animation) { in MuxValidate()
|
/external/webp/extras/ |
D | quality_estimate.c | 58 if (features.format == 0 || features.has_animation) return -1; // mixed in VP8EstimateQuality()
|
/external/webp/imageio/ |
D | webpdec.c | 38 if (config->input.has_animation) { in PrintAnimationWarning()
|
/external/webp/src/webp/ |
D | decode.h | 416 int has_animation; // True if the bitstream is an animation. member
|
/external/ImageMagick/coders/ |
D | webp.c | 573 if (configure.input.has_animation) { in ReadWEBPImage()
|
/external/webp/ |
D | ChangeLog | 3264 ad452735 WebPBitstreamFeatures: add has_animation field
|