Searched defs:vpe_plane_size (Results 1 – 1 of 1) sorted by relevance
168 struct vpe_plane_size { struct169 struct vpe_rect surface_size; /**< Plane rectangle */170 struct vpe_rect chroma_size; /**< Chroma plane rectangle for semi-planar YUV formats */171 uint32_t surface_pitch; /**< Horizintal pitch alignment of the plane in pixels */172 uint32_t chroma_pitch; /**< Horizintal pitch alignment of the chroma plane for174 uint32_t surface_aligned_height; /**< Vertical alignment of the plane in pixels */175 uint32_t chrome_aligned_height; /**< Vertical alignment of the chroma plane for semi-planar