Searched refs:ctx_get_frame (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 183 f = ctx_get_frame(ctx, vq->type); in fimc_queue_setup() 205 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in fimc_buf_prepare() 264 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() 392 frame = ctx_get_frame(ctx, cr->type); in fimc_m2m_cropcap() 410 frame = ctx_get_frame(ctx, cr->type); in fimc_m2m_g_crop()
|
D | fimc-core.h | 594 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame() function
|
/Linux-v4.19/drivers/media/platform/sti/bdisp/ |
D | bdisp-v4l2.c | 164 static struct bdisp_frame *ctx_get_frame(struct bdisp_ctx *ctx, in ctx_get_frame() function 445 struct bdisp_frame *frame = ctx_get_frame(ctx, vq->type); in bdisp_queue_setup() 469 struct bdisp_frame *frame = ctx_get_frame(ctx, vb->vb2_queue->type); in bdisp_buf_prepare() 727 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt() 855 frame = ctx_get_frame(ctx, s->type); in bdisp_g_selection() 948 frame = ctx_get_frame(ctx, s->type); in bdisp_s_selection()
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-m2m.c | 239 frame = ctx_get_frame(ctx, vq->type); in gsc_m2m_queue_setup() 258 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in gsc_m2m_buf_prepare() 465 frame = ctx_get_frame(ctx, s->type); in gsc_m2m_g_selection()
|
D | gsc-core.h | 477 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame() function
|
D | gsc-core.c | 511 frame = ctx_get_frame(ctx, f->type); in gsc_g_fmt_mplane() 548 frame = ctx_get_frame(ctx, cr->type); in gsc_g_crop()
|