Symbol: vpu_format
drivers/media/platform/amphion/vdec.c
431
const struct vpu_format *fmt;
drivers/media/platform/amphion/vdec.c
461
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vdec.c
491
struct vpu_format fmt;
drivers/media/platform/amphion/vdec.c
495
struct vpu_format *cap_fmt = vpu_get_format(inst, f->type);
drivers/media/platform/amphion/vdec.c
523
struct vpu_format fmt;
drivers/media/platform/amphion/vdec.c
524
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vdec.c
77
static const struct vpu_format vdec_formats[] = {
drivers/media/platform/amphion/vdec.c
838
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vdec.c
877
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vdec.c
954
const struct vpu_format *sibling;
drivers/media/platform/amphion/venc.c
105
const struct vpu_format *fmt;
drivers/media/platform/amphion/venc.c
180
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/venc.c
207
struct vpu_format fmt;
drivers/media/platform/amphion/venc.c
217
struct vpu_format fmt;
drivers/media/platform/amphion/venc.c
218
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/venc.c
68
static const struct vpu_format venc_formats[] = {
drivers/media/platform/amphion/vpu.h
260
const struct vpu_format *formats;
drivers/media/platform/amphion/vpu.h
261
struct vpu_format out_format;
drivers/media/platform/amphion/vpu.h
262
struct vpu_format cap_format;
drivers/media/platform/amphion/vpu_helpers.c
33
const struct vpu_format *pfmt;
drivers/media/platform/amphion/vpu_helpers.c
45
const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt)
drivers/media/platform/amphion/vpu_helpers.c
47
const struct vpu_format *pfmt;
drivers/media/platform/amphion/vpu_helpers.c
63
const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt)
drivers/media/platform/amphion/vpu_helpers.c
65
const struct vpu_format *fmt;
drivers/media/platform/amphion/vpu_helpers.c
66
const struct vpu_format *sibling;
drivers/media/platform/amphion/vpu_helpers.c
82
const struct vpu_format *sibling;
drivers/media/platform/amphion/vpu_helpers.c
93
const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index)
drivers/media/platform/amphion/vpu_helpers.c
95
const struct vpu_format *pfmt;
drivers/media/platform/amphion/vpu_helpers.h
18
const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
drivers/media/platform/amphion/vpu_helpers.h
19
const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt);
drivers/media/platform/amphion/vpu_helpers.h
21
const struct vpu_format *vpu_helper_enum_format(struct vpu_inst *inst, u32 type, int index);
drivers/media/platform/amphion/vpu_v4l2.c
148
static int vpu_init_format(struct vpu_inst *inst, struct vpu_format *fmt)
drivers/media/platform/amphion/vpu_v4l2.c
150
const struct vpu_format *info;
drivers/media/platform/amphion/vpu_v4l2.c
163
static int vpu_calc_fmt_bytesperline(struct v4l2_format *f, struct vpu_format *fmt)
drivers/media/platform/amphion/vpu_v4l2.c
190
static int vpu_calc_fmt_sizeimage(struct vpu_inst *inst, struct vpu_format *fmt)
drivers/media/platform/amphion/vpu_v4l2.c
220
u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no)
drivers/media/platform/amphion/vpu_v4l2.c
240
int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt)
drivers/media/platform/amphion/vpu_v4l2.c
470
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vpu_v4l2.c
533
struct vpu_format *cur_fmt;
drivers/media/platform/amphion/vpu_v4l2.c
591
struct vpu_format *fmt = vpu_get_format(inst, q->type);
drivers/media/platform/amphion/vpu_v4l2.h
20
u32 vpu_get_fmt_plane_size(struct vpu_format *fmt, u32 plane_no);
drivers/media/platform/amphion/vpu_v4l2.h
21
int vpu_try_fmt_common(struct vpu_inst *inst, struct v4l2_format *f, struct vpu_format *fmt);
drivers/media/platform/amphion/vpu_v4l2.h
35
static inline struct vpu_format *vpu_get_format(struct vpu_inst *inst, u32 type)
drivers/media/platform/amphion/vpu_windsor.c
780
struct vpu_format *out_fmt;
drivers/media/platform/chips-media/wave5/wave5-helper.c
193
const struct vpu_format *wave5_find_vpu_fmt(unsigned int v4l2_pix_fmt,
drivers/media/platform/chips-media/wave5/wave5-helper.c
194
const struct vpu_format fmt_list[MAX_FMTS])
drivers/media/platform/chips-media/wave5/wave5-helper.c
206
const struct vpu_format *wave5_find_vpu_fmt_by_idx(unsigned int idx,
drivers/media/platform/chips-media/wave5/wave5-helper.c
207
const struct vpu_format fmt_list[MAX_FMTS])
drivers/media/platform/chips-media/wave5/wave5-helper.h
25
const struct vpu_format *wave5_find_vpu_fmt(unsigned int v4l2_pix_fmt,
drivers/media/platform/chips-media/wave5/wave5-helper.h
26
const struct vpu_format fmt_list[MAX_FMTS]);
drivers/media/platform/chips-media/wave5/wave5-helper.h
27
const struct vpu_format *wave5_find_vpu_fmt_by_idx(unsigned int idx,
drivers/media/platform/chips-media/wave5/wave5-helper.h
28
const struct vpu_format fmt_list[MAX_FMTS]);
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
318
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
41
static const struct vpu_format dec_fmt_list[FMT_TYPES][MAX_FMTS] = {
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
480
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
505
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
522
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
644
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
662
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c
692
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
33
static const struct vpu_format enc_fmt_list[FMT_TYPES][MAX_FMTS] = {
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
343
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
364
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
382
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
473
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
491
const struct vpu_format *vpu_fmt;
drivers/media/platform/chips-media/wave5/wave5-vpu-enc.c
519
const struct vpu_format *vpu_fmt;