H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Public Attributes | List of all members
esp_h264_enc_rc_t Struct Reference

Rate control(RC) parameter The size of the output stream approaching the target stream is controlled by using the optimal quantization parameter for each macroblock. More...

#include <esp_h264_types.h>

Public Attributes

uint32_t bitrate
 
uint8_t qp_min
 
uint8_t qp_max
 

Detailed Description

Rate control(RC) parameter The size of the output stream approaching the target stream is controlled by using the optimal quantization parameter for each macroblock.

Member Data Documentation

◆ bitrate

uint32_t bitrate

◆ qp_max

uint8_t qp_max

◆ qp_min

uint8_t qp_min

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