Searched refs:av_seek_frame (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibquvi.c118 return av_seek_frame(qc->fmtctx, stream_index, timestamp, flags);
H A Davformat.h1558 /* av_seek_frame() support */
2089 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
H A Dutils.c2236 int av_seek_frame(AVFormatContext *s, int stream_index, function
2302 int ret = av_seek_frame(s, stream_index, ts, flags | dir);
2304 ret = av_seek_frame(s, stream_index, dir ? max_ts : min_ts, flags | dir);
2306 ret = av_seek_frame(s, stream_index, ts, flags | (dir^AVSEEK_FLAG_BACKWARD));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dsrc_movie.c252 if ((ret = av_seek_frame(movie->format_ctx, -1, timestamp, AVSEEK_FLAG_BACKWARD)) < 0) {
422 ret = av_seek_frame(movie->format_ctx, -1, timestamp, AVSEEK_FLAG_BACKWARD);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_movie.c115 if ((ret = av_seek_frame(movie->format_ctx, -1, timestamp, AVSEEK_FLAG_BACKWARD)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h489 /* av_seek_frame() support */
630 /* av_seek_frame() support */
942 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.c272 ret = av_seek_frame(ctx->fmtctx, ctx->astream, target_pts, AVSEEK_FLAG_BACKWARD);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h693 /* av_seek_frame() support */
961 /* av_seek_frame() support */
1160 /* av_seek_frame() support */
1518 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
H A Dflvdec.c662 ret = av_seek_frame(s, stream_index, ts, flags);
H A Dutils.c1797 int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) function
1857 return av_seek_frame(s, stream_index, ts, flags | ((uint64_t)ts - min_ts > (uint64_t)max_ts - ts ? AVSEEK_FLAG_BACKWARD : 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c2171 av_seek_frame(c->fmt_in, -1, stream_pos, 0);
H A Davconv.c3366 ret = av_seek_frame(ic, -1, timestamp, AVSEEK_FLAG_BACKWARD);
H A Dffmpeg.c3249 ret = av_seek_frame(ic, -1, timestamp, AVSEEK_FLAG_BACKWARD);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2257 av_seek_frame(c->fmt_in, -1, stream_pos, 0);

Completed in 175 milliseconds