pub unsafe extern "C" fn mvdstdCalculateBufferSize(
config: *const MVDSTD_CalculateWorkBufSizeConfig,
size_out: *mut u32_,
) -> ResultExpand description
Calculate working buffer size for H.264 decoding.
ยงArguments
config- Calculation config, config->level.level must NOT exceed MVD_H264_LEVEL_5_2. See here for more explanations : https://www.3dbrew.org/wiki/MVDSTD:CalculateWorkBufSize.size_out- Calculated buffer size in bytes.