Searched refs:ctx_get_frame (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-m2m.c | 23 static inline struct mdp_frame *ctx_get_frame(struct mdp_m2m_ctx *ctx, in ctx_get_frame() function 82 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE); in mdp_m2m_device_run() 86 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_device_run() 131 capture = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE); in mdp_m2m_start_streaming() 196 pix_mp = &ctx_get_frame(ctx, q->type)->format.fmt.pix_mp; in mdp_m2m_queue_setup() 224 pix_mp = &ctx_get_frame(ctx, vb->type)->format.fmt.pix_mp; in mdp_m2m_buf_prepare() 287 frame = ctx_get_frame(ctx, f->type); in mdp_m2m_g_fmt_mplane() 302 struct mdp_frame *frame = ctx_get_frame(ctx, f->type); in mdp_m2m_s_fmt_mplane() 384 frame = ctx_get_frame(ctx, s->type); in mdp_m2m_g_selection() 394 frame = ctx_get_frame(ctx, s->type); in mdp_m2m_g_selection() [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-m2m.c | 176 f = ctx_get_frame(ctx, vq->type); in fimc_queue_setup() 198 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in fimc_buf_prepare() 255 struct fimc_frame *frame = ctx_get_frame(ctx, f->type); in fimc_m2m_g_fmt_mplane() 383 frame = ctx_get_frame(ctx, s->type); in fimc_m2m_g_selection()
|
H A D | fimc-core.h | 588 static inline struct fimc_frame *ctx_get_frame(struct fimc_ctx *ctx, in ctx_get_frame() function
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A 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() 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()
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-m2m.c | 233 frame = ctx_get_frame(ctx, vq->type); in gsc_m2m_queue_setup() 252 frame = ctx_get_frame(ctx, vb->vb2_queue->type); in gsc_m2m_buf_prepare() 452 frame = ctx_get_frame(ctx, s->type); in gsc_m2m_g_selection()
|
H A D | gsc-core.h | 479 static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx, in ctx_get_frame() function
|
H A D | gsc-core.c | 483 frame = ctx_get_frame(ctx, f->type); in gsc_g_fmt_mplane()
|