Function psp::sys::sceJpegCreateMJpeg

source ·
#[no_mangle]
pub unsafe extern "C" fn sceJpegCreateMJpeg(
    width: i32,
    height: i32
) -> i32
Expand description

Creates the decoder context.

§Parameters

  • width: The width of the frame
  • height: The height of the frame

§Return Value

0 on success, < 0 on error