Searched refs:vpu_format (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-helper.h25 const struct vpu_format *wave5_find_vpu_fmt(unsigned int v4l2_pix_fmt,
26 const struct vpu_format fmt_list[MAX_FMTS]);
27 const struct vpu_format *wave5_find_vpu_fmt_by_idx(unsigned int idx,
28 const struct vpu_format fmt_list[MAX_FMTS]);
H A Dwave5-helper.c159 const struct vpu_format *wave5_find_vpu_fmt(unsigned int v4l2_pix_fmt,
160 const struct vpu_format fmt_list[MAX_FMTS])
172 const struct vpu_format *wave5_find_vpu_fmt_by_idx(unsigned int idx,
173 const struct vpu_format fmt_list[MAX_FMTS])
H A Dwave5-vpu.h39 struct vpu_format { struct
H A Dwave5-vpu-dec.c17 static const struct vpu_format dec_fmt_list[FMT_TYPES][MAX_FMTS] = {
535 const struct vpu_format *vpu_fmt;
560 const struct vpu_format *vpu_fmt;
576 const struct vpu_format *vpu_fmt;
701 const struct vpu_format *vpu_fmt;
718 const struct vpu_format *vpu_fmt;
H A Dwave5-vpu-enc.c13 static const struct vpu_format enc_fmt_list[FMT_TYPES][MAX_FMTS] = {
350 const struct vpu_format *vpu_fmt;
376 const struct vpu_format *vpu_fmt;
393 const struct vpu_format *vpu_fmt;
484 const struct vpu_format *vpu_fmt;
501 const struct vpu_format *vpu_fmt;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_v4l2.h19 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)
H A Dvpu_helpers.c33 const struct vpu_format *pfmt;
45 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt)
47 const struct vpu_format *pfmt;
63 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt)
65 const struct vpu_format *fmt;
66 const struct vpu_format *sibling;
82 const struct vpu_format *sibling;
93 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index)
95 const struct vpu_format *pfmt;
H A Dvpu_helpers.h16 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);
H A Dvpu.h86 struct vpu_format { struct
259 const struct vpu_format *formats;
260 struct vpu_format out_format;
261 struct vpu_format cap_format;
H A Dvpu_v4l2.c137 static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt)
139 const struct vpu_format *info;
152 static int vpu_calc_fmt_bytesperline(struct v4l2_format *f, struct vpu_format *fmt)
179 static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt)
209 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no)
229 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt)
469 struct vpu_format *cur_fmt;
521 struct vpu_format *cur_fmt;
569 struct vpu_format *fmt = vpu_get_format(inst, q->type);
H A Dvdec.c69 static const struct vpu_format vdec_formats[] = {
339 const struct vpu_format *fmt;
369 struct vpu_format *cur_fmt;
399 struct vpu_format fmt;
403 struct vpu_format *cap_fmt = vpu_get_format(inst, f->type);
431 struct vpu_format fmt;
432 struct vpu_format *cur_fmt;
746 struct vpu_format *cur_fmt;
784 struct vpu_format *cur_fmt;
860 const struct vpu_format *siblin
[all...]
H A Dvenc.c69 static const struct vpu_format venc_formats[] = {
106 const struct vpu_format *fmt;
181 struct vpu_format *cur_fmt;
208 struct vpu_format fmt;
218 struct vpu_format fmt;
219 struct vpu_format *cur_fmt;
H A Dvpu_windsor.c778 struct vpu_format *out_fmt;

Completed in 401 milliseconds