Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/webp/
H A Dmux.h69 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef
205 struct WebPMuxFrameInfo { struct
206 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream
208 int x_offset; // x-offset of the frame.
209 int y_offset; // y-offset of the frame.
210 int duration; // duration of the frame (in milliseconds).
212 WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF
214 WebPMuxAnimDispose dispose_method; // Disposal method for the frame.
215 WebPMuxAnimBlend blend_method; // Blend operation for the frame.
216 uint32_t pad[1]; // padding for later use