Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/mux/
H A Dmuxi.h61 struct WebPMux { struct
62 WebPMuxImage* images_; argument
63 WebPChunk* iccp_;
64 WebPChunk* exif_;
65 WebPChunk* xmp_;
66 WebPChunk* anim_;
67 WebPChunk* vp8x_;
69 WebPChunk* unknown_;
70 int canvas_width_;
71 int canvas_height_;
/aosp_15_r20/external/webp/src/webp/
H A Dmux.h68 typedef struct WebPMux WebPMux; // main opaque object. typedef