OpenCV  4.7.0
Open Source Computer Vision
Public Attributes | List of all members
cv::cudacodec::EncodeQp Struct Reference

#include <opencv2/cudacodec.hpp>

Public Attributes

uint32_t qpInterB
 Specifies QP value for B-frame. More...
 
uint32_t qpInterP
 Specifies QP value for P-frame. More...
 
uint32_t qpIntra
 Specifies QP value for Intra Frame. More...
 

Detailed Description

Quantization Parameter for each type of frame when using ENC_PARAMS_RC_MODE::ENC_PARAMS_RC_CONSTQP.

Member Data Documentation

◆ qpInterB

uint32_t cv::cudacodec::EncodeQp::qpInterB

Specifies QP value for B-frame.

◆ qpInterP

uint32_t cv::cudacodec::EncodeQp::qpInterP

Specifies QP value for P-frame.

◆ qpIntra

uint32_t cv::cudacodec::EncodeQp::qpIntra

Specifies QP value for Intra Frame.


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