HomeSort by relevance Sort by last modified time
    Searched refs:octets_in_rtp_header (Results 1 - 4 of 4) sorted by null

  /external/srtp/test/
srtp_driver.c 1072 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;
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 1127 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;
    [all...]
  /external/srtp/srtp/
srtp.c 71 #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)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 67 #define octets_in_rtp_header 12 macro
78 int rtp_header_len = octets_in_rtp_header + 4 * hdr->cc;
    [all...]

Completed in 63 milliseconds