Type Alias RgaInfo
Source pub type RgaInfo = rga_info_t;
struct RgaInfo {Show 23 fields
pub fd: i32,
pub virAddr: *mut c_void,
pub phyAddr: *mut c_void,
pub hnd: u32,
pub format: i32,
pub rect: rga_rect,
pub blend: u32,
pub bufferSize: i32,
pub rotation: i32,
pub color: i32,
pub testLog: i32,
pub mmuFlag: i32,
pub colorkey_en: i32,
pub colorkey_mode: i32,
pub colorkey_max: i32,
pub colorkey_min: i32,
pub scale_mode: i32,
pub color_space_mode: i32,
pub sync_mode: i32,
pub nn: rga_nn,
pub dither: rga_dither,
pub rop_code: i32,
pub reserve: [i32; 127],
}