Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
H A Dlib571.c47 #define RTP_PKT_LENGTH(p) ((((int)((unsigned char)((p)[2]))) << 8) | \ macro
60 int coded_size = RTP_PKT_LENGTH(data); in rtp_write()
/third_party/curl/lib/
H A Drtsp.c48 #define RTP_PKT_LENGTH(p) ((((unsigned int)((unsigned char)((p)[2]))) << 8) | \ macro
728 rtspc->rtp_len = RTP_PKT_LENGTH(rtp_buf) + 4; in rtsp_filter_rtp()

Completed in 2 milliseconds