Searched defs:vpu_format (Results 1 – 1 of 1) sorted by relevance
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 …]