Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h247 struct fimc_frame { struct
479 struct fimc_frame s_frame;
480 struct fimc_frame d_frame;
501 static inline void set_frame_bounds(struct fimc_frame *f, u32 width, u32 height) in set_frame_bounds()
509 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop()
588 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame()
591 struct fimc_frame *frame; in ctx_get_frame()
617 void __fimc_get_format(const struct fimc_frame *frame, struct v4l2_format *f);
630 const struct fimc_frame *frame, struct fimc_addr *addr);
631 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f);
H A Dfimc-reg.c108 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format()
150 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size()
169 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma()
251 const struct fimc_frame *src_frame = &ctx->s_frame; in fimc_hw_set_scaler()
252 const struct fimc_frame *dst_frame = &ctx->d_frame; in fimc_hw_set_scaler()
391 const struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha()
406 const struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma_size()
423 const struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma()
602 const 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, const struct fimc_frame *f) in fimc_hw_set_camera_offset()
H A Dfimc-m2m.c93 struct fimc_frame *sf, *df; in fimc_device_run()
173 const struct fimc_frame *f; in fimc_queue_setup()
195 const struct fimc_frame *frame; in fimc_buf_prepare()
253 const struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane()
315 static void __set_frame_format(struct fimc_frame *frame, in __set_frame_format()
344 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane()
380 const struct fimc_frame *frame; in fimc_m2m_g_selection()
430 const struct fimc_frame *f; in fimc_m2m_try_selection()
489 struct fimc_frame *f; in fimc_m2m_s_selection()
H A Dfimc-capture.c183 const struct fimc_frame *f = &cap->ctx->d_frame; in fimc_capture_irq_handler()
345 const struct fimc_frame *frame = &ctx->d_frame; in queue_setup()
568 const struct fimc_frame *dst = &ctx->d_frame; in fimc_capture_try_format()
645 const struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection()
1012 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format()
1264 const struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection()
1302 struct fimc_frame *f; in fimc_cap_s_selection()
1476 const struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt()
1519 struct fimc_frame *ff; in fimc_subdev_set_fmt()
1583 const struct fimc_frame *f = &ctx->s_frame; in fimc_subdev_get_selection()
[all …]
H A Dfimc-core.c231 const struct fimc_frame *s_frame = &ctx->s_frame; in fimc_set_scaler_info()
232 const struct fimc_frame *d_frame = &ctx->d_frame; in fimc_set_scaler_info()
329 const struct fimc_frame *frame, struct fimc_addr *addr) in fimc_prepare_addr()
423 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f) in fimc_prepare_dma_offset()
673 void __fimc_get_format(const struct fimc_frame *frame, struct v4l2_format *f) in __fimc_get_format()
H A Dfimc-reg.h310 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, const struct fimc_frame *f);