Searched refs:av_guess_frame_rate (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | avformat.h | 2876 AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
|
H A D | avformat.c | 612 AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) in av_guess_frame_rate() function
|
/third_party/ffmpeg/doc/examples/ |
H A D | transcoding.c | 102 codec_ctx->framerate = av_guess_frame_rate(ifmt_ctx, stream, NULL); in open_input_file()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 737 fr = av_guess_frame_rate(input_files[ist->file_index]->ctx, ist->st, NULL); in configure_input_video_filter()
|
H A D | ffplay.c | 1848 AVRational fr = av_guess_frame_rate(is->ic, is->video_st, NULL); in configure_video_filters() 2124 AVRational frame_rate = av_guess_frame_rate(is->ic, is->video_st, NULL); in video_thread()
|
Completed in 14 milliseconds