Function turbojpeg_sys::tjEncodeYUV

source ·
pub unsafe extern "C" fn tjEncodeYUV(
    handle: tjhandle,
    srcBuf: *mut c_uchar,
    width: c_int,
    pitch: c_int,
    height: c_int,
    pixelSize: c_int,
    dstBuf: *mut c_uchar,
    subsamp: c_int,
    flags: c_int
) -> c_int