Searched refs:fimc_frame (Results 1 – 6 of 6) sorted by relevance
/drivers/media/platform/exynos4-is/ |
D | fimc-core.h | 249 struct fimc_frame { struct 488 struct fimc_frame s_frame; 489 struct fimc_frame d_frame; 510 static inline void set_frame_bounds(struct fimc_frame *f, u32 width, u32 height) in set_frame_bounds() 518 static inline void set_frame_crop(struct fimc_frame *f, in set_frame_crop() 597 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame() 600 struct fimc_frame *frame; in ctx_get_frame() 626 void __fimc_get_format(struct fimc_frame *frame, struct v4l2_format *f); 638 struct fimc_frame *frame, struct fimc_addr *paddr); 639 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f);
|
D | fimc-reg.c | 111 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_target_format() 153 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma_size() 172 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_out_dma() 254 struct fimc_frame *src_frame = &ctx->s_frame; in fimc_hw_set_scaler() 255 struct fimc_frame *dst_frame = &ctx->d_frame; in fimc_hw_set_scaler() 394 struct fimc_frame *frame = &ctx->d_frame; in fimc_hw_set_rgb_alpha() 409 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma_size() 426 struct fimc_frame *frame = &ctx->s_frame; in fimc_hw_set_in_dma() 605 struct fimc_frame *f = &vc->ctx->s_frame; in fimc_hw_set_camera_source() 649 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, struct fimc_frame *f) in fimc_hw_set_camera_offset()
|
D | fimc-m2m.c | 104 struct fimc_frame *sf, *df; in fimc_device_run() 184 struct fimc_frame *f; in fimc_queue_setup() 208 struct fimc_frame *frame; in fimc_buf_prepare() 278 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() 340 static void __set_frame_format(struct fimc_frame *frame, struct fimc_fmt *fmt, in __set_frame_format() 368 struct fimc_frame *frame; in fimc_m2m_s_fmt_mplane() 404 struct fimc_frame *frame; in fimc_m2m_cropcap() 422 struct fimc_frame *frame; in fimc_m2m_g_crop() 439 struct fimc_frame *f; in fimc_m2m_try_crop() 493 struct fimc_frame *f; in fimc_m2m_s_crop()
|
D | fimc-capture.c | 184 struct fimc_frame *f = &cap->ctx->d_frame; in fimc_capture_irq_handler() 348 struct fimc_frame *frame = &ctx->d_frame; in queue_setup() 587 struct fimc_frame *dst = &ctx->d_frame; in fimc_capture_try_format() 664 struct fimc_frame *sink = &ctx->s_frame; in fimc_capture_try_selection() 1030 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format() 1146 struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate() 1174 struct fimc_frame *frame = &vc->ctx->d_frame; in fimc_pipeline_validate() 1277 struct fimc_frame *f = &ctx->s_frame; in fimc_cap_g_selection() 1326 struct fimc_frame *f; in fimc_cap_s_selection() 1500 struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt() [all …]
|
D | fimc-core.c | 254 struct fimc_frame *s_frame = &ctx->s_frame; in fimc_set_scaler_info() 255 struct fimc_frame *d_frame = &ctx->d_frame; in fimc_set_scaler_info() 352 struct fimc_frame *frame, struct fimc_addr *paddr) in fimc_prepare_addr() 448 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f) in fimc_prepare_dma_offset() 698 void __fimc_get_format(struct fimc_frame *frame, struct v4l2_format *f) in __fimc_get_format()
|
D | fimc-reg.h | 311 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, struct fimc_frame *f);
|