Searched defs:WebPMuxFrameInfo (Results 1 – 2 of 2) sorted by relevance
68 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef199 struct WebPMuxFrameInfo { struct200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream202 int x_offset; // x-offset of the frame.203 int y_offset; // y-offset of the frame.204 int duration; // duration of the frame (in milliseconds).206 WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF208 WebPMuxAnimDispose dispose_method; // Disposal method for the frame.209 WebPMuxAnimBlend blend_method; // Blend operation for the frame.210 uint32_t pad[1]; // padding for later use