Home
last modified time | relevance | path

Searched refs:rgb_tmp (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_fb.c2539 uint8_t *rgb_tmp = rgb24; in convert_yuv_to_rgb24() local
2550 write_rgb(rgb_tmp, &rgb); in convert_yuv_to_rgb24()
2552 rgb_tmp += bpp; in convert_yuv_to_rgb24()
2597 const uint8_t *rgb_tmp = rgb24; in convert_rgb24_to_yuv() local
2603 const uint8_t *pair_rgb24 = rgb_tmp; in convert_rgb24_to_yuv()
2607 read_rgb(&rgb, rgb_tmp); in convert_rgb24_to_yuv()
2610 rgb_tmp += bpp; in convert_rgb24_to_yuv()
2709 float *rgb_tmp = ptr; in convert_yuv16_to_float() local
2720 write_rgbf(rgb_tmp, &rgb); in convert_yuv16_to_float()
2723 rgb_tmp[3] = ((float)*a_tmp) / 65535.f; in convert_yuv16_to_float()
[all …]