Home | History | Annotate | Download | only in camera

Lines Matching refs:red

40  * So, if this code runs on the little endian CPU, red color in 'rgb' would be
42 * the code runs on a big endian CPU, the red color in 'rgb' would be masked as
79 /* Extract red, green, and blue bytes from RGB565 word. */
83 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
87 /* Extract red, green, and blue bytes from RGB32 dword. */
91 /* Build RGB565 word from red, green, and blue bytes. */
93 /* Build RGB32 dword from red, green, and blue bytes. */
96 /* Extract red, green, and blue bytes from RGB565 word. */
100 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
104 /* Extract red, green, and blue bytes from RGB32 dword. */
108 /* Build RGB565 word from red, green, and blue bytes. */
110 /* Build RGB32 dword from red, green, and blue bytes. */
432 * r, g, b - Upon return will contain red, green, and blue colors for the pixel
445 * r, g, b - Red
939 * - 'R' - pixel is red.
955 * red, green bluu - Upon return will contain RGB colors calculated for the pixel.
964 int* red,
975 *red = _get_bayer_ave_hor(desc, buf, x, y, width, height);
978 *red = _get_bayer_ave_vert(desc, buf, x, y, width, height);
982 /* This is a red pixel. */
983 *red = _get_bayer_color(desc, buf, x, y, width);
990 *red = _get_bayer_ave_diag(desc, buf, x, y, width, height);