FFmpeg
|
#include "h265_profile_level.h"
Go to the source code of this file.
Macros | |
#define | check_flag(name) |
Functions | |
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 | ) |
const H265ProfileDescriptor* ff_h265_get_profile | ( | const H265RawProfileTierLevel * | ptl | ) |
Definition at line 123 of file h265_profile_level.c.
Referenced by ff_h265_guess_level(), ff_vaapi_parse_hevc_rext_profile(), main(), and vdpau_hevc_parse_rext_profile().
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 162 of file h265_profile_level.c.
Referenced by h265_metadata_guess_level(), main(), and vaapi_encode_h265_init_sequence_params().
|
static |
Definition at line 22 of file h265_profile_level.c.
Referenced by ff_h265_guess_level().
|
static |
Definition at line 42 of file h265_profile_level.c.
Referenced by ff_h265_get_profile(), and ff_h265_guess_level().