Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/include/gs101/displaycolor/
Ddisplaycolor_gs101.h166 struct DitherConfigType { struct
167 uint8_t en : 1;
168 uint8_t mode : 1;
169 uint8_t frame_con : 1;
170 uint8_t frame_offset : 2;
171 uint8_t table_sel_r : 1;
172 uint8_t table_sel_g : 1;
173 uint8_t table_sel_b : 1;
174 uint32_t reserved : 24;