Type Alias SSourcePicture

Source
pub type SSourcePicture = Source_Picture_s;
Expand description

@brief Structure for source picture

Aliased Type§

#[repr(C)]
pub struct SSourcePicture { pub iColorFormat: i32, pub iStride: [i32; 4], pub pData: [*mut u8; 4], pub iPicWidth: i32, pub iPicHeight: i32, pub uiTimeStamp: i64, pub bPsnrY: bool, pub bPsnrU: bool, pub bPsnrV: bool, }

Fields§

§iColorFormat: i32

< color space type

§iStride: [i32; 4]

< stride for each plane pData

§pData: [*mut u8; 4]

< plane pData

§iPicWidth: i32

< luma picture width in x coordinate

§iPicHeight: i32

< luma picture height in y coordinate

§uiTimeStamp: i64

< timestamp of the source picture, unit: millisecond

§bPsnrY: bool

< get Y PSNR for this frame

§bPsnrU: bool

< get U PSNR for this frame

§bPsnrV: bool

< get V PSNR for this frame