FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
H265ProfileDescriptor Struct Reference

#include <h265_profile_level.h>

Data Fields

const char * name
 
uint8_t profile_idc
 
uint8_t high_throughput
 
uint8_t max_14bit
 
uint8_t max_12bit
 
uint8_t max_10bit
 
uint8_t max_8bit
 
uint8_t max_422chroma
 
uint8_t max_420chroma
 
uint8_t max_monochrome
 
uint8_t intra
 
uint8_t one_picture_only
 
uint8_t lower_bit_rate
 
uint16_t cpb_vcl_factor
 
uint16_t cpb_nal_factor
 
float format_capability_factor
 
float min_cr_scale_factor
 

Detailed Description

Definition at line 47 of file h265_profile_level.h.

Field Documentation

const char* H265ProfileDescriptor::name

Definition at line 48 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::profile_idc

Definition at line 49 of file h265_profile_level.h.

Referenced by ff_h265_get_profile(), and ff_h265_guess_level().

uint8_t H265ProfileDescriptor::high_throughput

Definition at line 50 of file h265_profile_level.h.

Referenced by ff_h265_guess_level().

uint8_t H265ProfileDescriptor::max_14bit

Definition at line 53 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_12bit

Definition at line 54 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_10bit

Definition at line 55 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_8bit

Definition at line 56 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_422chroma

Definition at line 57 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_420chroma

Definition at line 58 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::max_monochrome

Definition at line 59 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::intra

Definition at line 60 of file h265_profile_level.h.

Referenced by ff_h265_guess_level().

uint8_t H265ProfileDescriptor::one_picture_only

Definition at line 61 of file h265_profile_level.h.

uint8_t H265ProfileDescriptor::lower_bit_rate

Definition at line 62 of file h265_profile_level.h.

Referenced by ff_h265_guess_level().

uint16_t H265ProfileDescriptor::cpb_vcl_factor

Definition at line 65 of file h265_profile_level.h.

uint16_t H265ProfileDescriptor::cpb_nal_factor

Definition at line 66 of file h265_profile_level.h.

Referenced by ff_h265_guess_level().

float H265ProfileDescriptor::format_capability_factor

Definition at line 67 of file h265_profile_level.h.

float H265ProfileDescriptor::min_cr_scale_factor

Definition at line 68 of file h265_profile_level.h.


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