Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_color_encoding.h39 enum igt_color_range { enum
46 const char *igt_color_range_to_str(enum igt_color_range range);
51 enum igt_color_range color_range);
55 enum igt_color_range color_range);
Digt_color_encoding.c90 static struct igt_mat4 ycbcr_input_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_input_convert_matrix()
110 static struct igt_mat4 ycbcr_output_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_output_convert_matrix()
179 enum igt_color_range color_range) in igt_ycbcr_to_rgb_matrix()
198 enum igt_color_range color_range) in igt_rgb_to_ycbcr_matrix()
224 const char *igt_color_range_to_str(enum igt_color_range range) in igt_color_range_to_str()
Digt_fb.h89 enum igt_color_range color_range;
129 enum igt_color_range color_range);
134 enum igt_color_range color_range,
Digt_fb.c588 enum igt_color_range color_range) in igt_init_fb()
1539 enum igt_color_range color_range, in igt_create_fb_with_bo_size()
/external/igt-gpu-tools/tests/
Dkms_plane.c438 enum igt_color_range color_range, in test_format_plane_color()
524 enum igt_color_range range, in test_format_plane_colors()
595 for (enum igt_color_range r = 0; r < IGT_NUM_COLOR_RANGES; r++) { in test_format_plane_yuv()
Dkms_prime.c104 enum igt_color_range color_range = IGT_COLOR_YCBCR_LIMITED_RANGE; in prepare_fb()