CUVIDDECODECREATEINFO

Type Alias CUVIDDECODECREATEINFO 

Source
pub type CUVIDDECODECREATEINFO = _CUVIDDECODECREATEINFO;

Aliased Type§

#[repr(C)]
pub struct CUVIDDECODECREATEINFO {
Show 21 fields pub ulWidth: u64, pub ulHeight: u64, pub ulNumDecodeSurfaces: u64, pub CodecType: cudaVideoCodec_enum, pub ChromaFormat: cudaVideoChromaFormat_enum, pub ulCreationFlags: u64, pub bitDepthMinus8: u64, pub ulIntraDecodeOnly: u64, pub ulMaxWidth: u64, pub ulMaxHeight: u64, pub Reserved1: u64, pub display_area: _CUVIDDECODECREATEINFO__bindgen_ty_1, pub OutputFormat: cudaVideoSurfaceFormat_enum, pub DeinterlaceMode: cudaVideoDeinterlaceMode_enum, pub ulTargetWidth: u64, pub ulTargetHeight: u64, pub ulNumOutputSurfaces: u64, pub vidLock: *mut _CUcontextlock_st, pub target_rect: _CUVIDDECODECREATEINFO__bindgen_ty_2, pub enableHistogram: u64, pub Reserved2: [u64; 4],
}

Fields§

§ulWidth: u64§ulHeight: u64§ulNumDecodeSurfaces: u64§CodecType: cudaVideoCodec_enum§ChromaFormat: cudaVideoChromaFormat_enum§ulCreationFlags: u64§bitDepthMinus8: u64§ulIntraDecodeOnly: u64§ulMaxWidth: u64§ulMaxHeight: u64§Reserved1: u64§display_area: _CUVIDDECODECREATEINFO__bindgen_ty_1§OutputFormat: cudaVideoSurfaceFormat_enum§DeinterlaceMode: cudaVideoDeinterlaceMode_enum§ulTargetWidth: u64§ulTargetHeight: u64§ulNumOutputSurfaces: u64§vidLock: *mut _CUcontextlock_st§target_rect: _CUVIDDECODECREATEINFO__bindgen_ty_2§enableHistogram: u64§Reserved2: [u64; 4]