Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwjpeg/include/
H A 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 */
31 …unsigned char chroma_h_samp_factor; /* horizontal chroma sampling factor of the compressed image */
32 … unsigned char chroma_v_samp_factor; /* vertical chroma sampling factor of the compressed image */
33 …ned char scale_factor; /* down-scaling factor during decompression: one of 1, 2, 4 and 8 */
35 unsigned int output_width; /* width of the output image (image_width/scale_factor) */
36 unsigned int output_height; /* height of the output image (image_height/scale_factor) */
37 …format; /* 4CC style format identifier of the output image defined in videodev2.h */