Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga-buf.c24 struct rga_frame *f = rga_get_frame(ctx, vq->type); in rga_queue_setup()
41 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_prepare()
H A Drga.h88 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
H A Drga.c346 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() function
459 frm = rga_get_frame(ctx, f->type); in vidioc_g_fmt()
527 frm = rga_get_frame(ctx, f->type); in vidioc_s_fmt()
556 f = rga_get_frame(ctx, s->type); in vidioc_g_selection()
605 f = rga_get_frame(ctx, s->type); in vidioc_s_selection()