Function nvjpeg_sys::nvjpegDecode

source ·
pub unsafe extern "C" fn nvjpegDecode(
    handle: nvjpegHandle_t,
    jpeg_handle: nvjpegJpegState_t,
    data: *const c_uchar,
    length: usize,
    output_format: nvjpegOutputFormat_t,
    destination: *mut nvjpegImage_t,
    stream: cudaStream_t
) -> nvjpegStatus_t