Searched refs:argb_u16_from_yuv888 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_formats.h | 17 struct pixel_argb_u16 argb_u16_from_yuv888(u8 y, u8 channel_1, u8 channel_2,
|
H A D | vkms_formats.c | 262 VISIBLE_IF_KUNIT struct pixel_argb_u16 argb_u16_from_yuv888(u8 y, u8 channel_1, u8 channel_2, in argb_u16_from_yuv888() function 293 EXPORT_SYMBOL_IF_KUNIT(argb_u16_from_yuv888); 544 *out_pixel = argb_u16_from_yuv888(y_plane[0], uv_plane[0], uv_plane[1], in semi_planar_yuv_read_line() 589 *out_pixel = argb_u16_from_yuv888(*y_plane, *channel_1_plane, *channel_2_plane, in planar_yuv_read_line()
|
/linux/drivers/gpu/drm/vkms/tests/ |
H A D | vkms_format_test.c | 219 * argb_u16_from_yuv888 to convert YUV colors (stored in 239 argb = argb_u16_from_yuv888(color->yuv.y, color->yuv.u, color->yuv.v, &matrix); in vkms_format_test_yuv_u8_to_argb_u16()
|