Struct nvidia_video_codec_sdk::sys::nvEncodeAPI::_NV_ENC_RC_PARAMS
source · #[repr(C)]pub struct _NV_ENC_RC_PARAMS {Show 28 fields
pub version: u32,
pub rateControlMode: NV_ENC_PARAMS_RC_MODE,
pub constQP: NV_ENC_QP,
pub averageBitRate: u32,
pub maxBitRate: u32,
pub vbvBufferSize: u32,
pub vbvInitialDelay: u32,
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub minQP: NV_ENC_QP,
pub maxQP: NV_ENC_QP,
pub initialRCQP: NV_ENC_QP,
pub temporallayerIdxMask: u32,
pub temporalLayerQP: [u8; 8],
pub targetQuality: u8,
pub targetQualityLSB: u8,
pub lookaheadDepth: u16,
pub lowDelayKeyFrameScale: u8,
pub yDcQPIndexOffset: i8,
pub uDcQPIndexOffset: i8,
pub vDcQPIndexOffset: i8,
pub qpMapMode: NV_ENC_QP_MAP_MODE,
pub multiPass: NV_ENC_MULTI_PASS,
pub alphaLayerBitrateRatio: u32,
pub cbQPIndexOffset: i8,
pub crQPIndexOffset: i8,
pub reserved2: u16,
pub reserved: [u32; 4],
}
Fields§
§version: u32
§rateControlMode: NV_ENC_PARAMS_RC_MODE
§constQP: NV_ENC_QP
§averageBitRate: u32
§maxBitRate: u32
§vbvBufferSize: u32
§vbvInitialDelay: u32
§_bitfield_align_1: [u16; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§minQP: NV_ENC_QP
§maxQP: NV_ENC_QP
§initialRCQP: NV_ENC_QP
§temporallayerIdxMask: u32
§temporalLayerQP: [u8; 8]
§targetQuality: u8
§targetQualityLSB: u8
§lookaheadDepth: u16
§lowDelayKeyFrameScale: u8
§yDcQPIndexOffset: i8
§uDcQPIndexOffset: i8
§vDcQPIndexOffset: i8
§qpMapMode: NV_ENC_QP_MAP_MODE
§multiPass: NV_ENC_MULTI_PASS
§alphaLayerBitrateRatio: u32
§cbQPIndexOffset: i8
§crQPIndexOffset: i8
§reserved2: u16
§reserved: [u32; 4]
Implementations§
source§impl _NV_ENC_RC_PARAMS
impl _NV_ENC_RC_PARAMS
pub fn enableMinQP(&self) -> u32
pub fn set_enableMinQP(&mut self, val: u32)
pub fn enableMaxQP(&self) -> u32
pub fn set_enableMaxQP(&mut self, val: u32)
pub fn enableInitialRCQP(&self) -> u32
pub fn set_enableInitialRCQP(&mut self, val: u32)
pub fn enableAQ(&self) -> u32
pub fn set_enableAQ(&mut self, val: u32)
pub fn reservedBitField1(&self) -> u32
pub fn set_reservedBitField1(&mut self, val: u32)
pub fn enableLookahead(&self) -> u32
pub fn set_enableLookahead(&mut self, val: u32)
pub fn disableIadapt(&self) -> u32
pub fn set_disableIadapt(&mut self, val: u32)
pub fn disableBadapt(&self) -> u32
pub fn set_disableBadapt(&mut self, val: u32)
pub fn enableTemporalAQ(&self) -> u32
pub fn set_enableTemporalAQ(&mut self, val: u32)
pub fn zeroReorderDelay(&self) -> u32
pub fn set_zeroReorderDelay(&mut self, val: u32)
pub fn enableNonRefP(&self) -> u32
pub fn set_enableNonRefP(&mut self, val: u32)
pub fn strictGOPTarget(&self) -> u32
pub fn set_strictGOPTarget(&mut self, val: u32)
pub fn aqStrength(&self) -> u32
pub fn set_aqStrength(&mut self, val: u32)
pub fn enableExtLookahead(&self) -> u32
pub fn set_enableExtLookahead(&mut self, val: u32)
pub fn reservedBitFields(&self) -> u32
pub fn set_reservedBitFields(&mut self, val: u32)
pub fn new_bitfield_1( enableMinQP: u32, enableMaxQP: u32, enableInitialRCQP: u32, enableAQ: u32, reservedBitField1: u32, enableLookahead: u32, disableIadapt: u32, disableBadapt: u32, enableTemporalAQ: u32, zeroReorderDelay: u32, enableNonRefP: u32, strictGOPTarget: u32, aqStrength: u32, enableExtLookahead: u32, reservedBitFields: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for _NV_ENC_RC_PARAMS
impl Clone for _NV_ENC_RC_PARAMS
source§fn clone(&self) -> _NV_ENC_RC_PARAMS
fn clone(&self) -> _NV_ENC_RC_PARAMS
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_RC_PARAMS
impl Debug for _NV_ENC_RC_PARAMS
source§impl Default for _NV_ENC_RC_PARAMS
impl Default for _NV_ENC_RC_PARAMS
source§impl Hash for _NV_ENC_RC_PARAMS
impl Hash for _NV_ENC_RC_PARAMS
source§impl Ord for _NV_ENC_RC_PARAMS
impl Ord for _NV_ENC_RC_PARAMS
source§fn cmp(&self, other: &_NV_ENC_RC_PARAMS) -> Ordering
fn cmp(&self, other: &_NV_ENC_RC_PARAMS) -> 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_RC_PARAMS> for _NV_ENC_RC_PARAMS
impl PartialEq<_NV_ENC_RC_PARAMS> for _NV_ENC_RC_PARAMS
source§fn eq(&self, other: &_NV_ENC_RC_PARAMS) -> bool
fn eq(&self, other: &_NV_ENC_RC_PARAMS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_RC_PARAMS> for _NV_ENC_RC_PARAMS
impl PartialOrd<_NV_ENC_RC_PARAMS> for _NV_ENC_RC_PARAMS
source§fn partial_cmp(&self, other: &_NV_ENC_RC_PARAMS) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_RC_PARAMS) -> 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_RC_PARAMS
impl Eq for _NV_ENC_RC_PARAMS
impl StructuralEq for _NV_ENC_RC_PARAMS
impl StructuralPartialEq for _NV_ENC_RC_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_RC_PARAMS
impl Send for _NV_ENC_RC_PARAMS
impl Sync for _NV_ENC_RC_PARAMS
impl Unpin for _NV_ENC_RC_PARAMS
impl UnwindSafe for _NV_ENC_RC_PARAMS
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