Home
last modified time | relevance | path

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

/drivers/media/platform/chips-media/wave5/
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]);
A Dwave5-helper.c167 const struct vpu_format *wave5_find_vpu_fmt(unsigned int v4l2_pix_fmt, in wave5_find_vpu_fmt()
168 const struct vpu_format fmt_list[MAX_FMTS]) in wave5_find_vpu_fmt()
180 const struct vpu_format *wave5_find_vpu_fmt_by_idx(unsigned int idx, in wave5_find_vpu_fmt_by_idx()
181 const struct vpu_format fmt_list[MAX_FMTS]) in wave5_find_vpu_fmt_by_idx()
A Dwave5-vpu.h39 struct vpu_format { struct
A Dwave5-vpu-dec.c41 static const struct vpu_format dec_fmt_list[FMT_TYPES][MAX_FMTS] = {
305 const struct vpu_format *vpu_fmt; in handle_dynamic_resolution_change()
470 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_enum_framesizes()
495 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_enum_fmt_cap()
512 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_try_fmt_cap()
634 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_enum_fmt_out()
652 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_try_fmt_out()
682 const struct vpu_format *vpu_fmt; in wave5_vpu_dec_s_fmt_out()
A Dwave5-vpu-enc.c33 static const struct vpu_format enc_fmt_list[FMT_TYPES][MAX_FMTS] = {
343 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_enum_framesizes()
364 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_enum_fmt_cap()
382 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_try_fmt_cap()
473 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_enum_fmt_out()
491 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_try_fmt_out()
519 const struct vpu_format *vpu_fmt; in wave5_vpu_enc_s_fmt_out()
/drivers/media/platform/amphion/
A Dvpu_helpers.c33 const struct vpu_format *pfmt; in vpu_helper_check_type()
45 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format()
47 const struct vpu_format *pfmt; in vpu_helper_find_format()
63 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_sibling()
65 const struct vpu_format *fmt; in vpu_helper_find_sibling()
66 const struct vpu_format *sibling; in vpu_helper_find_sibling()
82 const struct vpu_format *sibling; in vpu_helper_match_format()
93 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index) in vpu_helper_enum_format()
95 const struct vpu_format *pfmt; in vpu_helper_enum_format()
A Dvpu_v4l2.h20 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no);
21 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt);
38 static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type) in vpu_get_format()
A Dvpu_helpers.h18 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
19 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt);
21 const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index);
A Dvpu_v4l2.c144 static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_init_format()
146 const struct vpu_format *info; in vpu_init_format()
159 static int vpu_calc_fmt_bytesperline(struct v4l2_format *f, struct vpu_format *fmt) in vpu_calc_fmt_bytesperline()
186 static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt) in vpu_calc_fmt_sizeimage()
216 u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no) in vpu_get_fmt_plane_size()
236 int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt) in vpu_try_fmt_common()
476 struct vpu_format *cur_fmt; in vpu_vb2_queue_setup()
539 struct vpu_format *cur_fmt; in vpu_vb2_buf_prepare()
596 struct vpu_format *fmt = vpu_get_format(inst, q->type); in vpu_vb2_start_streaming()
A Dvpu.h86 struct vpu_format { struct
260 const struct vpu_format *formats;
261 struct vpu_format out_format;
262 struct vpu_format cap_format;
A Dvdec.c79 static const struct vpu_format vdec_formats[] = {
433 const struct vpu_format *fmt; in vdec_enum_fmt()
463 struct vpu_format *cur_fmt; in vdec_g_fmt()
493 struct vpu_format fmt; in vdec_try_fmt()
497 struct vpu_format *cap_fmt = vpu_get_format(inst, f->type); in vdec_try_fmt()
525 struct vpu_format fmt; in vdec_s_fmt_common()
526 struct vpu_format *cur_fmt; in vdec_s_fmt_common()
841 struct vpu_format *cur_fmt; in vdec_frame_decoded()
880 struct vpu_format *cur_fmt; in vdec_buf_done()
957 const struct vpu_format *sibling; in vdec_check_source_change()
A Dvenc.c70 static const struct vpu_format venc_formats[] = {
107 const struct vpu_format *fmt; in venc_enum_fmt()
182 struct vpu_format *cur_fmt; in venc_g_fmt()
209 struct vpu_format fmt; in venc_try_fmt()
219 struct vpu_format fmt; in venc_s_fmt()
220 struct vpu_format *cur_fmt; in venc_s_fmt()
A Dvpu_windsor.c780 struct vpu_format *out_fmt; in vpu_windsor_fill_yuv_frame()

Completed in 35 milliseconds