Searched defs:WebPMuxFrameInfo (Results 1 – 1 of 1) sorted by relevance
69 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef205 struct WebPMuxFrameInfo { struct206 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream208 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_ANMF214 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