Searched refs:seekable (Results 51 - 75 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 Dconcatdec.c55 int seekable; member in struct:__anon3470
405 cat->seekable = 1;
586 if (!cat->seekable)
H A Dcafdec.c248 if (found_data && (caf->data_size < 0 || !pb->seekable))
262 if (caf->data_size > 0 && pb->seekable)
H A Dastenc.c142 if (s->pb->seekable) {
H A Dcinedec.c286 if (!avctx->pb->seekable)
H A Dicoenc.c84 if (!pb->seekable) {
85 av_log(s, AV_LOG_ERROR, "Output is not seekable\n");
H A Dmmf.c150 if (s->pb->seekable) {
H A Dmpc.c107 if (s->pb->seekable) {
H A Dtakdec.c128 if (pb->seekable) {
H A Dtta.c137 if (s->pb->seekable) {
H A Dmvdec.c406 if (!pb->seekable)
448 if (!avctx->pb->seekable)
H A Dwavdec.c326 if (!pb->seekable || (!rf64 && !size))
680 if (!pb->seekable)
H A Daviobuf.c39 * data instead of calling the protocol seek function, for seekable
96 s->seekable = seek ? AVIO_SEEKABLE_NORMAL : 0;
228 } else if ((!s->seekable ||
759 (*s)->seekable = h->is_streamed ? 0 : AVIO_SEEKABLE_NORMAL;
778 if (buf_size < filled || s->seekable)
H A Dbink.c275 if (!s->pb->seekable)
H A Dmpc8.c263 if (pb->seekable) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c125 && s->pb->seekable) {
168 if (s->pb->seekable) {
465 if (!pb->seekable || (!rf64 && !size))
H A Davio.h120 * A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
122 int seekable; member in struct:__anon2124
357 * @deprecated Use AVIOContext.seekable field directly.
361 return !s->seekable;
H A Dcafdec.c229 if (found_data && (caf->data_size < 0 || !pb->seekable))
242 if (caf->data_size > 0 && pb->seekable)
H A Dwv.c129 if(!pb->seekable){
237 if(s->pb->seekable) {
H A Daiffdec.c245 if (!pb->seekable) {
246 av_log(s, AV_LOG_ERROR, "file is not seekable\n");
H A Dbink.c256 if (!s->pb->seekable)
H A Dmmf.c137 if (s->pb->seekable) {
H A Dmpc.c106 if (s->pb->seekable) {
H A Dmatroskaenc.c953 if (!s->pb->seekable)
1129 if (!s->pb->seekable) {
1181 AVIOContext *pb = s->pb->seekable ? s->pb : mkv->dyn_bc;
1185 int cluster_size = avio_tell(pb) - (s->pb->seekable ? mkv->cluster_pos : 0);
1190 ((!s->pb->seekable && (cluster_size > 32*1024 || ts > mkv->cluster_pts + 1000))
1244 if (pb->seekable) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex81 (ie: if the output stream is seekable).
160 it may not support the seekable functionnality. If this happens,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex275 GetOutputStream() as a non-seekable stream. The caught output stream is returned
276 by GetInputStream() as a non-seekable stream.

Completed in 223 milliseconds

123456