Searched refs:seekable (Results 26 - 50 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesys.tex170 wxFS_SEEKABLE = 4 // Returned stream will be seekable
175 or may not be seekable depending on the underlying source.
177 back a stream that is not natively seekable with memory or a file
178 and return a stream that is always seekable.
H A Darchive.tex238 \wxheading{Non-seekable streams}
240 This information applies only when reading archives from non-seekable
242 seekable \helpref{GetNextEntry()}{wxarchiveinputstreamgetnextentry}
244 See '\helpref{Archives on non-seekable streams}{wxarcnoseek}' for
375 non-seekable streams).
379 \helpref{Archives on non-seekable streams}{wxarcnoseek}\\
426 Closes the current entry. On a non-seekable stream reads to the end of
449 seekable stream.
634 non-seekable streams).
635 See \helpref{Archives on non-seekable stream
[all...]
H A Dstrmzlib.tex10 The stream is not seekable, \helpref{SeekI()}{wxinputstreamseeki} returns
86 The stream is not seekable, \helpref{SeekO()}{wxoutputstreamseeko} returns
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmenc.c122 if (!s->seekable)
174 if (!s->seekable || !stream->total_frames)
444 if (s->pb->seekable) {
H A Dau.c201 if (s->pb->seekable && file_size < INT32_MAX) {
H A Davio.h115 * A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
117 int seekable; member in struct:AVIOContext
H A Ddsfdec.c80 if (pb->seekable) {
H A Dflacenc.c148 if (pb->seekable) {
H A Dsmjpegenc.c123 if (pb->seekable) {
H A Dtty.c97 if (avctx->pb->seekable) {
H A Dvocdec.c81 if (!s->pb->seekable)
H A Dwavenc.c338 && s->pb->seekable) {
418 if (s->pb->seekable) {
572 && s->pb->seekable) {
589 if (pb->seekable) {
H A Daiffdec.c270 if (st->codec->block_align && !pb->seekable) /* Assume COMM already parsed */
272 if (!pb->seekable) {
273 av_log(s, AV_LOG_ERROR, "file is not seekable\n");
H A Daiffenc.c52 if (!pb->seekable)
269 if (s->pb->seekable) {
H A Dhttp.c65 int seekable; /**< Control seekability, 0 = disable, 1 = enable, -1 = probe. */ member in struct:__anon3501
99 {"seekable", "control seekability of connection", OFFSET(seekable), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, D },
268 if( s->seekable == 1 )
372 if (s->seekable == -1 && (!s->is_akamai || s->filesize != 2147483647))
476 s->seekable == -1) {
657 if (s->seekable == -1 && s->is_mediagateway && s->filesize == 2000000000)
714 if (!has_header(s->headers, "\r\nRange: ") && !post && (s->off > 0 || s->end_off || s->seekable == -1)) {
1150 if( s->seekable == 1 )
H A Dwvdec.c122 if (!pb->seekable) {
244 if (s->pb->seekable) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmenc.c122 if (!s->seekable)
174 if (!s->seekable || !stream->total_frames)
438 if (s->pb->seekable) {
H A Daiffenc.c130 if (s->pb->seekable) {
H A Dau.c95 if (s->pb->seekable) {
H A Dmp3enc.c194 if (s->pb->seekable)
H A Dsmjpegenc.c125 if (pb->seekable) {
H A Dtty.c106 if (avctx->pb->seekable) {
H A Dvocdec.c81 if (!s->pb->seekable)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dvorbisfile.h113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dplain_io.c44 int seekable; member in struct:SimpleFile_t
79 if (This->seekable && where != This->lastwhere ){
489 This->seekable = 1;
499 This->seekable = 0;

Completed in 110 milliseconds

123456