Home
last modified time | relevance | path

Searched refs:fimc_frame (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-core.h246 struct fimc_frame { struct
477 struct fimc_frame s_frame;
478 struct fimc_frame d_frame;
499 static inline void set_frame_bounds(struct fimc_frame *f, u32 width, u32 height) in set_frame_bounds()
507 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop()
586 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame()
589 struct fimc_frame *frame; in ctx_get_frame()
617 void __fimc_get_format(struct fimc_frame *frame, struct v4l2_format *f);
629 struct fimc_frame *frame, struct fimc_addr *paddr);
630 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f);
Dfimc-reg.c108 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format()
150 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size()
169 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma()
251 struct fimc_frame *src_frame = &ctx->s_frame; in fimc_hw_set_scaler()
252 struct fimc_frame *dst_frame = &ctx->d_frame; in fimc_hw_set_scaler()
391 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha()
406 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma_size()
423 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma()
602 struct fimc_frame *f = &vc->ctx->s_frame; in fimc_hw_set_camera_source()
651 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, struct fimc_frame *f) in fimc_hw_set_camera_offset()
Dfimc-m2m.c96 struct fimc_frame *sf, *df; in fimc_device_run()
176 struct fimc_frame *f; in fimc_queue_setup()
198 struct fimc_frame *frame; in fimc_buf_prepare()
258 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane()
320 static void __set_frame_format(struct fimc_frame *frame, struct fimc_fmt *fmt, in __set_frame_format()
348 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane()
384 struct fimc_frame *frame; in fimc_m2m_g_selection()
434 struct fimc_frame *f; in fimc_m2m_try_selection()
493 struct fimc_frame *f; in fimc_m2m_s_selection()
Dfimc-capture.c183 struct fimc_frame *f = &cap->ctx->d_frame; in fimc_capture_irq_handler()
345 struct fimc_frame *frame = &ctx->d_frame; in queue_setup()
572 struct fimc_frame *dst = &ctx->d_frame; in fimc_capture_try_format()
649 struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection()
1015 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format()
1131 struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate()
1159 struct fimc_frame *frame = &vc->ctx->d_frame; in fimc_pipeline_validate()
1265 struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection()
1303 struct fimc_frame *f; in fimc_cap_s_selection()
1477 struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt()
[all …]
Dfimc-core.c230 struct fimc_frame *s_frame = &ctx->s_frame; in fimc_set_scaler_info()
231 struct fimc_frame *d_frame = &ctx->d_frame; in fimc_set_scaler_info()
328 struct fimc_frame *frame, struct fimc_addr *paddr) in fimc_prepare_addr()
424 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f) in fimc_prepare_dma_offset()
674 void __fimc_get_format(struct fimc_frame *frame, struct v4l2_format *f) in __fimc_get_format()
Dfimc-reg.h310 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, struct fimc_frame *f);