Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/gs101/include/gs101/displaycolor/
H A Ddisplaycolor_gs101.h159 struct DitherConfigType { struct
160 uint8_t en : 1;
161 uint8_t mode : 1;
162 uint8_t frame_con : 1;
163 uint8_t frame_offset : 2;
164 uint8_t table_sel_r : 1;
165 uint8_t table_sel_g : 1;
166 uint8_t table_sel_b : 1;
167 uint32_t reserved : 24;