HomeSort by relevance Sort by last modified time
    Searched full:srtp_hdr_t (Results 1 - 6 of 6) sorted by null

  /external/srtp/include/
rtp_priv.h 52 typedef srtp_hdr_t rtp_hdr_t;
55 srtp_hdr_t header;
srtp_priv.h 54 * an srtp_hdr_t represents the srtp header
56 * in this implementation, an srtp_hdr_t is assumed to be 32-bit aligned
65 * srtp_hdr_t represents an RTP or SRTP header. The bit-fields in
81 } srtp_hdr_t; typedef in typeref:struct:__anon26591
95 } srtp_hdr_t; typedef in typeref:struct:__anon26592
  /external/srtp/googlepatches/
vidyo-2-srtp-lin.patch 88 if (sizeof(srtp_hdr_t) != 12) {
89 printf("error: srtp_hdr_t has incorrect size"
91 - sizeof(srtp_hdr_t));
92 + (long)sizeof(srtp_hdr_t));
  /external/srtp/test/
dtls_srtp_driver.c 52 srtp_hdr_t *
121 srtp_hdr_t *test_packet;
213 srtp_hdr_t *
217 srtp_hdr_t *hdr;
srtp_driver.c 96 srtp_packet_to_string(srtp_hdr_t *hdr, int packet_len);
151 * structure srtp_hdr_t correctly
153 if (sizeof(srtp_hdr_t) != 12) {
154 printf("error: srtp_hdr_t has incorrect size"
156 (long)sizeof(srtp_hdr_t));
377 srtp_hdr_t *
381 srtp_hdr_t *hdr;
385 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
463 srtp_hdr_t *mesg;
523 srtp_hdr_t *mesg;
    [all...]
  /external/srtp/srtp/
srtp.c 598 srtp_hdr_t *hdr = (srtp_hdr_t *)rtp_hdr;
841 srtp_hdr_t *hdr = (srtp_hdr_t *)srtp_hdr;
    [all...]

Completed in 94 milliseconds