Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A 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()
579 kParams.has_animation = (curr->num_frames > 1); in main()
606 if (kParams.has_animation) glutTimerFunc(0, decode_callback, 0); in main()
A Dwebpinfo.c805 features.has_animation, kFormats[features.format], features.format); in ProcessImageChunk()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxinternal.c497 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()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dquality_estimate.c58 if (features.format == 0 || features.has_animation) return -1; // mixed in VP8EstimateQuality()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c38 if (config->input.has_animation) { in PrintAnimationWarning()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h419 int has_animation; // True if the bitstream is an animation. member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h419 int has_animation; // True if the bitstream is an animation. member
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h419 int has_animation; // True if the bitstream is an animation. member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2692 ad452735 WebPBitstreamFeatures: add has_animation field

Completed in 34 milliseconds