Searched refs:source_format (Results 1 – 5 of 5) sorted by relevance
48 struct v4l2_mbus_framefmt *source_format; in vsp1_wpf_set_rotation() local71 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() local250 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()
65 const struct v4l2_mbus_framefmt *source_format; in rpf_configure_stream() local93 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()
40 static unsigned int get_bytes_per_element(enum source_format_class source_format, bool is_chroma) in get_bytes_per_element() argument44 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() argument71 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() argument380 (enum source_format_class) source_format, in dml1_rq_dlg_get_row_heights()[all …]
192 int source_format; member
349 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()