Searched refs:av_add_q (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | rational.c | 93 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()
|
D | rational.h | 144 AVRational av_add_q(AVRational b, AVRational c) av_const;
|
/third_party/ffmpeg/libavcodec/tests/ |
D | mpeg12framerate.c | 60 TEST_MATCH(av_add_q(ff_mpeg12_frame_rate_tab[i], in main()
|
/third_party/ffmpeg/libavutil/tests/ |
D | rational.c | 47 r = av_sub_q(av_add_q(b,a), b); in main()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 3158 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()
|