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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffplay.c1093 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) function
2549 stream_seek(cur_stream, start_time != AV_NOPTS_VALUE ? start_time : 0, 0, 0);
2852 stream_seek(cur_stream, pos, incr, 1);
2856 stream_seek(cur_stream, (int64_t)(pos * AV_TIME_BASE), (int64_t)(incr * AV_TIME_BASE), 0);
2876 stream_seek(cur_stream, size*x/cur_stream->width, 0, 1);
2895 stream_seek(cur_stream, ts, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffplay.c1093 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) function
2549 stream_seek(cur_stream, start_time != AV_NOPTS_VALUE ? start_time : 0, 0, 0);
2852 stream_seek(cur_stream, pos, incr, 1);
2856 stream_seek(cur_stream, (int64_t)(pos * AV_TIME_BASE), (int64_t)(incr * AV_TIME_BASE), 0);
2876 stream_seek(cur_stream, size*x/cur_stream->width, 0, 1);
2895 stream_seek(cur_stream, ts, 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffplay.c1093 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) function
2549 stream_seek(cur_stream, start_time != AV_NOPTS_VALUE ? start_time : 0, 0, 0);
2852 stream_seek(cur_stream, pos, incr, 1);
2856 stream_seek(cur_stream, (int64_t)(pos * AV_TIME_BASE), (int64_t)(incr * AV_TIME_BASE), 0);
2876 stream_seek(cur_stream, size*x/cur_stream->width, 0, 1);
2895 stream_seek(cur_stream, ts, 0, 0);

Completed in 119 milliseconds