Home
last modified time | relevance | path

Searched refs:has_animation (Results 1 – 9 of 9) sorted by relevance

/external/webp/examples/
Dvwebp.c53 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()
Dwebpinfo.c807 features.has_animation, kFormats[features.format], features.format); in ProcessImageChunk()
/external/webp/src/dec/
Dwebp_dec.c282 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/
Dmuxinternal.c498 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/
Dquality_estimate.c58 if (features.format == 0 || features.has_animation) return -1; // mixed in VP8EstimateQuality()
/external/webp/imageio/
Dwebpdec.c38 if (config->input.has_animation) { in PrintAnimationWarning()
/external/webp/src/webp/
Ddecode.h416 int has_animation; // True if the bitstream is an animation. member
/external/ImageMagick/coders/
Dwebp.c573 if (configure.input.has_animation) { in ReadWEBPImage()
/external/webp/
DChangeLog3264 ad452735 WebPBitstreamFeatures: add has_animation field