Searched defs:raw16_pixel (Results 1 – 2 of 2) sorted by relevance
1043 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6))); in convertLegacyToRaw16() local1081 uint16_t raw16_pixel = (((uint16_t)upper_8bit)<<2 | lower_2bit); in convertMipiToRaw16() local
953 uint16_t raw16_pixel = 0x3FF & (row_start[x/6] >> (10*(x%6))); in convertToRaw16() local