Searched defs:DtmConfigType (Results 1 – 1 of 1) sorted by relevance
/hardware/google/graphics/gs101/include/gs101/displaycolor/ |
D | displaycolor_gs101.h | 92 struct DtmConfigType { struct 93 using XContainer = uint16_t; 94 using YContainer = uint32_t; 95 static constexpr size_t kLutLen = 33; 97 TransferFunctionData<XContainer, YContainer, kLutLen> tf_data; 98 uint16_t coeff_r; // DPP_HDR_LSI_L#_TM_COEF[COEFR] #(1, 3, 5) 99 uint16_t coeff_g; // DPP_HDR_LSI_L#_TM_COEF[COEFG] #(1, 3, 5) 100 uint16_t coeff_b; // DPP_HDR_LSI_L#_TM_COEF[COEFB] #(1, 3, 5) 101 uint16_t rng_x_min; // DPP_HDR_LSI_L#_TM_RNGX[MINX] #(1, 3, 5) 102 uint16_t rng_x_max; // DPP_HDR_LSI_L#_TM_RNGX[MAXX] #(1, 3, 5) [all …]
|