Home
last modified time | relevance | path

Searched defs:vpu_format (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5-vpu.h39 struct vpu_format { struct
40 unsigned int v4l2_pix_fmt;
41 unsigned int max_width;
42 unsigned int min_width;
43 unsigned int max_height;
44 unsigned int min_height;
/linux-6.12.1/drivers/media/platform/amphion/
Dvpu.h86 struct vpu_format { struct
87 u32 pixfmt;
88 u32 mem_planes;
89 u32 comp_planes;
90 u32 type;
91 u32 flags;
92 u32 width;
93 u32 height;
94 u32 sizeimage[VIDEO_MAX_PLANES];
95 u32 bytesperline[VIDEO_MAX_PLANES];
[all …]