Searched refs:AVSEEK_FLAG_ANY (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dbink.c198 AVSEEK_FLAG_ANY);
H A Dseek.c164 // Evaluate key frames with known TS (or any frames, if AVSEEK_FLAG_ANY set).
166 ((flg & AV_PKT_FLAG_KEY) || (flags & AVSEEK_FLAG_ANY))) {
H A Davformat.h1533 * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as
1618 #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes macro
1860 * if AVSEEK_FLAG_ANY seek to any frame, only keyframes otherwise
H A Dgxf.c499 AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD);
H A Doggdec.c650 && !(flags & AVSEEK_FLAG_ANY))
H A Davidec.c1021 i= av_index_search_timestamp(best_st, best_ts, AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD);
1023 i= av_index_search_timestamp(best_st, best_ts, AVSEEK_FLAG_ANY);
H A Dmatroskadec.c2018 matroska->skip_to_keyframe = !(flags & AVSEEK_FLAG_ANY);
H A Dutils.c1449 index= ff_index_search_timestamp(*index_entries, *nb_index_entries, timestamp, AVSEEK_FLAG_ANY);
1506 if(!(flags & AVSEEK_FLAG_ANY)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbink.c217 AVSEEK_FLAG_ANY);
H A Dseek.c166 // Evaluate key frames with known TS (or any frames, if AVSEEK_FLAG_ANY set).
168 ((flg & AV_PKT_FLAG_KEY) || (flags & AVSEEK_FLAG_ANY))) {
H A Davidec.c1305 AVSEEK_FLAG_ANY |
1308 i = av_index_search_timestamp(best_st, best_ts, AVSEEK_FLAG_ANY);
1417 index = av_index_search_timestamp(st, ast->frame_offset, AVSEEK_FLAG_ANY);
1791 (st2->codec->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0));
1807 flags | AVSEEK_FLAG_BACKWARD | (st2->codec->codec_type != AVMEDIA_TYPE_VIDEO ? AVSEEK_FLAG_ANY : 0));
H A Dhls.c1460 pls->seek_flags = AVSEEK_FLAG_ANY;
1567 if (ts_diff >= 0 && (pls->seek_flags & AVSEEK_FLAG_ANY ||
1692 pls->seek_flags |= AVSEEK_FLAG_ANY;
H A Davformat.h2104 * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as
2181 #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes macro
2469 * if AVSEEK_FLAG_ANY seek to any frame, only keyframes otherwise
H A Dgxf.c572 AVSEEK_FLAG_ANY | AVSEEK_FLAG_BACKWARD);
H A Dmlvdec.c395 index = av_index_search_timestamp(st, mlv->pts, AVSEEK_FLAG_ANY);
H A Doggdec.c879 && !(flags & AVSEEK_FLAG_ANY))
H A Dutils.c1807 timestamp, AVSEEK_FLAG_ANY);
1867 if (!(flags & AVSEEK_FLAG_ANY))
2268 flags |= AVSEEK_FLAG_ANY;
H A Dmatroskadec.c3032 if (flags & AVSEEK_FLAG_ANY) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h957 * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as
1042 #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes macro
1051 * if AVSEEK_FLAG_ANY seek to any frame, only keyframes otherwise

Completed in 314 milliseconds