Home | History | Annotate | Download | only in camera

Lines Matching full:b16

82 #define B16(rgb)    (uint8_t)(((rgb) & kBlue5) >> 11)
99 #define B16(rgb) (uint8_t)((rgb) & kBlue5)
536 *r = R16(rgb16); *g = G16(rgb16); *b = B16(rgb16);
553 *r = B16(rgb16); *g = G16(rgb16); *b = R16(rgb16);