Searched refs:fimc_frame (Results 1 – 6 of 6) sorted by relevance
/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() 619 void __fimc_get_format(struct fimc_frame *frame, struct v4l2_format *f); 631 struct fimc_frame *frame, struct fimc_addr *addr); 632 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f);
|
D | fimc-reg.c | 108 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()
|
D | fimc-m2m.c | 93 struct fimc_frame *sf, *df; in fimc_device_run() 173 struct fimc_frame *f; in fimc_queue_setup() 195 struct fimc_frame *frame; in fimc_buf_prepare() 255 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, struct fimc_fmt *fmt, in __set_frame_format() 345 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane() 381 struct fimc_frame *frame; in fimc_m2m_g_selection() 431 struct fimc_frame *f; in fimc_m2m_try_selection() 490 struct fimc_frame *f; in fimc_m2m_s_selection()
|
D | fimc-capture.c | 183 struct fimc_frame *f = &cap->ctx->d_frame; in fimc_capture_irq_handler() 345 struct fimc_frame *frame = &ctx->d_frame; in queue_setup() 570 struct fimc_frame *dst = &ctx->d_frame; in fimc_capture_try_format() 647 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() 1130 struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate() 1158 struct fimc_frame *frame = &vc->ctx->d_frame; in fimc_pipeline_validate() 1263 struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection() 1301 struct fimc_frame *f; in fimc_cap_s_selection() 1475 struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt() [all …]
|
D | fimc-core.c | 232 struct fimc_frame *s_frame = &ctx->s_frame; in fimc_set_scaler_info() 233 struct fimc_frame *d_frame = &ctx->d_frame; in fimc_set_scaler_info() 330 struct fimc_frame *frame, struct fimc_addr *addr) 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()
|
D | fimc-reg.h | 310 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, struct fimc_frame *f);
|