FFmpeg
Loading...
Searching...
No Matches
h265_profile_level.h File Reference
#include <stdint.h>
#include "cbs_h265.h"

Go to the source code of this file.

Data Structures

struct  H265LevelDescriptor
 
struct  H265ProfileDescriptor
 

Functions

const H265ProfileDescriptorff_h265_get_profile (const H265RawProfileTierLevel *ptl)
 
const H265LevelDescriptorff_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.
 

Function Documentation

◆ ff_h265_get_profile()

◆ 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 162 of file h265_profile_level.c.

Referenced by ff_hw_base_encode_init_params_h265(), h265_metadata_guess_level(), and main().