NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaEncodePicParamsVP8 Struct Reference

Detailed Description

Holds VP8-specific encoder picture parameters, which are sent on a per frame basis.

Definition at line 1484 of file nvmedia_common_encode.h.

Collaboration diagram for NvMediaEncodePicParamsVP8:

Data Fields

NvMediaEncodePicType pictureType
 Holds input picture type. More...
 
uint32_t encodePicFlags
 Holds bit-wise OR`ed encode pic flags. More...
 
NvMediaEncodeRCParams rcParams
 Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECONTROL_CHANGE is set in the encodePicFlags. More...
 
uint32_t frameRateNum
 Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ). More...
 
uint32_t frameRateDen
 Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ). More...
 

Field Documentation

uint32_t NvMediaEncodePicParamsVP8::encodePicFlags

Holds bit-wise OR`ed encode pic flags.

See enum NvMediaEncodePicFlags.

Definition at line 1489 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodePicParamsVP8::frameRateDen

Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ).

Definition at line 1500 of file nvmedia_common_encode.h.

uint32_t NvMediaEncodePicParamsVP8::frameRateNum

Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ).

Definition at line 1497 of file nvmedia_common_encode.h.

NvMediaEncodePicType NvMediaEncodePicParamsVP8::pictureType

Holds input picture type.

Definition at line 1486 of file nvmedia_common_encode.h.

NvMediaEncodeRCParams NvMediaEncodePicParamsVP8::rcParams

Holds the rate control parameters from the current frame onward if the NVMEDIA_ENCODE_PIC_FLAG_RATECONTROL_CHANGE is set in the encodePicFlags.

Please note that the rateControlMode cannot be changed on a per frame basis only the associated rate control parameters.

Definition at line 1494 of file nvmedia_common_encode.h.


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