nvjpegJpegStreamGetFrameDimensions

Function nvjpegJpegStreamGetFrameDimensions 

Source
pub unsafe extern "C" fn nvjpegJpegStreamGetFrameDimensions(
    jpeg_stream: nvjpegJpegStream_t,
    width: *mut c_uint,
    height: *mut c_uint,
) -> nvjpegStatus_t