OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Attributes | List of all members
cv::cudacodec::EncodeQp Struct Reference

#include <opencv2/cudacodec.hpp>

Collaboration diagram for cv::cudacodec::EncodeQp:

Public Attributes

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

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: