Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dmux.h68 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef
199 struct WebPMuxFrameInfo { struct
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream
202 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_ANMF
208 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
/external/webp/src/webp/
Dmux.h68 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef
199 struct WebPMuxFrameInfo { struct
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream
202 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_ANMF
208 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