Home | History | Annotate | Download | only in webp

Lines Matching defs:RGBA

48 // Decodes WebP images pointed to by 'data' and returns RGBA samples, along
135 // RGBA-4444 and RGB-565 colorspaces are represented by following byte-order:
136 // RGBA-4444: [r3 r2 r1 r0 g3 g2 g1 g0], [b3 b2 b1 b0 a3 a2 a1 a0], ...
140 // RGBA-4444: [b3 b2 b1 b0 a3 a2 a1 a0], [r3 r2 r1 r0 g3 g2 g1 g0], ...
177 struct WebPRGBABuffer { // view as RGBA
178 uint8_t* rgba; // pointer to RGBA samples
180 size_t size; // total size of the *rgba buffer.
199 WebPRGBABuffer RGBA;
270 // stride of output_buffer.u.RGBA or output_buffer.u.YUVA, provided they remain
393 // E) Decoded image is now in config.output (and config.output.u.RGBA)