Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_wpf.c48 struct v4l2_mbus_framefmt *source_format; in vsp1_wpf_set_rotation() local
71 source_format = vsp1_entity_get_pad_format(&wpf->entity, in vsp1_wpf_set_rotation()
78 source_format->width = sink_format->height; in vsp1_wpf_set_rotation()
79 source_format->height = sink_format->width; in vsp1_wpf_set_rotation()
81 source_format->width = sink_format->width; in vsp1_wpf_set_rotation()
82 source_format->height = sink_format->height; in vsp1_wpf_set_rotation()
241 const struct v4l2_mbus_framefmt *source_format; in wpf_configure_stream() local
250 source_format = vsp1_entity_get_pad_format(&wpf->entity, in wpf_configure_stream()
286 if (sink_format->code != source_format->code) in wpf_configure_stream()
Dvsp1_rpf.c65 const struct v4l2_mbus_framefmt *source_format; in rpf_configure_stream() local
93 source_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream()
105 if (sink_format->code != source_format->code) in rpf_configure_stream()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c40 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument
44 if (source_format == dm_444_16) { in get_bytes_per_element()
47 } else if (source_format == dm_444_32) { in get_bytes_per_element()
50 } else if (source_format == dm_444_64) { in get_bytes_per_element()
53 } else if (source_format == dm_420_8) { in get_bytes_per_element()
58 } else if (source_format == dm_420_10) { in get_bytes_per_element()
67 static bool is_dual_plane(enum source_format_class source_format) in is_dual_plane() argument
71 if ((source_format == dm_420_8) || (source_format == dm_420_10)) in is_dual_plane()
370 int source_format, in dml1_rq_dlg_get_row_heights() argument
380 (enum source_format_class) source_format, in dml1_rq_dlg_get_row_heights()
[all …]
Ddisplay_mode_structs.h192 int source_format; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c349 input->src.source_format = dm_420_8; in pipe_ctx_to_e2e_pipe_params()
355 input->src.source_format = dm_420_10; in pipe_ctx_to_e2e_pipe_params()
362 input->src.source_format = dm_444_64; in pipe_ctx_to_e2e_pipe_params()
367 input->src.source_format = dm_444_32; in pipe_ctx_to_e2e_pipe_params()