Searched refs:pos_max (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dffmdec.c183 int64_t pos_min, pos_max; local
189 pos_max = ffm->file_size - 2 * FFM_PACKET_SIZE;
193 pts = get_dts(s, pos_max);
202 pts = get_dts(s, pos_max);
209 newpos = ((pos_max + pos_min) / (2 * FFM_PACKET_SIZE)) * FFM_PACKET_SIZE;
217 pos_max = newpos;
223 ffm->write_index += pos_max;
429 int64_t pos_min, pos_max, pos; local
439 pos_max = ffm->file_size - 2 * FFM_PACKET_SIZE;
440 while (pos_min <= pos_max) {
[all...]
H A Dutils.c1323 int64_t pos_min, pos_max, pos, pos_limit; local
1363 pos_max= e->pos;
1365 pos_limit= pos_max - e->min_distance;
1367 av_log(s, AV_LOG_DEBUG, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64" dts_max=%"PRId64"\n",
1368 pos_max,pos_limit, ts_max);
1373 pos= av_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ts_min, ts_max, flags, &ts, avif->read_timestamp);
1385 int64_t 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
1404 pos_max = filesize - 1;
1406 pos_max -= step;
1407 ts_max = read_timestamp(s, stream_index, &pos_max, pos_ma
1499 int64_t pos_min, pos_max; local
[all...]
H A Davformat.h1104 int64_t pos_max, int64_t pos_limit,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h1104 int64_t pos_max, int64_t pos_limit,

Completed in 91 milliseconds