Searched refs:seek_timestamp (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 Drtsp.h182 int64_t seek_timestamp; member in struct:RTSPState
H A Drtsp.c1195 rt->seek_timestamp = 0; /* default is to start stream at position
1439 (double)rt->seek_timestamp / AV_TIME_BASE);
1479 rt->seek_timestamp = av_rescale_q(timestamp, s->streams[stream_index]->time_base, AV_TIME_BASE_Q);
H A Dmov.c2137 int64_t seek_timestamp, timestamp; local
2152 seek_timestamp = st->index_entries[sample].timestamp;
2159 timestamp = av_rescale_q(seek_timestamp, s->streams[stream_index]->time_base, st->time_base);

Completed in 182 milliseconds