Searched refs:RTCP_SR (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtp.h87 RTCP_SR = 200, enumerator in enum:RTCPType
H A Drtpproto.c269 if (buf[1] >= RTCP_SR && buf[1] <= RTCP_APP) {
H A Drtspenc.c162 if (ptr[1] >= RTCP_SR && ptr[1] <= RTCP_APP)
H A Drtpdec.c124 case RTCP_SR:
697 if (buf[1] >= RTCP_SR && buf[1] <= RTCP_APP) {
H A Drtpenc.c215 avio_w8(s1->pb, RTCP_SR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtp.h97 RTCP_SR = 200, enumerator in enum:RTCPType
111 ((x) >= RTCP_SR && (x) <= RTCP_TOKEN))
H A Drtpenc.c281 avio_w8(s1->pb, RTCP_SR);
H A Drtpdec.c137 case RTCP_SR:

Completed in 81 milliseconds