Home
last modified time | relevance | path

Searched refs:av_sat_sub64 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doggparsetheora.c194 pts = av_sat_sub64(pts, duration); in theora_packet()
199 s->streams[idx]->duration = av_sat_sub64(s->streams[idx]->duration, s->streams[idx]->start_time); in theora_packet()
H A Dmpsubdec.c76 else intval = av_sat_sub64(intval, fracval); in parse_line()
H A Davidec.c1731 delta_dts = av_sat_sub64(dts, min_dts); in check_stream_max_drift()
1739 if (av_sat_sub64(max_dts, min_dts) > 2 * AV_TIME_BASE || in check_stream_max_drift()
H A Dconcatdec.c669 cat->files[i].outpoint - (uint64_t)cat->files[i].inpoint != av_sat_sub64(cat->files[i].outpoint, cat->files[i].inpoint) in concat_read_header()
H A Dsbgdec.c1323 if (av_sat_sub64(ev0.ts_int, period) != (uint64_t)ev0.ts_int - period) in generate_intervals()
H A Dasfdec_f.c673 pres_time = av_sat_sub64(pres_time, asf->hdr.preroll * 10000LL); in asf_read_marker()
H A Ddemux.c2714 int64_t dur = av_sat_sub64(sti->info->fps_last_dts, sti->info->fps_first_dts); in avformat_find_stream_info()
H A Dmov.c4230 if (av_sat_sub64(start_time, empty_duration) != start_time - (uint64_t)empty_duration)
/third_party/ffmpeg/libavutil/
H A Dcommon.h139 #ifndef av_sat_sub64
140 # define av_sat_sub64 av_sat_sub64_c macro
/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c648 p->reference_dts = av_sat_sub64(s->dts, av_rescale(s->dts_ref_dts_delta, num, den)); in h264_parse()

Completed in 28 milliseconds