Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/webp/
Dmux.h63 typedef struct WebPMuxFrameInfo WebPMuxFrameInfo; typedef
192 struct WebPMuxFrameInfo { struct
193 WebPData bitstream; // image data: can either be a raw VP8/VP8L bitstream
195 int x_offset; // x-offset of the frame.
196 int y_offset; // y-offset of the frame.
197 int duration; // duration of the frame (in milliseconds).
199 WebPChunkId id; // frame type: should be one of WEBP_CHUNK_ANMF,
201 WebPMuxAnimDispose dispose_method; // Disposal method for the frame.
202 uint32_t pad[2]; // padding for later use