Searched refs:vpu_format (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/media/platform/amphion/ |
D | vpu_v4l2.h | 19 const struct vpu_format *vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f); 36 static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type) in vpu_get_format()
|
D | vpu_helpers.c | 32 const struct vpu_format *pfmt; in vpu_helper_check_type() 44 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format() 46 const struct vpu_format *pfmt; in vpu_helper_find_format() 62 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index) in vpu_helper_enum_format() 64 const struct vpu_format *pfmt; in vpu_helper_enum_format()
|
D | vpu.h | 85 struct vpu_format { struct 255 const struct vpu_format *formats; 256 struct vpu_format out_format; 257 struct vpu_format cap_format;
|
D | vpu_helpers.h | 16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt); 17 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index);
|
D | vpu_v4l2.c | 143 const struct vpu_format *vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f) in vpu_try_fmt_common() 150 const struct vpu_format *fmt; in vpu_try_fmt_common() 386 struct vpu_format *cur_fmt; in vpu_vb2_queue_setup() 433 struct vpu_format *cur_fmt; in vpu_vb2_buf_prepare() 481 struct vpu_format *fmt = vpu_get_format(inst, q->type); in vpu_vb2_start_streaming()
|
D | vdec.c | 69 static const struct vpu_format vdec_formats[] = { 255 const struct vpu_format *fmt; in vdec_enum_fmt() 286 struct vpu_format *cur_fmt; in vdec_g_fmt() 337 const struct vpu_format *fmt; in vdec_s_fmt_common() 338 struct vpu_format *cur_fmt; in vdec_s_fmt_common() 750 const struct vpu_format *fmt; in vdec_check_source_change() 790 const struct vpu_format *fmt; in vdec_init_fmt()
|
D | venc.c | 69 static const struct vpu_format venc_formats[] = { 95 const struct vpu_format *fmt; in venc_enum_fmt() 170 struct vpu_format *cur_fmt; in venc_g_fmt() 206 const struct vpu_format *fmt; in venc_s_fmt() 207 struct vpu_format *cur_fmt; in venc_s_fmt()
|