Function gpujpeg_decoder_create_with_params

Source
pub unsafe extern "C" fn gpujpeg_decoder_create_with_params(
    params: *const gpujpeg_decoder_init_parameters,
) -> *mut gpujpeg_decoder
Expand description

@brief Create JPEG decoder - extended versison This version is an alternative to gpujpeg_decoder_create() allowing setting more parameters during initialization (verbose, perf_stats). Previously, if those needed to be set, it the decoder must have been configured with gpujpeg_decoder_init().

@sa gpujpeg_decoder_create

ยงreturn

decoder structure if succeeds, otherwise NULL