NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwEncoderConfigRateControl Struct Reference

Detailed Description

Encoder rate control parameters.

Definition at line 277 of file Codec.h.

Data Fields

uint32_t gopSize
 number of pictures in one GOP(Group Of Pictures) More...
 
uint32_t bFrames
 Number of bFrames between two reference frames. More...
 
uint32_t pFrames
 whether there should be p frames; boolean value More...
 
uint32_t quality
 Target quality, range(0 - 51); used for CONSTQP mode. More...
 
uint32_t profile
 MPEG-4 encoding Profile. More...
 
uint32_t level
 MPEG-4 encoding Level range (1 - 6.2) More...
 
uint64_t averageBitRate
 target bitrate for VBR and CBR modes More...
 
uint64_t maxBitRate
 max bitrate for VBR mode More...
 
dwEncoderRateControlMode mode
 rate control mode More...
 

Field Documentation

◆ averageBitRate

uint64_t dwEncoderConfigRateControl::averageBitRate

target bitrate for VBR and CBR modes

Definition at line 285 of file Codec.h.

◆ bFrames

uint32_t dwEncoderConfigRateControl::bFrames

Number of bFrames between two reference frames.

Definition at line 280 of file Codec.h.

◆ gopSize

uint32_t dwEncoderConfigRateControl::gopSize

number of pictures in one GOP(Group Of Pictures)

Definition at line 279 of file Codec.h.

◆ level

uint32_t dwEncoderConfigRateControl::level

MPEG-4 encoding Level range (1 - 6.2)

Definition at line 284 of file Codec.h.

◆ maxBitRate

uint64_t dwEncoderConfigRateControl::maxBitRate

max bitrate for VBR mode

Definition at line 286 of file Codec.h.

◆ mode

dwEncoderRateControlMode dwEncoderConfigRateControl::mode

rate control mode

Definition at line 287 of file Codec.h.

◆ pFrames

uint32_t dwEncoderConfigRateControl::pFrames

whether there should be p frames; boolean value

Definition at line 281 of file Codec.h.

◆ profile

uint32_t dwEncoderConfigRateControl::profile

MPEG-4 encoding Profile.

Definition at line 283 of file Codec.h.

◆ quality

uint32_t dwEncoderConfigRateControl::quality

Target quality, range(0 - 51); used for CONSTQP mode.

Definition at line 282 of file Codec.h.


The documentation for this struct was generated from the following file: