Home
last modified time | relevance | path

Searched refs:ctx_get_frame (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-m2m.c179 f = ctx_get_frame(ctx, vq->type); in fimc_queue_setup()
201 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in fimc_buf_prepare()
258 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane()
386 frame = ctx_get_frame(ctx, s->type); in fimc_m2m_g_selection()
Dfimc-core.h586 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame() function
/Linux-v5.10/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c164 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()
721 struct bdisp_frame *frame = ctx_get_frame(ctx, f->type); in bdisp_g_fmt()
849 frame = ctx_get_frame(ctx, s->type); in bdisp_g_selection()
942 frame = ctx_get_frame(ctx, s->type); in bdisp_s_selection()
/Linux-v5.10/drivers/media/platform/exynos-gsc/
Dgsc-m2m.c235 frame = ctx_get_frame(ctx, vq->type); in gsc_m2m_queue_setup()
254 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in gsc_m2m_buf_prepare()
459 frame = ctx_get_frame(ctx, s->type); in gsc_m2m_g_selection()
Dgsc-core.h472 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame() function
Dgsc-core.c485 frame = ctx_get_frame(ctx, f->type); in gsc_g_fmt_mplane()