Home
last modified time | relevance | path

Searched refs:av_add_q (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Drational.c93 AVRational av_add_q(AVRational b, AVRational c) { in av_add_q() function
103 return av_add_q(b, (AVRational) { -c.num, c.den }); in av_sub_q()
Drational.h144 AVRational av_add_q(AVRational b, AVRational c) av_const;
/third_party/ffmpeg/libavcodec/tests/
Dmpeg12framerate.c60 TEST_MATCH(av_add_q(ff_mpeg12_frame_rate_tab[i], in main()
/third_party/ffmpeg/libavutil/tests/
Drational.c47 r = av_sub_q(av_add_q(b,a), b); in main()
/third_party/ffmpeg/fftools/
Dffmpeg.c3158 ost->st->time_base = av_add_q(av_stream_get_codec_timebase(ost->st), (AVRational){0, 1}); in init_output_stream_streamcopy()
3653 ost->st->time_base = av_add_q(ost->enc_ctx->time_base, (AVRational){0, 1}); in init_output_stream()