Home
last modified time | relevance | path

Searched defs:rgb24 (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_fb.c2280 static void read_rgb(struct igt_vec4 *rgb, const uint8_t *rgb24) in read_rgb()
2288 static void write_rgb(uint8_t *rgb24, const struct igt_vec4 *rgb) in write_rgb()
2517 uint8_t *rgb24 = cvt->dst.ptr; in convert_yuv_to_rgb24() local
2579 const uint8_t *rgb24 = cvt->src.ptr; in convert_rgb24_to_yuv() local
2659 static void read_rgbf(struct igt_vec4 *rgb, const float *rgb24) in read_rgbf()
2667 static void write_rgbf(float *rgb24, const struct igt_vec4 *rgb) in write_rgbf()