Searched defs:vpu_format (Results 1 – 2 of 2) sorted by relevance
39 struct vpu_format { struct40 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;
86 struct vpu_format { struct87 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 …]