Home
last modified time | relevance | path

Searched refs:av_sub_q (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Dmpeg12framerate.c58 TEST_MATCH(av_sub_q(ff_mpeg12_frame_rate_tab[i], in main()
/third_party/ffmpeg/libavutil/
Drational.h152 AVRational av_sub_q(AVRational b, AVRational c) av_const;
Dcsp.c100 AVRational diff = av_sub_q(r1, r2); in abs_sub_q()
Drational.c101 AVRational av_sub_q(AVRational b, AVRational c) in av_sub_q() function
/third_party/ffmpeg/libavformat/
Dimfdec.c415 av_sub_q(track->current_timestamp, track_resource->ts_offset), in open_track_resource_context()
486 vt_ctx.ts_offset = av_sub_q(vt_ctx.start_time, in open_track_file_resource()
819 av_sub_q(resource->end_time, track->current_timestamp), in imf_read_packet()
846 av_sub_q(next_timestamp, resource->end_time), in imf_read_packet()
/third_party/ffmpeg/libavutil/tests/
Drational.c47 r = av_sub_q(av_add_q(b,a), b); in main()
/third_party/ffmpeg/libavfilter/
Dsrc_avsynctest.c157 s->delay_range = av_sub_q(s->delay_max, s->delay_min); in config_props()