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 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 176 of file h264_levels.c.
int width |
Definition at line 23 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and main().
int height |
Definition at line 24 of file h264_levels.c.
Referenced by ff_h264_guess_level(), and 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(), 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 65 of file h264_levels.c.
Referenced by add_input_streams(), amf_encode_init_av1(), amf_encode_init_h264(), amf_encode_init_hevc(), configure_video_device(), cri_decode_frame(), dc1394_read_common(), dshow_get_format_info(), ff_guess_coded_bitrate(), ff_h264_guess_level(), ff_rfps_add_frame(), get_matching_parameters(), grab_read_header(), h264_metadata_update_sps(), main(), mf_encv_output_adjust(), microdvd_write_header(), nsv_parse_NSVs_header(), r3d_read_red1(), read_header(), vaapi_encode_h264_init_sequence_params(), and vp8_header().
const { ... } test_framerate[] |
Referenced by main().
int dpb_size |
Definition at line 107 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 131 of file h264_levels.c.
Referenced by asf_read_ext_stream_properties(), av_find_best_stream(), avcodec_string(), avi_write_header(), calculate_bitrate(), determine_bitrate(), ff_get_wav_header(), ff_guess_coded_bitrate(), ff_h264_guess_level(), ff_h265_guess_level(), ff_mpa_l2_select_table(), get_audio_frame_duration(), get_wb_bitrate_mode(), ism_flush(), lame_calc_attack_threshold(), main(), MPA_encode_init(), mpeg_mux_init(), output_mpd(), print_report(), update_stream_timings(), and update_video_stats().
int profile_idc |
Definition at line 132 of file h264_levels.c.
const { ... } test_bitrate[] |
Referenced by main().
const char* name |
Definition at line 154 of file h264_levels.c.
Referenced by main().
int dpb_frames |
Definition at line 159 of file h264_levels.c.
Referenced by h264_metadata_update_sps(), main(), and vaapi_encode_h264_init_slice_params().
const { ... } test_all[] |
Referenced by main().