| FFmpeg
    | 
#include "h265_profile_level.h"Go to the source code of this file.
| Macros | |
| #define | check_flag(name) | 
| Functions | |
| const H265LevelDescriptor * | ff_h265_get_level (int level_idc) | 
| const H265ProfileDescriptor * | ff_h265_get_profile (const H265RawProfileTierLevel *ptl) | 
| const H265LevelDescriptor * | ff_h265_guess_level (const H265RawProfileTierLevel *ptl, int64_t bitrate, int width, int height, int slice_segments, int tile_rows, int tile_cols, int max_dec_pic_buffering) | 
| Guess the level of a stream from some parameters.  More... | |
| Variables | |
| static const H265LevelDescriptor | h265_levels [] | 
| static const H265ProfileDescriptor | h265_profiles [] | 
| #define check_flag | ( | name | ) | 
Referenced by ff_h265_get_profile().
| const H265LevelDescriptor* ff_h265_get_level | ( | int | level_idc | ) | 
Definition at line 119 of file h265_profile_level.c.
| const H265ProfileDescriptor* ff_h265_get_profile | ( | const H265RawProfileTierLevel * | ptl | ) | 
Definition at line 131 of file h265_profile_level.c.
Referenced by ff_h265_guess_level().
| const H265LevelDescriptor* ff_h265_guess_level | ( | const H265RawProfileTierLevel * | ptl, | 
| int64_t | bitrate, | ||
| int | width, | ||
| int | height, | ||
| int | slice_segments, | ||
| int | tile_rows, | ||
| int | tile_cols, | ||
| int | max_dec_pic_buffering | ||
| ) | 
Guess the level of a stream from some parameters.
Unknown parameters may be zero, in which case they are ignored.
Definition at line 170 of file h265_profile_level.c.
Referenced by vaapi_encode_h265_init_sequence_params().
| 
 | static | 
Definition at line 22 of file h265_profile_level.c.
| 
 | static | 
Definition at line 42 of file h265_profile_level.c.
 1.8.6
 1.8.6