Searched refs:transport_protocol (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c653 char transport_protocol[16]; local
669 get_word_sep(transport_protocol, sizeof(transport_protocol),
671 if (!av_strcasecmp (transport_protocol, "rtp")) {
680 } else if (!av_strcasecmp (transport_protocol, "x-pn-tng") ||
681 !av_strcasecmp (transport_protocol, "x-real-rdt")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c817 char transport_protocol[16]; local
833 get_word_sep(transport_protocol, sizeof(transport_protocol),
835 if (!av_strcasecmp (transport_protocol, "rtp")) {
844 } else if (!av_strcasecmp (transport_protocol, "x-pn-tng") ||
845 !av_strcasecmp (transport_protocol, "x-real-rdt")) {
850 } else if (!av_strcasecmp(transport_protocol, "raw")) {

Completed in 117 milliseconds