Searched refs:seek (Results 26 - 50 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h89 void *opaque; /**< A private pointer, passed to the read/write/seek/...
93 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:AVIOContext
95 int must_flush; /**< true if the next seek should flush */
128 * call the underlying seek function directly.
139 * seek statistic
197 * @param seek A function for seeking to specified byte position, may be NULL.
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
234 * Passing this as the "whence" parameter to a seek function causes it to
236 * If it is not supported then the seek function will return <0.
241 * Oring this flag as into the "whence" parameter to a seek functio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dapple_dump245 seek(INFILE, ($num * 12 + 26), 0);
321 seek(INFILE, $ofst, 0);
339 seek(INFILE, $ofst, 0);
365 seek(INFILE, $ofst, 0);
630 seek(INFILE, $pos, 0);
660 seek(INFILE, $ea_offset, 0);
673 seek(INFILE, $ofst, 0);
698 seek(INFILE, $ofst, 0);
H A Dapple_dump.in245 seek(INFILE, ($num * 12 + 26), 0);
321 seek(INFILE, $ofst, 0);
339 seek(INFILE, $ofst, 0);
365 seek(INFILE, $ofst, 0);
630 seek(INFILE, $pos, 0);
660 seek(INFILE, $ea_offset, 0);
673 seek(INFILE, $ofst, 0);
698 seek(INFILE, $ofst, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcleanpatch127 seek(FILE, 0, 0);
247 seek(FILE, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate-run.sh96 t="${test#seek-}"
97 ref=${base}/ref/seek/$t
107 run libavformat/seek-test $target_path/$file
H A DMakefile70 FATE_SEEK = $(SEEK_TESTS:seek_%=fate-seek-%)
86 $(FATE_SEEK): fate-codec fate-lavf libavformat/seek-test$(EXESUF)
100 fate-seek: $(FATE_SEEK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A Dfile.c56 return ARC_CALL3(seek, FileID, Position, SeekMode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daviobuf.c38 * data instead of calling the protocol seek function, for seekable
78 int64_t (*seek)(void *opaque, int64_t offset, int whence))
87 s->seek = seek;
115 int64_t (*seek)(void *opaque, int64_t offset, int whence))
118 read_packet, write_packet, seek);
127 int64_t (*seek)(void *opaque, int64_t offset, int whence))
130 read_packet, write_packet, seek);
141 int64_t (*seek)(void *opaque, int64_t offset, int whence))
147 read_packet, write_packet, seek);
[all...]
H A Davio.h91 void *opaque; /**< A private pointer, passed to the read/write/seek/...
95 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:__anon2124
97 int must_flush; /**< true if the next seek should flush */
140 int is_streamed; /**< true if streamed (no seek possible), default = false */
262 int64_t (*seek)(void *opaque, int64_t offset, int whence));
270 int64_t (*seek)(void *opaque, int64_t offset, int whence));
422 * @param seek A function for seeking to specified byte position, may be NULL.
433 int64_t (*seek)(void *opaque, int64_t offset, int whence));
459 * Passing this as the "whence" parameter to a seek function causes it to
461 * If it is not supported then the seek functio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dgetsection.c24 static const char seek[] = { "Set file position to %d failed" }; variable
186 dload_error(dlthis, seek, sec_start);
295 dload_error(dlthis, seek, pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davio.h50 int is_streamed; /**< true if streamed (no seek possible), default = false */
130 * Passing this as the "whence" parameter to a seek function causes it to
132 * If it is not supported then the seek function will return <0.
185 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:__anon3896
187 int must_flush; /**< true if the next seek should flush */
208 int64_t (*seek)(void *opaque, int64_t offset, int whence));
216 int64_t (*seek)(void *opaque, int64_t offset, int whence));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontreenodestream.c73 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
213 stream->tnstream->istream->seek = seek;
355 stream->tnstream->istream->seek = seek;
690 is->seek(is, marker);
696 is->seek(is, is->lastMarker);
703 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) function
957 ctns->tnstream->istream->seek(ctns->tnstream->istream, index);
966 ctns->tnstream->istream->seek(ctn
[all...]
H A Dantlr3ucs2inputstream.c78 input->istream->seek = antlr3UCS2Seek; // How to seek to a specific point in the stream
173 // If the requested seek point is less than the current
H A Dantlr3tokenstream.c78 static void seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index);
182 stream->tstream->istream->seek = dbgSeek;
270 stream->tstream->istream->seek = seek;
297 ts->istream->seek = dbgSeek;
863 is->seek(is, (ANTLR3_UINT32)(marker));
874 is->seek(is, (ANTLR3_UINT32)(marker));
878 seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER index) function
891 // TODO: Implement seek in debugger when Ter adds it to Java
893 seek(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dfile.c258 * save the current seek position
300 long seek; local
302 seek = id3_field_getint(id3_frame_field(frame, 0));
303 if (seek < 0 || fseek(file->iofile, seek, SEEK_CUR) == -1)
325 /* restore seek position */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dfile.c258 * save the current seek position
300 long seek; local
302 seek = id3_field_getint(id3_frame_field(frame, 0));
303 if (seek < 0 || fseek(file->iofile, seek, SEEK_CUR) == -1)
325 /* restore seek position */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzguts.h184 /* seek request */
186 int seek; /* true if seek request pending */ member in struct:__anon4143
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dffilestr.tex12 can seek beyond the end of the stream (file) and will thus not return
69 can seek beyond the end of the stream (file) and will thus not return
H A Dfileistr.tex9 can seek beyond the end of the stream (file) and will thus not return
H A Dfileostr.tex12 can seek beyond the end of the stream (file) and will thus not return
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzguts.h168 /* seek request */
170 int seek; /* true if seek request pending */ member in struct:__anon2764
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dunarchive.h55 void (*seek)(const struct archive_handle_t *archive_handle, const unsigned amount); member in struct:archive_handle_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp338 return _("seek error");
380 virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
504 wxFileOffset wxChmInputStream::OnSysSeek(wxFileOffset seek, wxSeekMode mode) argument
520 nextpos = seek + m_pos;
523 nextpos = seek;
526 nextpos = m_size - 1 + seek;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h77 virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
550 virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
593 virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddevice.h91 s64 (*seek)(struct ntfs_device *dev, s64 offset, int whence); member in struct:ntfs_device_operations

Completed in 248 milliseconds

12345