Searched refs:srtp_hdr_t (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/include/
H A Drtp_priv.h52 typedef srtp_hdr_t rtp_hdr_t;
55 srtp_hdr_t header;
H A Dsrtp_priv.h54 * 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:__anon12837
95 } srtp_hdr_t; typedef in typeref:struct:__anon12838
/external/srtp/include/
H A Drtp_priv.h52 typedef srtp_hdr_t rtp_hdr_t;
55 srtp_hdr_t header;
H A Dsrtp_priv.h54 * 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:__anon31217
95 } srtp_hdr_t; typedef in typeref:struct:__anon31218
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c52 srtp_hdr_t *
128 srtp_hdr_t *test_packet;
226 srtp_hdr_t *
230 srtp_hdr_t *hdr;
H A Dsrtp_driver.c102 srtp_packet_to_string(srtp_hdr_t *hdr, int packet_len);
157 * structure srtp_hdr_t correctly
159 if (sizeof(srtp_hdr_t) != 12) {
160 printf("error: srtp_hdr_t has incorrect size"
162 (long)sizeof(srtp_hdr_t));
407 srtp_hdr_t *
411 srtp_hdr_t *hdr;
415 hdr = (srtp_hdr_t*) malloc(pkt_octet_len + bytes_in_hdr
493 srtp_hdr_t *mesg;
561 srtp_hdr_t *mes
[all...]
/external/srtp/test/
H A Ddtls_srtp_driver.c52 srtp_hdr_t *
121 srtp_hdr_t *test_packet;
213 srtp_hdr_t *
217 srtp_hdr_t *hdr;
H A Dsrtp_driver.c96 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 *mes
[all...]
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dsrtp.c75 srtp_hdr_t *hdr = (srtp_hdr_t *)rtp_hdr;
741 srtp_hdr_t *hdr = (srtp_hdr_t *)rtp_hdr;
985 srtp_hdr_t *hdr = (srtp_hdr_t *)srtp_hdr;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dsrtpfilter.cc618 srtp_hdr_t* hdr = reinterpret_cast<srtp_hdr_t*>(p);
/external/srtp/srtp/
H A Dsrtp.c598 srtp_hdr_t *hdr = (srtp_hdr_t *)rtp_hdr;
841 srtp_hdr_t *hdr = (srtp_hdr_t *)srtp_hdr;

Completed in 336 milliseconds