Searched refs:pos_limit (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpva.c198 int64_t *pos, int64_t pos_limit) {
204 pos_limit = FFMIN(*pos+PVA_MAX_PAYLOAD_LENGTH*8, (uint64_t)*pos+pos_limit);
206 while (*pos < pos_limit) {
197 pva_read_timestamp(struct AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) argument
H A Dnuv.c309 static int nuv_resync(AVFormatContext *s, int64_t pos_limit) { argument
312 while(!url_feof(pb) && avio_tell(pb) < pos_limit) {
327 int64_t *ppos, int64_t pos_limit)
339 if (!nuv_resync(s, pos_limit))
342 while (!url_feof(pb) && avio_tell(pb) < pos_limit) {
326 nuv_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dflacdec.c181 int64_t *ppos, int64_t pos_limit)
180 flac_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dinternal.h270 int64_t pos_max, int64_t pos_limit,
H A Dutils.c1883 static int64_t ff_read_timestamp(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit, argument
1886 int64_t ts = read_timestamp(s, stream_index, ppos, pos_limit);
1896 int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; local
1909 pos_limit = -1; // GCC falsely says it may be uninitialized.
1939 pos_limit = pos_max - e->min_distance;
1940 av_dlog(s, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64
1941 " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max));
1945 pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit,
1999 int64_t pos_min, int64_t pos_max, int64_t pos_limit,
2027 pos_limit
1998 ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, int64_t pos_min, int64_t pos_max, int64_t pos_limit, int64_t ts_min, int64_t ts_max, int flags, int64_t *ts_ret, int64_t (*read_timestamp)(struct AVFormatContext *, int, int64_t *, int64_t)) argument
[all...]
H A Dgxf.c589 int64_t *pos, int64_t pos_limit) {
594 res = gxf_resync_media(s, pos_limit - *pos, -1, -1);
588 gxf_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) argument
H A Dnutdec.c39 int64_t *pos_arg, int64_t pos_limit);
1101 int64_t *pos_arg, int64_t pos_limit)
1107 stream_index, *pos_arg, pos_limit);
1100 nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) argument
H A Doggdec.c824 int64_t *pos_arg, int64_t pos_limit)
835 while ( avio_tell(bc) <= pos_limit
823 ogg_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) argument
H A Davformat.h654 int64_t *pos, int64_t pos_limit);
H A Dmpegts.c2561 int64_t *ppos, int64_t pos_limit)
2572 while(pos < pos_limit) {
2596 int64_t *ppos, int64_t pos_limit)
2605 while(pos < pos_limit) {
2560 mpegts_get_pcr(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
2595 mpegts_get_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dmpeg.c623 int64_t *ppos, int64_t pos_limit)
622 mpegps_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Drmdec.c1003 int64_t *ppos, int64_t pos_limit)
1002 rm_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dasfdec.c1426 int64_t *ppos, int64_t pos_limit)
1425 asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpva.c176 int64_t *pos, int64_t pos_limit) {
182 pos_limit = FFMIN(*pos+PVA_MAX_PAYLOAD_LENGTH*8, (uint64_t)*pos+pos_limit);
184 while (*pos < pos_limit) {
175 pva_read_timestamp(struct AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) argument
H A Dinternal.h284 int64_t pos_max, int64_t pos_limit,
H A Dutils.c1533 int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; local
1546 pos_limit= -1; //gcc falsely says it may be uninitialized
1572 pos_limit= pos_max - e->min_distance;
1573 av_dlog(s, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64" dts_max=%"PRId64"\n",
1574 pos_max,pos_limit, ts_max);
1578 pos= ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
1593 int64_t pos_min, int64_t pos_max, int64_t pos_limit,
1598 pos_limit, ts_min, ts_max, flags, ts_ret,
1604 int64_t pos_min, int64_t pos_max, int64_t pos_limit,
1643 pos_limit
1592 av_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, int64_t pos_min, int64_t pos_max, int64_t pos_limit, int64_t ts_min, int64_t ts_max, int flags, int64_t *ts_ret, int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) argument
1603 ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, int64_t pos_min, int64_t pos_max, int64_t pos_limit, int64_t ts_min, int64_t ts_max, int flags, int64_t *ts_ret, int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t )) argument
[all...]
H A Davformat.h522 int64_t *pos, int64_t pos_limit);
1630 int64_t pos_max, int64_t pos_limit,
H A Dgxf.c516 int64_t *pos, int64_t pos_limit) {
521 res = gxf_resync_media(s, pos_limit - *pos, -1, -1);
515 gxf_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) argument
H A Doggdec.c617 int64_t *pos_arg, int64_t pos_limit)
626 while (avio_tell(bc) < pos_limit && !ogg_packet(s, &i, NULL, NULL, pos_arg)) {
616 ogg_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) argument
H A Dmpeg.c583 int64_t *ppos, int64_t pos_limit)
582 mpegps_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dnutdec.c830 static int64_t nut_read_timestamp(AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit){ argument
834 av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", stream_index, *pos_arg, pos_limit);
H A Drmdec.c932 int64_t *ppos, int64_t pos_limit)
931 rm_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dasfdec.c1163 static int64_t asf_read_pts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
H A Dmpegts.c2053 int64_t *ppos, int64_t pos_limit)
2052 mpegts_get_pcr(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h364 int64_t *pos, int64_t pos_limit);
1104 int64_t pos_max, int64_t pos_limit,

Completed in 409 milliseconds