Skip to main content

VAImage

Type Alias VAImage 

Source
pub type VAImage = _VAImage;

Aliased Type§

#[repr(C)]
pub struct VAImage {
Show 13 fields pub image_id: u32, pub format: _VAImageFormat, pub buf: u32, pub width: u16, pub height: u16, pub data_size: u32, pub num_planes: u32, pub pitches: [u32; 3], pub offsets: [u32; 3], pub num_palette_entries: i32, pub entry_bytes: i32, pub component_order: [i8; 4], pub va_reserved: [u32; 4],
}

Fields§

§image_id: u32§format: _VAImageFormat§buf: u32§width: u16§height: u16§data_size: u32§num_planes: u32§pitches: [u32; 3]§offsets: [u32; 3]§num_palette_entries: i32§entry_bytes: i32§component_order: [i8; 4]§va_reserved: [u32; 4]

\brief Reserved bytes for future use, must be zero