Searched refs:ff_get_line (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnistspheredec.c48 ff_get_line(s->pb, buffer, sizeof(buffer));
49 ff_get_line(s->pb, buffer, sizeof(buffer));
55 ff_get_line(s->pb, buffer, sizeof(buffer));
H A Dsubviewer1dec.c58 int len = ff_get_line(s->pb, line, sizeof(line));
65 ff_get_line(s->pb, line, sizeof(line));
73 len = ff_get_line(s->pb, line, sizeof(line));
H A Dpvfdec.c40 ff_get_line(s->pb, buffer, sizeof(buffer));
H A Daqtitledec.c66 int len = ff_get_line(s->pb, line, sizeof(line));
H A Dmpl2dec.c90 int len = ff_get_line(s->pb, line, sizeof(line));
H A Dmpsubdec.c69 int fps, len = ff_get_line(s->pb, line, sizeof(line));
H A Dpjsdec.c80 int len = ff_get_line(s->pb, line, sizeof(line));
H A Dvplayerdec.c72 int len = ff_get_line(s->pb, line, sizeof(line));
H A Dmicrodvddec.c95 int len = ff_get_line(s->pb, line_buf, sizeof(line_buf));
H A Dsubviewerdec.c90 int len = ff_get_line(s->pb, line, sizeof(line));
H A Dinternal.h163 int ff_get_line(AVIOContext *s, char *buf, int maxlen);
H A Djacosubdec.c181 int len = ff_get_line(pb, line, sizeof(line));
H A Dhlsproto.c73 int len = ff_get_line(s, buf, maxlen);
H A Dconcatdec.c333 if ((ret = ff_get_line(avf->pb, buf, sizeof(buf))) <= 0)
H A Dmpeg.c707 int len = ff_get_line(s->pb, line, sizeof(line));
H A Daviobuf.c659 int ff_get_line(AVIOContext *s, char *buf, int maxlen) function
H A Dhls.c186 int len = ff_get_line(s, buf, maxlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsrtdec.c83 ptr += ff_get_line(s->pb, ptr, sizeof(buffer)+buffer-ptr);
H A Dinternal.h169 int ff_get_line(AVIOContext *s, char *buf, int maxlen);
H A Dassdec.c99 len = ff_get_line(pb, line, sizeof(line));
H A Dapplehttpproto.c72 int len = ff_get_line(s, buf, maxlen);
H A Dapplehttp.c108 int len = ff_get_line(s, buf, maxlen);
H A Daviobuf.c785 int ff_get_line(AVIOContext *s, char *buf, int maxlen) function

Completed in 119 milliseconds