Searched refs:ts_min (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dutils.c1324 int64_t ts_min, ts_max, ts; local
1336 ts_min= AV_NOPTS_VALUE;
1349 ts_min= e->timestamp;
1352 pos_min,ts_min);
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
1394 if(ts_min == AV_NOPTS_VALUE){
1396 ts_min = read_timestamp(s, stream_index, &pos_min, INT64_MAX);
1397 if (ts_min == AV_NOPTS_VALUE)
1426 if(ts_min > ts_ma
[all...]
H A Davformat.h1105 int64_t ts_min, int64_t ts_max,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavformat/
H A Davformat.h1105 int64_t ts_min, int64_t ts_max,

Completed in 106 milliseconds