Searched refs:vpu_get_format (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/media/platform/amphion/ |
| H A D | vpu_v4l2.h | 38 static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type) in vpu_get_format() function
|
| H A D | vdec.c | 342 fmt = vpu_get_format(inst, f->type); in vdec_enum_fmt() 371 cur_fmt = vpu_get_format(inst, f->type); in vdec_g_fmt() 401 struct vpu_format *cap_fmt = vpu_get_format(inst, f->type); in vdec_try_fmt() 447 cur_fmt = vpu_get_format(inst, f->type); in vdec_s_fmt_common() 746 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_frame_decoded() 805 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_buf_done()
|
| H A D | vpu_v4l2.c | 479 cur_fmt = vpu_get_format(inst, vq->type); in vpu_vb2_queue_setup() 531 cur_fmt = vpu_get_format(inst, vb->type); in vpu_vb2_buf_prepare() 585 struct vpu_format *fmt = vpu_get_format(inst, q->type); in vpu_vb2_start_streaming()
|
| H A D | venc.c | 185 cur_fmt = vpu_get_format(inst, f->type); in venc_g_fmt() 234 cur_fmt = vpu_get_format(inst, f->type); in venc_s_fmt()
|
| H A D | vpu_windsor.c | 788 out_fmt = vpu_get_format(inst, vb->type); in vpu_windsor_fill_yuv_frame()
|