Searched refs:av_compare_mod (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | mathematics.h | 196 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
|
D | mathematics.c | 160 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod) in av_compare_mod() function
|
/third_party/ffmpeg/libavformat/ |
D | hls.c | 2148 return av_compare_mod(scaled_ts_a, scaled_ts_b, 1LL << 33); in compare_ts_with_wrapdetect()
|
D | utils.c | 1772 av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2ULL << (wrap_bits - 1)) < 0) { in av_read_frame() 1773 if (av_compare_mod(pktl->pkt.pts, pktl->pkt.dts, 2ULL << (wrap_bits - 1))) { in av_read_frame()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 3124 2010-06-09 - 65db058 - lavu 50.19.0 - av_compare_mod() 3125 Add av_compare_mod() to libavutil/mathematics.h.
|