Searched refs:octets_in_rtp_header (Results 1 - 4 of 4) sorted by relevance

/external/srtp/test/
H A Dsrtp_driver.c1072 int octets_in_rtp_header = 12; local
1073 uint8_t *data = ((uint8_t *)hdr)+octets_in_rtp_header;
1074 int hex_len = pkt_octet_len-octets_in_rtp_header;
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c1127 int octets_in_rtp_header = 12; local
1128 uint8_t *data = ((uint8_t *)hdr)+octets_in_rtp_header;
1129 int hex_len = pkt_octet_len-octets_in_rtp_header;
/external/srtp/srtp/
H A Dsrtp.c71 #define octets_in_rtp_header 12 macro
615 if (*pkt_octet_len < octets_in_rtp_header)
859 if (*pkt_octet_len < octets_in_rtp_header)
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c67 #define octets_in_rtp_header 12 macro
78 int rtp_header_len = octets_in_rtp_header + 4 * hdr->cc;

Completed in 1496 milliseconds