Searched defs:Rgb2YData (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/zuma/include/zuma/displaycolor/ |
D | displaycolor_zuma.h | 58 struct Rgb2YData { struct 59 uint16_t coeff_r; 60 uint16_t coeff_g; 61 uint16_t coeff_b; 62 uint16_t ymix_tf; 63 uint16_t ymix_vf; 64 uint16_t ymix_dv; 65 uint16_t ymix_slope;
|
/hardware/google/graphics/gs101/include/gs101/displaycolor/ |
D | displaycolor_gs101.h | 105 struct Rgb2YData { struct 106 uint16_t coeff_r; // DPP_HDR_LSI_L#_TM_COEF[COEFR] #(1, 3, 5) 107 uint16_t coeff_g; // DPP_HDR_LSI_L#_TM_COEF[COEFG] #(1, 3, 5) 108 uint16_t coeff_b; // DPP_HDR_LSI_L#_TM_COEF[COEFB] #(1, 3, 5) 109 uint16_t rng_x_min; // DPP_HDR_LSI_L#_TM_RNGX[MINX] #(1, 3, 5) 110 uint16_t rng_x_max; // DPP_HDR_LSI_L#_TM_RNGX[MAXX] #(1, 3, 5) 111 uint16_t rng_y_min; // DPP_HDR_LSI_L#_TM_RNGY[MINY] #(1, 3, 5) 112 uint16_t rng_y_max; // DPP_HDR_LSI_L#_TM_RNGY[MAXY] #(1, 3, 5)
|