Searched refs:avio_get_str (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h330 int avio_get_str(AVIOContext *pb, int maxlen, char *buf, int buflen);
H A Dcafdec.c211 avio_get_str(pb, INT_MAX, key, sizeof(key));
212 avio_get_str(pb, INT_MAX, value, sizeof(value));
H A Dapetag.c69 size -= avio_get_str(pb, size, filename, sizeof(filename));
H A Dcinedec.c236 i = avio_get_str(pb, DESCRIPTION_SIZE, description, DESCRIPTION_SIZE + 1);
H A Dffmdec.c304 avio_get_str(pb, INT_MAX, rc_eq_buf, sizeof(rc_eq_buf));
428 avio_get_str(pb, INT_MAX, rc_eq_buf, sizeof(rc_eq_buf));
H A Dmvdec.c63 n = avio_get_str(pb, size, str, size + 1);
H A Did3v2.c473 taglen -= avio_get_str(pb, taglen, mimetype, sizeof(mimetype));
H A Dmpeg.c140 avio_get_str(s->pb, 6, buffer, sizeof(buffer));
H A Daviobuf.c676 int avio_get_str(AVIOContext *s, int maxlen, char *buf, int buflen) function
H A Dmov.c241 len -= avio_get_str(pb, len, buf, sizeof(buf)); // place name
2572 domain_len = avio_get_str(pb, len, domain, sizeof(domain));
3393 avio_get_str(sc->pb, INT_MAX, title + 2, len - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcafdec.c191 avio_get_str(pb, INT_MAX, key, sizeof(key));
192 avio_get_str(pb, INT_MAX, value, sizeof(value));
H A Davio.h353 * @deprecated use avio_get_str instead
547 int avio_get_str(AVIOContext *pb, int maxlen, char *buf, int buflen);
H A Dffmdec.c323 avio_get_str(pb, INT_MAX, rc_eq_buf, sizeof(rc_eq_buf));
H A Daviobuf.c780 avio_get_str(s, INT_MAX, buf, maxlen);
800 int avio_get_str(AVIOContext *s, int maxlen, char *buf, int buflen) function
H A Dmov.c2547 avio_get_str(sc->pb, len - 2, title + 2, title_len - 2);

Completed in 111 milliseconds