Searched refs:RTP_PT_IS_RTCP (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtp.h110 #define RTP_PT_IS_RTCP(x) (((x) >= RTCP_FIR && (x) <= RTCP_IJ) || \ macro
H A Drtpproto.c441 if (RTP_PT_IS_RTCP(buf[1])) {
453 if (RTP_PT_IS_RTCP(buf[1])) {
481 if (RTP_PT_IS_RTCP(buf[1])) {
H A Drtspenc.c164 if (RTP_PT_IS_RTCP(ptr[1]))
H A Dsrtp.c140 rtcp = RTP_PT_IS_RTCP(buf[1]);
250 rtcp = RTP_PT_IS_RTCP(in[1]);
H A Dmovenchint.c337 if (RTP_PT_IS_RTCP(data[1])) {
H A Drtpdec.c765 if (RTP_PT_IS_RTCP(buf[1])) {
H A Drtsp.c1931 if (RTP_PT_IS_RTCP(rt->recvbuf[1])) {
2314 if (RTP_PT_IS_RTCP(recvbuf[1]))

Completed in 61 milliseconds