Home
last modified time | relevance | path

Searched refs:av_guess_frame_rate (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h2876 AVRational av_guess_frame_rate(AVFormatContext *ctx, AVStream *stream, AVFrame *frame);
H A Davformat.c612 AVRational av_guess_frame_rate(AVFormatContext *format, AVStream *st, AVFrame *frame) in av_guess_frame_rate() function
/third_party/ffmpeg/doc/examples/
H A Dtranscoding.c102 codec_ctx->framerate = av_guess_frame_rate(ifmt_ctx, stream, NULL); in open_input_file()
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c737 fr = av_guess_frame_rate(input_files[ist->file_index]->ctx, ist->st, NULL); in configure_input_video_filter()
H A Dffplay.c1848 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