FFmpeg
|
#include <inttypes.h>
#include <stddef.h>
#include "libavutil/log.h"
#include "libavutil/macros.h"
#include "libavcodec/h264_levels.h"
Go to the source code of this file.
Macros | |
#define | CHECK(expected, format, ...) |
Functions | |
int | main (void) |
Variables | |
struct { | |
int width | |
int height | |
int level_idc | |
} | test_sizes [] |
struct { | |
int width | |
int height | |
int framerate | |
int level_idc | |
} | test_framerate [] |
struct { | |
int width | |
int height | |
int dpb_size | |
int level_idc | |
} | test_dpb [] |
struct { | |
int64_t bitrate | |
int profile_idc | |
int level_idc | |
} | test_bitrate [] |
struct { | |
const char * name | |
int profile_idc | |
int64_t bitrate | |
int width | |
int height | |
int dpb_frames | |
int level_idc | |
} | test_all [] |
#define CHECK | ( | expected, | |
format, | |||
... | |||
) |
int main | ( | void | ) |
Definition at line 180 of file h264_levels.c.
int width |
Definition at line 27 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and main().
int height |
Definition at line 28 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and main().
int level_idc |
Definition at line 29 of file h264_levels.c.
Referenced by convert_to_vk_level_idc(), ff_h264_decode_seq_parameter_set(), h264_metadata_update_sps(), h265_metadata_update_level(), main(), parse_profile_level_id(), ptl_convert(), sps(), and X264_init().
const { ... } test_sizes[] |
Referenced by main().
int framerate |
Definition at line 69 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and main().
const { ... } test_framerate[] |
Referenced by main().
int dpb_size |
Definition at line 111 of file h264_levels.c.
Referenced by ff_nvdec_frame_params(), main(), nvdec_h264_start_frame(), and nvdec_hevc_start_frame().
const { ... } test_dpb[] |
Referenced by main().
int64_t bitrate |
Definition at line 135 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and main().
int profile_idc |
Definition at line 136 of file h264_levels.c.
const { ... } test_bitrate[] |
Referenced by main().
const char* name |
Definition at line 158 of file h264_levels.c.
Referenced by main().
int dpb_frames |
Definition at line 163 of file h264_levels.c.
Referenced by ff_vk_decode_init(), ff_vk_decode_prepare_frame(), h264_metadata_update_sps(), main(), and vaapi_encode_h264_init_slice_params().
const { ... } test_all[] |
Referenced by main().