Searched refs:av_sat_sub64 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | oggparsetheora.c | 194 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 D | mpsubdec.c | 76 else intval = av_sat_sub64(intval, fracval); in parse_line()
|
H A D | avidec.c | 1731 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 D | concatdec.c | 669 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 D | sbgdec.c | 1323 if (av_sat_sub64(ev0.ts_int, period) != (uint64_t)ev0.ts_int - period) in generate_intervals()
|
H A D | asfdec_f.c | 673 pres_time = av_sat_sub64(pres_time, asf->hdr.preroll * 10000LL); in asf_read_marker()
|
H A D | demux.c | 2714 int64_t dur = av_sat_sub64(sti->info->fps_last_dts, sti->info->fps_first_dts); in avformat_find_stream_info()
|
H A D | mov.c | 4230 if (av_sat_sub64(start_time, empty_duration) != start_time - (uint64_t)empty_duration)
|
/third_party/ffmpeg/libavutil/ |
H A D | common.h | 139 #ifndef av_sat_sub64 140 # define av_sat_sub64 av_sat_sub64_c macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_parser.c | 648 p->reference_dts = av_sat_sub64(s->dts, av_rescale(s->dts_ref_dts_delta, num, den)); in h264_parse()
|
Completed in 28 milliseconds