Struct nvidia_video_codec_sdk::sys::nvEncodeAPI::_NV_ENC_CONFIG_AV1
source · #[repr(C)]pub struct _NV_ENC_CONFIG_AV1 {Show 26 fields
pub level: u32,
pub tier: u32,
pub minPartSize: NV_ENC_AV1_PART_SIZE,
pub maxPartSize: NV_ENC_AV1_PART_SIZE,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub idrPeriod: u32,
pub intraRefreshPeriod: u32,
pub intraRefreshCnt: u32,
pub maxNumRefFramesInDPB: u32,
pub numTileColumns: u32,
pub numTileRows: u32,
pub tileWidths: *mut u32,
pub tileHeights: *mut u32,
pub maxTemporalLayersMinus1: u32,
pub colorPrimaries: NV_ENC_VUI_COLOR_PRIMARIES,
pub transferCharacteristics: NV_ENC_VUI_TRANSFER_CHARACTERISTIC,
pub matrixCoefficients: NV_ENC_VUI_MATRIX_COEFFS,
pub colorRange: u32,
pub chromaSamplePosition: u32,
pub useBFramesAsRef: NV_ENC_BFRAME_REF_MODE,
pub filmGrainParams: *mut NV_ENC_FILM_GRAIN_PARAMS_AV1,
pub numFwdRefs: NV_ENC_NUM_REF_FRAMES,
pub numBwdRefs: NV_ENC_NUM_REF_FRAMES,
pub reserved1: [u32; 235],
pub reserved2: [*mut c_void; 62],
}
Fields§
§level: u32
§tier: u32
§minPartSize: NV_ENC_AV1_PART_SIZE
§maxPartSize: NV_ENC_AV1_PART_SIZE
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§idrPeriod: u32
§intraRefreshPeriod: u32
§intraRefreshCnt: u32
§maxNumRefFramesInDPB: u32
§numTileColumns: u32
§numTileRows: u32
§tileWidths: *mut u32
§tileHeights: *mut u32
§maxTemporalLayersMinus1: u32
§colorPrimaries: NV_ENC_VUI_COLOR_PRIMARIES
§transferCharacteristics: NV_ENC_VUI_TRANSFER_CHARACTERISTIC
§matrixCoefficients: NV_ENC_VUI_MATRIX_COEFFS
§colorRange: u32
§chromaSamplePosition: u32
§useBFramesAsRef: NV_ENC_BFRAME_REF_MODE
§filmGrainParams: *mut NV_ENC_FILM_GRAIN_PARAMS_AV1
§numFwdRefs: NV_ENC_NUM_REF_FRAMES
§numBwdRefs: NV_ENC_NUM_REF_FRAMES
§reserved1: [u32; 235]
§reserved2: [*mut c_void; 62]
Implementations§
source§impl _NV_ENC_CONFIG_AV1
impl _NV_ENC_CONFIG_AV1
pub fn outputAnnexBFormat(&self) -> u32
pub fn set_outputAnnexBFormat(&mut self, val: u32)
pub fn enableTimingInfo(&self) -> u32
pub fn set_enableTimingInfo(&mut self, val: u32)
pub fn enableDecoderModelInfo(&self) -> u32
pub fn set_enableDecoderModelInfo(&mut self, val: u32)
pub fn enableFrameIdNumbers(&self) -> u32
pub fn set_enableFrameIdNumbers(&mut self, val: u32)
pub fn disableSeqHdr(&self) -> u32
pub fn set_disableSeqHdr(&mut self, val: u32)
pub fn repeatSeqHdr(&self) -> u32
pub fn set_repeatSeqHdr(&mut self, val: u32)
pub fn enableIntraRefresh(&self) -> u32
pub fn set_enableIntraRefresh(&mut self, val: u32)
pub fn chromaFormatIDC(&self) -> u32
pub fn set_chromaFormatIDC(&mut self, val: u32)
pub fn enableBitstreamPadding(&self) -> u32
pub fn set_enableBitstreamPadding(&mut self, val: u32)
pub fn enableCustomTileConfig(&self) -> u32
pub fn set_enableCustomTileConfig(&mut self, val: u32)
pub fn enableFilmGrainParams(&self) -> u32
pub fn set_enableFilmGrainParams(&mut self, val: u32)
pub fn inputPixelBitDepthMinus8(&self) -> u32
pub fn set_inputPixelBitDepthMinus8(&mut self, val: u32)
pub fn pixelBitDepthMinus8(&self) -> u32
pub fn set_pixelBitDepthMinus8(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( outputAnnexBFormat: u32, enableTimingInfo: u32, enableDecoderModelInfo: u32, enableFrameIdNumbers: u32, disableSeqHdr: u32, repeatSeqHdr: u32, enableIntraRefresh: u32, chromaFormatIDC: u32, enableBitstreamPadding: u32, enableCustomTileConfig: u32, enableFilmGrainParams: u32, inputPixelBitDepthMinus8: u32, pixelBitDepthMinus8: u32, reserved: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for _NV_ENC_CONFIG_AV1
impl Clone for _NV_ENC_CONFIG_AV1
source§fn clone(&self) -> _NV_ENC_CONFIG_AV1
fn clone(&self) -> _NV_ENC_CONFIG_AV1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _NV_ENC_CONFIG_AV1
impl Debug for _NV_ENC_CONFIG_AV1
source§impl Default for _NV_ENC_CONFIG_AV1
impl Default for _NV_ENC_CONFIG_AV1
source§impl Hash for _NV_ENC_CONFIG_AV1
impl Hash for _NV_ENC_CONFIG_AV1
source§impl Ord for _NV_ENC_CONFIG_AV1
impl Ord for _NV_ENC_CONFIG_AV1
source§fn cmp(&self, other: &_NV_ENC_CONFIG_AV1) -> Ordering
fn cmp(&self, other: &_NV_ENC_CONFIG_AV1) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<_NV_ENC_CONFIG_AV1> for _NV_ENC_CONFIG_AV1
impl PartialEq<_NV_ENC_CONFIG_AV1> for _NV_ENC_CONFIG_AV1
source§fn eq(&self, other: &_NV_ENC_CONFIG_AV1) -> bool
fn eq(&self, other: &_NV_ENC_CONFIG_AV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_CONFIG_AV1> for _NV_ENC_CONFIG_AV1
impl PartialOrd<_NV_ENC_CONFIG_AV1> for _NV_ENC_CONFIG_AV1
source§fn partial_cmp(&self, other: &_NV_ENC_CONFIG_AV1) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_CONFIG_AV1) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for _NV_ENC_CONFIG_AV1
impl Eq for _NV_ENC_CONFIG_AV1
impl StructuralEq for _NV_ENC_CONFIG_AV1
impl StructuralPartialEq for _NV_ENC_CONFIG_AV1
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_CONFIG_AV1
impl !Send for _NV_ENC_CONFIG_AV1
impl !Sync for _NV_ENC_CONFIG_AV1
impl Unpin for _NV_ENC_CONFIG_AV1
impl UnwindSafe for _NV_ENC_CONFIG_AV1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more