Type Alias openh264_sys2::SDecodingParam
source · pub type SDecodingParam = TagSVCDecodingParam;Expand description
@brief SVC Decoding Parameters, reserved here and potential applicable in the future
Aliased Type§
struct SDecodingParam {
pub pFileNameRestructed: *mut i8,
pub uiCpuLoad: u32,
pub uiTargetDqLayer: u8,
pub eEcActiveIdc: i32,
pub bParseOnly: bool,
pub sVideoProperty: SVideoProperty,
}Fields§
§pFileNameRestructed: *mut i8< file name of reconstructed frame used for PSNR calculation based debug
uiCpuLoad: u32< CPU load
uiTargetDqLayer: u8< setting target dq layer id
eEcActiveIdc: i32< whether active error concealment feature in decoder
bParseOnly: bool< decoder for parse only, no reconstruction. When it is true, SPS/PPS size should not exceed SPS_PPS_BS_SIZE (128). Otherwise, it will return error info
sVideoProperty: SVideoProperty< video stream property