Searched refs:flite_frame (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/media/platform/exynos4-is/ |
| D | fimc-lite-reg.h | 139 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f); 140 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f); 142 void flite_hw_set_output_dma(struct fimc_lite *dev, struct flite_frame *f, 144 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f);
|
| D | fimc-lite.h | 85 struct flite_frame { struct 163 struct flite_frame inp_frame; 164 struct flite_frame out_frame;
|
| D | fimc-lite-reg.c | 127 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_source_format() 158 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_window_offset() 229 static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_out_order() 247 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_dma_window() 297 void flite_hw_set_output_dma(struct fimc_lite *dev, struct flite_frame *f, in flite_hw_set_output_dma()
|
| D | fimc-lite.c | 354 struct flite_frame *frame = &fimc->out_frame; in queue_setup() 571 struct flite_frame *sink = &fimc->inp_frame; in fimc_lite_subdev_try_fmt() 605 struct flite_frame *frame = &fimc->inp_frame; in fimc_lite_try_crop() 622 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose() 675 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane() 746 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane() 780 struct flite_frame *ff = &fimc->out_frame; in fimc_pipeline_validate() 876 struct flite_frame *f = &fimc->out_frame; in fimc_lite_g_selection() 902 struct flite_frame *f = &fimc->out_frame; in fimc_lite_s_selection() 1032 struct flite_frame *f = &fimc->inp_frame; in fimc_lite_subdev_get_fmt() [all …]
|