Searched refs:seekable (Results 76 - 100 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggdec.c183 if (s->pb->seekable) {
326 if(!i && bc->seekable && ogg->page_pos > 0) {
581 if (!s->pb->seekable)
H A Dmatroskaenc.c1335 if (!s->pb->seekable)
1342 if (pb->seekable && mkv->reserve_cues_space) {
1355 if (pb->seekable) {
1703 if (!s->pb->seekable) {
1783 if (s->pb->seekable) {
1856 if (s->pb->seekable)
1907 if (pb->seekable) {
H A Dmp3dec.c330 if(s->pb->seekable)
H A Dmp3enc.c130 if (!s->pb->seekable || !mp3->write_xing)
H A Dr3d.c190 if (!s->pb->seekable)
H A Dasfenc.c409 avio_wl32(pb, (asf->is_streamed || !pb->seekable) ? 3 : 2); /* ??? */
992 if (asf->is_streamed || !s->pb->seekable) {
H A Dffmdec.c245 if (pb->seekable) {
385 if (pb->seekable) {
H A Dflvdec.c413 ioc->seekable &&
879 if (s->pb->seekable && (!s->duration || s->duration == AV_NOPTS_VALUE) && !flv->searched_for_end) {
H A Dape.c377 if (pb->seekable) {
H A Ddv.c539 if (s->pb->seekable)
H A Dmlvdec.c445 if (!avctx->pb->seekable)
H A Dswfdec.c123 swf->zpb->seekable = 0;
H A Dswfenc.c503 if (s->pb->seekable && video_enc) {
/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
95 s->seekable = AVIO_SEEKABLE_NORMAL;
237 } else if ((!s->seekable ||
885 (*s)->seekable = h->is_streamed ? 0 : AVIO_SEEKABLE_NORMAL;
H A Dr3d.c184 if (!s->pb->seekable)
H A Dasfenc.c351 avio_wl32(pb, (asf->is_streamed || !pb->seekable ) ? 3 : 2); /* ??? */
866 if (asf->is_streamed || !s->pb->seekable) {
H A Dflvdec.c513 if(s->pb->seekable && (!s->duration || s->duration==AV_NOPTS_VALUE)){
648 if (!s->pb->seekable) {
H A Dape.c307 if (pb->seekable) {
H A Dffmdec.c280 if (pb->seekable) {
H A Dmpeg.c408 s->pb->seekable /* index useless on streams anyway */) {
H A Doggdec.c474 if(!s->pb->seekable)
H A Dswfenc.c495 if (s->pb->seekable && video_enc) {
H A Dmov.c355 (!pb->seekable || start_pos + a.size == avio_size(pb)))
2567 if (pb->seekable)
2583 if (pb->seekable && mov->chapter_track > 0)
2601 if (!sample || (!s->pb->seekable && current_sample->pos < sample->pos) ||
2602 (s->pb->seekable &&
2626 if (s->pb->seekable||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.h448 extern int output_seekable; /* 1 = output seekable 3/13/05 EG */
503 extern int split_method; /* 0=no splits, 1=seekable, 2=data descs, -1=no */
633 int seekable OF((void));
659 /* moved seekable to separate function 3/14/05 EG */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c129 #define seekable() 0 /* force sequential output */ macro
1628 if (stored_len <= opt_lenb && eof && G2.compressed_len == 0L && seekable()) {

Completed in 302 milliseconds

123456