NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds quantization parameters(QP) value for frames.

Definition at line 59 of file nvmedia_common_encode.h.

Data Fields

int16_t qpInterP
 QP value for P frames. More...
 
int16_t qpInterB
 QP value for B frames. More...
 
int16_t qpIntra
 QP value for Intra frames. More...
 
int16_t reserved [3]
 

Field Documentation

◆ qpInterB

int16_t NvMediaEncodeQP::qpInterB

QP value for B frames.

Definition at line 63 of file nvmedia_common_encode.h.

◆ qpInterP

int16_t NvMediaEncodeQP::qpInterP

QP value for P frames.

Definition at line 61 of file nvmedia_common_encode.h.

◆ qpIntra

int16_t NvMediaEncodeQP::qpIntra

QP value for Intra frames.

Definition at line 65 of file nvmedia_common_encode.h.

◆ reserved

int16_t NvMediaEncodeQP::reserved[3]

Definition at line 67 of file nvmedia_common_encode.h.


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