Home
last modified time | relevance | path

Searched defs:WebPAnimEncoder (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c48 struct WebPAnimEncoder { struct
51 const WebPAnimEncoderOptions options_; // Global encoding options. argument
53 FrameRectangle prev_rect_; // Previous WebP frame rectangle.
54 WebPConfig last_config_; // Cached in case a re-encode is needed.
55 WebPConfig last_config_reversed_; // If 'last_config_' uses lossless, then
60 WebPPicture* curr_canvas_; // Only pointer; we don't own memory.
63 WebPPicture curr_canvas_copy_; // Possibly modified current canvas.
64 int curr_canvas_copy_modified_; // True if pixels in 'curr_canvas_copy_'
67 WebPPicture prev_canvas_; // Previous canvas.
68 WebPPicture prev_canvas_disposed_; // Previous canvas disposed to background.
[all …]
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c48 struct WebPAnimEncoder { struct
51 const WebPAnimEncoderOptions options_; // Global encoding options. argument
53 FrameRectangle prev_rect_; // Previous WebP frame rectangle.
54 WebPConfig last_config_; // Cached in case a re-encode is needed.
55 WebPConfig last_config_reversed_; // If 'last_config_' uses lossless, then
60 WebPPicture* curr_canvas_; // Only pointer; we don't own memory.
63 WebPPicture curr_canvas_copy_; // Possibly modified current canvas.
64 int curr_canvas_copy_modified_; // True if pixels in 'curr_canvas_copy_'
67 WebPPicture prev_canvas_; // Previous canvas.
68 WebPPicture prev_canvas_disposed_; // Previous canvas disposed to background.
[all …]
/third_party/skia/third_party/externals/libwebp/src/webp/
Dmux.h417 typedef struct WebPAnimEncoder WebPAnimEncoder; // Main opaque object. typedef
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Dmux.h417 typedef struct WebPAnimEncoder WebPAnimEncoder; // Main opaque object. typedef