Searched refs:seekable (Results 1 - 25 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextfile.cpp106 // first determine if the file is seekable or not and so whether we can
114 // some non-seekable files under /proc under Linux pretend that they're
115 // seekable but always return 0; others do return an error
116 const bool seekable = fileLength != wxInvalidOffset && fileLength != 0; local
117 if ( seekable )
124 // if the file is seekable, also check that we're at its beginning
148 if ( seekable )
154 else // !seekable
156 // for non-seekable files we have to allocate more memory on the go
166 if ( !seekable )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drsd.c100 if (pb->seekable)
115 if (pb->seekable)
123 if (pb->seekable)
H A Dadp.c62 if (s->pb->seekable)
H A Did3v1.c234 if (s->pb->seekable) {
H A Dwvenc.c67 if (ctx->pb->seekable && s->samples &&
H A Daacdec.c92 if (s->pb->seekable &&
H A Drsoenc.c41 if (!s->pb->seekable) {
42 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n");
H A Dvc1testenc.c76 if (s->pb->seekable) {
H A Davienc.c204 if (!pb->seekable)
285 if (!pb->seekable)
360 if (pb->seekable) {
420 if (pb->seekable) {
464 av_assert0(pb->seekable);
525 if (pb->seekable) {
604 if (pb->seekable &&
622 if (s->pb->seekable) {
664 if (pb->seekable) {
705 if (pb->seekable) {
[all...]
H A Dbintext.c144 if (pb->seekable) {
202 if (pb->seekable) {
240 if (pb->seekable) {
274 if (!pb->seekable)
H A Dfilmstripdec.c43 if (!s->pb->seekable)
H A Dsoxenc.c94 if (s->pb->seekable) {
H A Dcafenc.c143 if (!enc->block_align && !pb->seekable) {
144 av_log(s, AV_LOG_ERROR, "Muxing variable packet size not supported on non seekable output\n");
252 if (pb->seekable) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Davio_evbuffer.c91 s->seekable = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v1.c233 if (s->pb->seekable) {
H A Drsoenc.c41 if (!s->pb->seekable) {
42 av_log(s, AV_LOG_ERROR, "muxer does not support non seekable output\n");
H A Dvc1testenc.c77 if (s->pb->seekable) {
H A Davienc.c202 if (!pb->seekable)
264 if (!pb->seekable)
308 if (pb->seekable) {
367 if (pb->seekable) {
411 assert(pb->seekable);
469 if (pb->seekable) {
537 if (pb->seekable &&
557 if (s->pb->seekable) {
595 if (pb->seekable){
H A Dfilmstripdec.c44 if (!s->pb->seekable)
H A Dflacenc.c100 if (pb->seekable) {
H A Dsoxenc.c101 if (s->pb->seekable) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c419 seekable open. */
598 if(vf->seekable){
722 int link=(vf->seekable?vf->current_link:0);
738 if(vf->seekable && link>0)
793 if(!vf->seekable){
809 /* This is different in the seekable and non-seekable cases.
811 In the seekable case, we already have all the header
815 In the non-seekable (streaming) case, we'll only be at a
824 if(vf->seekable){
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dzipstrm.tex153 When reading a zip from a stream that is seekable,
161 For zips on \helpref{non-seekable}{wxarcnoseek} streams, the following
175 returns, however, if the zip was also written to a non-seekable stream
377 non-seekable streams).
381 \helpref{Archives on non-seekable streams}{wxarcnoseek}\\
436 Note that in general zip entries are not seekable, and
487 Closes the current entry. On a non-seekable stream reads to the end of
498 from a non-seekable stream, it returns the empty string until the
516 For a zip on a seekable stream returns the total number of entries in
517 the zip. For zips on non-seekable stream
[all...]
H A Darc.tex32 The classes are designed to handle archives on both seekable streams such
33 as disk files, or non-seekable streams such as pipes and sockets
34 (see '\helpref{Archives on non-seekable streams}{wxarcnoseek}').
156 required entry is found. This works both for archives on seekable and
157 non-seekable streams.
334 \subsection{Archives on non-seekable streams}\label{wxarcnoseek}
338 In general, handling archives on non-seekable streams is done in the same
339 way as for seekable streams, with a few caveats.
358 This is only an issue on non-seekable streams, since otherwise the archive
370 non-seekable strea
[all...]
H A Dtarstrm.tex74 a fully populated wxTarEntry object, both when reading from seekable and
75 non-seekable streams.
86 entry's data. Therefore when creating an archive on a non-seekable stream it
224 Therefore when creating an archive on a non-seekable stream it is necessary to
225 supply the correct size when each entry is created. For seekable streams this
281 Tar entries are seekable if the parent stream is seekable. In practice this
282 usually means they are only seekable if the tar is stored as a local file and
324 Closes the current entry. On a non-seekable stream reads to the end of
345 be on a seekable strea
[all...]

Completed in 279 milliseconds

123456