Searched refs:av_strstart (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Davstring.h35 int av_strstart(const char *str, const char *pfx, const char **ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Davstring.h35 int av_strstart(const char *str, const char *pfx, const char **ptr);
H A Davstring.c28 int av_strstart(const char *str, const char *pfx, const char **ptr) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dfile.c41 av_strstart(filename, "file:", &filename);
100 av_strstart(filename, "pipe:", &filename);
H A Drtp_h264.c361 if (av_strstart(p, "framesize:", &p)) {
379 } else if (av_strstart(p, "fmtp:", &p)) {
394 } else if (av_strstart(p, "cliprect:", &p)) {
H A Drdt.c414 if (av_strstart(p, "OpaqueData:buffer;", &p)) {
416 } else if (av_strstart(p, "StartTime:integer;", &p))
418 else if (av_strstart(p, "ASMRuleBook:string;", &p)) {
507 if (av_strstart(p, "ASMRuleBook:string;", &p))
H A Drtsp.c54 if (av_strstart(p->filename, "rtsp:", NULL))
435 if (av_strstart(p, "control:", &p) && s->nb_streams > 0) {
450 } else if (av_strstart(p, "rtpmap:", &p) && s->nb_streams > 0) {
457 } else if (av_strstart(p, "fmtp:", &p)) {
474 } else if(av_strstart(p, "framesize:", &p)) {
487 } else if(av_strstart(p, "range:", &p)) {
494 } else if (av_strstart(p, "IsRealDataType:integer;",&p)) {
1539 if (p + sizeof("c=IN IP4") - 1 < p_end && av_strstart(p, "c=IN IP4", NULL))
1630 if (av_strstart(p, "http://", NULL) ||
1631 av_strstart(
[all...]
H A Dhttp.c67 av_strstart(proxy_path, "http://", NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c3302 av_strstart(filename, "http:", NULL)) {
3375 av_strstart(filename, "file:", NULL))) {

Completed in 172 milliseconds