Searched refs:vpu_format (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/amphion/ |
A 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_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_sibling() 64 const struct vpu_format *fmt; in vpu_helper_find_sibling() 65 const struct vpu_format *sibling; in vpu_helper_find_sibling() 81 const struct vpu_format *sibling; in vpu_helper_match_format() 92 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index) in vpu_helper_enum_format() 94 const struct vpu_format *pfmt; in vpu_helper_enum_format()
|
A D | vpu_v4l2.h | 19 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no); 20 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt); 37 static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type) in vpu_get_format()
|
A 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_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt); 19 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index);
|
A D | vpu_v4l2.c | 136 static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_init_format() 138 const struct vpu_format *info; in vpu_init_format() 151 static int vpu_calc_fmt_bytesperline(struct v4l2_format *f, struct vpu_format *fmt) in vpu_calc_fmt_bytesperline() 178 static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_calc_fmt_sizeimage() 208 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no) in vpu_get_fmt_plane_size() 228 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt) in vpu_try_fmt_common() 468 struct vpu_format *cur_fmt; in vpu_vb2_queue_setup() 515 struct vpu_format *cur_fmt; in vpu_vb2_buf_prepare() 563 struct vpu_format *fmt = vpu_get_format(inst, q->type); in vpu_vb2_start_streaming()
|
A D | vpu.h | 86 struct vpu_format { struct 258 const struct vpu_format *formats; 259 struct vpu_format out_format; 260 struct vpu_format cap_format;
|
A D | vdec.c | 69 static const struct vpu_format vdec_formats[] = { 284 const struct vpu_format *fmt; in vdec_enum_fmt() 314 struct vpu_format *cur_fmt; in vdec_g_fmt() 344 struct vpu_format fmt; in vdec_try_fmt() 348 struct vpu_format *cap_fmt = vpu_get_format(inst, f->type); in vdec_try_fmt() 376 struct vpu_format fmt; in vdec_s_fmt_common() 377 struct vpu_format *cur_fmt; in vdec_s_fmt_common() 714 struct vpu_format *cur_fmt; in vdec_buf_done() 786 const struct vpu_format *sibling; in vdec_check_source_change()
|
A D | venc.c | 69 static const struct vpu_format venc_formats[] = { 106 const struct vpu_format *fmt; in venc_enum_fmt() 181 struct vpu_format *cur_fmt; in venc_g_fmt() 208 struct vpu_format fmt; in venc_try_fmt() 218 struct vpu_format fmt; in venc_s_fmt() 219 struct vpu_format *cur_fmt; in venc_s_fmt()
|
A D | vpu_windsor.c | 780 struct vpu_format *out_fmt; in vpu_windsor_fill_yuv_frame()
|
Completed in 21 milliseconds