Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/include/
Dhwjpeglib-exynos.h27 typedef struct hwjpeg_decompressor_struct { struct
28 unsigned int image_width; /* width of the compressed image */
29 unsigned int image_height; /* height of the compressed image */
30 unsigned char num_components; /* number of components of the compressed image */
32 chroma_h_samp_factor; /* horizontal chroma sampling factor of the compressed image */
34 chroma_v_samp_factor; /* vertical chroma sampling factor of the compressed image */
35 unsigned char scale_factor; /* down-scaling factor during decompression: one of 1, 2, 4 and 8 */
37 unsigned int output_width; /* width of the output image (image_width/scale_factor) */
38 unsigned int output_height; /* height of the output image (image_height/scale_factor) */
39 __u32 output_format; /* 4CC style format identifier of the output image defined in videodev2.h