FFmpeg
|
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 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, | |||
... | |||
) |
Definition at line 134 of file h264_levels.c.
int width |
Definition at line 23 of file h264_levels.c.
Referenced by main().
int height |
Definition at line 24 of file h264_levels.c.
Referenced by main().
int level_idc |
Definition at line 25 of file h264_levels.c.
Referenced by ff_h264_decode_seq_parameter_set(), h264_metadata_update_sps(), main(), parse_profile_level_id(), sps(), and X264_init().
const { ... } test_sizes[] |
Referenced by main().
int dpb_size |
Definition at line 65 of file h264_levels.c.
Referenced by main(), nvdec_h264_start_frame(), and nvdec_hevc_start_frame().
const { ... } test_dpb[] |
Referenced by main().
int64_t bitrate |
Definition at line 89 of file h264_levels.c.
Referenced by asf_read_ext_stream_properties(), av_find_best_stream(), avcodec_string(), avi_write_header(), calculate_bitrate(), dash_flush(), determine_bitrate(), do_video_stats(), ff_get_wav_header(), ff_guess_coded_bitrate(), get_audio_frame_duration(), main(), MPA_encode_init(), mpeg_mux_init(), output_mpd(), print_report(), and update_stream_timings().
int profile_idc |
Definition at line 90 of file h264_levels.c.
const { ... } test_bitrate[] |
Referenced by main().
const char* name |
Definition at line 112 of file h264_levels.c.
int dpb_frames |
Definition at line 117 of file h264_levels.c.
Referenced by main(), and vaapi_encode_h264_init_sequence_params().
const { ... } test_all[] |
Referenced by main().