Home
last modified time | relevance | path

Searched refs:pos_limit (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dseek.c274 …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 …]
Dpva.c203 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()
Dnuv.c328 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()
Ddemux.h122 int64_t pos_max, int64_t pos_limit,
Dgxf.c592 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()
Dflacdec.c259 int64_t *ppos, int64_t pos_limit) in flac_read_timestamp() argument
Dnutdec.c40 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()
Doggdec.c890 int64_t *pos_arg, int64_t pos_limit) in ogg_read_timestamp() argument
901 while ( avio_tell(bc) <= pos_limit in ogg_read_timestamp()
Davformat.h763 int64_t *pos, int64_t pos_limit);
Dmpegts.c3946 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()
Dmpeg.c660 int64_t *ppos, int64_t pos_limit) in mpegps_read_dts() argument
Drmdec.c1091 int64_t *ppos, int64_t pos_limit) in rm_read_dts() argument
Dasfdec_f.c1435 int64_t *ppos, int64_t pos_limit) in asf_read_pts() argument
Dasfdec_o.c1457 int64_t *pos, int64_t pos_limit) in asf_read_timestamp() argument