Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga-buf.c32 struct rga_frame *f = rga_get_frame(ctx, vq->type); in rga_queue_setup()
49 struct rga_frame *f = rga_get_frame(ctx, vb->vb2_queue->type); in rga_buf_prepare()
Drga.h96 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
Drga.c366 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type) in rga_get_frame() function
479 frm = rga_get_frame(ctx, f->type); in vidioc_g_fmt()
547 frm = rga_get_frame(ctx, f->type); in vidioc_s_fmt()
576 f = rga_get_frame(ctx, s->type); in vidioc_g_selection()
625 f = rga_get_frame(ctx, s->type); in vidioc_s_selection()