/third_party/ffmpeg/libavformat/ |
D | seek.c | 274 …atic int64_t read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit, in read_timestamp() argument 277 int64_t ts = read_timestamp(s, stream_index, ppos, pos_limit); in read_timestamp() 287 int64_t pos_min = 0, pos_max = 0, pos, pos_limit; in ff_seek_frame_binary() local 301 pos_limit = -1; // GCC falsely says it may be uninitialized. in ff_seek_frame_binary() 332 pos_limit = pos_max - e->min_distance; in ff_seek_frame_binary() 334 " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max)); in ff_seek_frame_binary() 338 pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, in ff_seek_frame_binary() 392 int64_t pos_min, int64_t pos_max, int64_t pos_limit, in ff_gen_search() argument 421 pos_limit = pos_max; in ff_gen_search() 432 while (pos_min < pos_limit) { in ff_gen_search() [all …]
|
D | pva.c | 203 int64_t *pos, int64_t pos_limit) { in pva_read_timestamp() argument 209 pos_limit = FFMIN(*pos+PVA_MAX_PAYLOAD_LENGTH*8, (uint64_t)*pos+pos_limit); in pva_read_timestamp() 211 while (*pos < pos_limit) { in pva_read_timestamp()
|
D | nuv.c | 328 static int nuv_resync(AVFormatContext *s, int64_t pos_limit) { in nuv_resync() argument 331 while(!avio_feof(pb) && avio_tell(pb) < pos_limit) { in nuv_resync() 346 int64_t *ppos, int64_t pos_limit) in nuv_read_dts() argument 358 if (!nuv_resync(s, pos_limit)) in nuv_read_dts() 361 while (!avio_feof(pb) && avio_tell(pb) < pos_limit) { in nuv_read_dts()
|
D | demux.h | 122 int64_t pos_max, int64_t pos_limit,
|
D | gxf.c | 592 int64_t *pos, int64_t pos_limit) { in gxf_read_timestamp() argument 597 res = gxf_resync_media(s, pos_limit - *pos, -1, -1); in gxf_read_timestamp()
|
D | flacdec.c | 259 int64_t *ppos, int64_t pos_limit) in flac_read_timestamp() argument
|
D | nutdec.c | 40 int64_t *pos_arg, int64_t pos_limit); 1215 int64_t *pos_arg, int64_t pos_limit) in nut_read_timestamp() argument 1221 stream_index, *pos_arg, pos_limit); in nut_read_timestamp()
|
D | oggdec.c | 890 int64_t *pos_arg, int64_t pos_limit) in ogg_read_timestamp() argument 901 while ( avio_tell(bc) <= pos_limit in ogg_read_timestamp()
|
D | avformat.h | 763 int64_t *pos, int64_t pos_limit);
|
D | mpegts.c | 3946 int64_t *ppos, int64_t pos_limit) in mpegts_get_pcr() argument 3957 while(pos < pos_limit) { in mpegts_get_pcr() 3980 int64_t *ppos, int64_t pos_limit) in mpegts_get_dts() argument 3993 while(pos < pos_limit) { in mpegts_get_dts()
|
D | mpeg.c | 660 int64_t *ppos, int64_t pos_limit) in mpegps_read_dts() argument
|
D | rmdec.c | 1091 int64_t *ppos, int64_t pos_limit) in rm_read_dts() argument
|
D | asfdec_f.c | 1435 int64_t *ppos, int64_t pos_limit) in asf_read_pts() argument
|
D | asfdec_o.c | 1457 int64_t *pos, int64_t pos_limit) in asf_read_timestamp() argument
|