Searched refs:conversion_matrix (Results 1 – 5 of 5) sorted by relevance
273 struct pixel_argb_u16 argb_u16_from_yuv161616(const struct conversion_matrix *matrix, in argb_u16_from_yuv161616()516 const struct conversion_matrix *conversion_matrix = &plane->conversion_matrix; \ in READ_LINE_ARGB8888()521 *out_pixel = (callback)(conversion_matrix, __VA_ARGS__); \ in READ_LINE_ARGB8888()566 const struct conversion_matrix *conversion_matrix = &plane->conversion_matrix; local569 *out_pixel = argb_u16_from_yuv161616(conversion_matrix,772 static const struct conversion_matrix no_operation = {781 static const struct conversion_matrix yuv_bt601_full = {795 static const struct conversion_matrix yuv_bt601_limited = {809 static const struct conversion_matrix yuv_bt709_full = {823 static const struct conversion_matrix yuv_bt709_limited = {[all …]
14 struct conversion_matrix *matrix);17 struct pixel_argb_u16 argb_u16_from_yuv161616(const struct conversion_matrix *matrix,
137 struct conversion_matrix { struct154 struct conversion_matrix conversion_matrix; member
152 &vkms_plane_state->conversion_matrix); in vkms_plane_atomic_update()
232 struct conversion_matrix matrix; in vkms_format_test_yuv_u16_to_argb_u16()