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

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h231 * struct fimc_frame - source/target frame properties
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)
509 static inline void set_frame_crop(struct fimc_frame *f,
588 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx,
591 struct fimc_frame *frame;
617 void __fimc_get_format(const struct fimc_frame *frame, struct v4l2_format *f);
630 const struct fimc_frame *fram
[all...]
H A Dfimc-reg.c108 const struct fimc_frame *frame = &ctx->d_frame;
150 const struct fimc_frame *frame = &ctx->d_frame;
169 const struct fimc_frame *frame = &ctx->d_frame;
251 const struct fimc_frame *src_frame = &ctx->s_frame;
252 const struct fimc_frame *dst_frame = &ctx->d_frame;
391 const struct fimc_frame *frame = &ctx->d_frame;
406 const struct fimc_frame *frame = &ctx->s_frame;
423 const struct fimc_frame *frame = &ctx->s_frame;
602 const struct fimc_frame *f = &vc->ctx->s_frame;
651 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, const struct fimc_frame *
[all...]
H A Dfimc-m2m.c93 struct fimc_frame *sf, *df;
173 const struct fimc_frame *f;
195 const struct fimc_frame *frame;
255 const struct fimc_frame *frame = ctx_get_frame(ctx, f->type);
317 static void __set_frame_format(struct fimc_frame *frame,
346 struct fimc_frame *frame;
382 const struct fimc_frame *frame;
432 const struct fimc_frame *f;
491 struct fimc_frame *f;
H A Dfimc-capture.c183 const struct fimc_frame *f = &cap->ctx->d_frame;
345 const struct fimc_frame *frame = &ctx->d_frame;
570 const struct fimc_frame *dst = &ctx->d_frame;
647 const struct fimc_frame *sink = &ctx->s_frame;
1014 struct fimc_frame *ff = &ctx->d_frame;
1135 const struct fimc_frame *ff = &vc->ctx->s_frame;
1161 const struct fimc_frame *frame = &vc->ctx->d_frame;
1266 const struct fimc_frame *f = &ctx->s_frame;
1304 struct fimc_frame *f;
1478 const struct fimc_frame *f
[all...]
H A Dfimc-reg.h310 void fimc_hw_set_camera_offset(struct fimc_dev *fimc, const struct fimc_frame *f);
H A Dfimc-core.c231 const struct fimc_frame *s_frame = &ctx->s_frame;
232 const struct fimc_frame *d_frame = &ctx->d_frame;
329 const struct fimc_frame *frame, struct fimc_addr *addr)
423 void fimc_prepare_dma_offset(struct fimc_ctx *ctx, struct fimc_frame *f)
673 void __fimc_get_format(const struct fimc_frame *frame, struct v4l2_format *f)

Completed in 129 milliseconds