Searched refs:fimc_frame (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-core.h | 247 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);
|
D | fimc-reg.c | 108 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()
|
D | fimc-m2m.c | 93 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() 255 const struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() 317 static void __set_frame_format(struct fimc_frame *frame, in __set_frame_format() 346 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane() 382 const struct fimc_frame *frame; in fimc_m2m_g_selection() 432 const struct fimc_frame *f; in fimc_m2m_try_selection() 491 struct fimc_frame *f; in fimc_m2m_s_selection()
|
D | fimc-capture.c | 183 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() 570 const struct fimc_frame *dst = &ctx->d_frame; in fimc_capture_try_format() 647 const struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection() 1014 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format() 1135 const struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate() 1161 const struct fimc_frame *frame = &vc->ctx->d_frame; in fimc_pipeline_validate() 1266 const struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection() 1304 struct fimc_frame *f; in fimc_cap_s_selection() 1478 const struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt() [all …]
|
D | fimc-core.c | 231 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()
|
D | fimc-reg.h | 310 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, const struct fimc_frame *f);
|