Function gpujpeg_encoder_create

Source
pub unsafe extern "C" fn gpujpeg_encoder_create(
    stream: cudaStream_t,
) -> *mut gpujpeg_encoder
Expand description

Create JPEG encoder

@param stream CUDA stream to be used, may be cudaStreamDefault (0x00)

ยงreturn

encoder structure if succeeds, otherwise NULL