Home
last modified time | relevance | path

Searched refs:rga_get_frame (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/media/platform/rockchip/rga/
H A Drga-buf.c46 struct rga_frame *f = rga_get_frame(ctx, vq->type); in rga_queue_setup()
80 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_init()
112 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_prepare()
H A Drga.c358 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() function
474 frm = rga_get_frame(ctx, f->type); in vidioc_g_fmt()
527 frm = rga_get_frame(ctx, f->type); in vidioc_s_fmt()
570 f = rga_get_frame(ctx, s->type); in vidioc_g_selection()
619 f = rga_get_frame(ctx, s->type); in vidioc_s_selection()
H A Drga.h118 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);