Searched refs:has_animation (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
H A 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() 592 kParams.has_animation = (curr->num_frames > 1); in main() 619 if (kParams.has_animation) glutTimerFunc(0, decode_callback, 0); in main()
|
H A D | webpinfo.c | 805 features.has_animation, kFormats[features.format], features.format); in ProcessImageChunk()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | webp_dec.c | 282 int* const has_animation, in ParseHeadersInternal() 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() 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) ParseHeadersInternal() argument
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | muxinternal.c | 497 const int has_animation = !!(flags & ANIMATION_FLAG); in MuxValidate() local 498 if (has_animation && (num_anim == 0 || num_frames == 0)) { in MuxValidate() 501 if (!has_animation && (num_anim == 1 || num_frames > 0)) { in MuxValidate() 504 if (!has_animation) { in MuxValidate()
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | quality_estimate.c | 58 if (features.format == 0 || features.has_animation) return -1; // mixed in VP8EstimateQuality()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | webpdec.c | 38 if (config->input.has_animation) { in PrintAnimationWarning()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | decode.h | 416 int has_animation; // True if the bitstream is an animation. member
|
Completed in 8 milliseconds