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

/external/srtp/include/
H A Dsrtp_priv.h80 uint32_t ssrc; /* synchronization source */ member in struct:__anon14456
94 uint32_t ssrc; /* synchronization source */ member in struct:__anon14457
120 uint32_t ssrc; /* synchronization source */ member in struct:__anon14459
139 uint32_t ssrc; /* synchronization source */ member in struct:__anon14461
165 * srtp_get_stream(ssrc) returns a pointer to the stream corresponding
166 * to ssrc, or NULL if no stream exists for that ssrc
170 srtp_get_stream(srtp_t srtp, uint32_t ssrc);
217 uint32_t ssrc; member in struct:srtp_stream_ctx_t
H A Drtp.h77 struct sockaddr_in addr, unsigned int ssrc);
81 struct sockaddr_in addr, unsigned int ssrc);
H A Dsrtp.h211 ssrc_t ssrc; /**< The SSRC value of stream, or the member in struct:srtp_policy_t
412 * The function call srtp_remove_stream(session, ssrc) removes
413 * the SRTP stream with the SSRC value ssrc from the SRTP session
419 * @param ssrc is the SSRC value of the stream to be removed.
431 srtp_remove_stream(srtp_t session, unsigned int ssrc);
/external/srtp/test/
H A Drtp.c80 octets_recvd, receiver->message.header.ssrc);
105 unsigned int ssrc) {
108 sender->message.header.ssrc = htonl(ssrc);
129 unsigned int ssrc) {
132 rcvr->message.header.ssrc = htonl(ssrc);
102 rtp_sender_init(rtp_sender_t sender, int socket, struct sockaddr_in addr, unsigned int ssrc) argument
126 rtp_receiver_init(rtp_receiver_t rcvr, int socket, struct sockaddr_in addr, unsigned int ssrc) argument
H A Dsrtp_driver.c123 /* the wildcard_policy is declared below; it has a wildcard ssrc */
259 "wildcard ssrc policy\n");
321 policy.ssrc.type = ssrc_specific;
322 policy.ssrc.value = 0xdecafbad;
365 * srtp_create_test_packet(len, ssrc) returns a pointer to a
367 * by pkt_octet_len and the SSRC value ssrc. The total length of the
378 srtp_create_test_packet(int pkt_octet_len, uint32_t ssrc) { argument
398 hdr->ssrc = htonl(ssrc); /* synch. source */
468 uint32_t ssrc; local
528 uint32_t ssrc = policy->ssrc.value; local
581 uint32_t ssrc; local
780 uint32_t ssrc; local
1239 uint32_t ssrc = 0; local
[all...]
H A Ddtls_srtp_driver.c53 srtp_create_test_packet(int pkt_octet_len, uint32_t ssrc);
185 policy.ssrc.type = ssrc_any_inbound;
201 * srtp_create_test_packet(len, ssrc) returns a pointer to a
203 * by pkt_octet_len and the SSRC value ssrc. The total length of the
214 srtp_create_test_packet(int pkt_octet_len, uint32_t ssrc) { argument
234 hdr->ssrc = htonl(ssrc); /* synch. source */
H A Drtpw.c149 uint32_t ssrc = 0xdeadbeef; /* ssrc value hardcoded for now */ local
329 policy.ssrc.type = ssrc_specific;
330 policy.ssrc.value = ssrc;
373 policy.ssrc.type = ssrc_specific;
374 policy.ssrc.value = ssrc;
413 rtp_sender_init(snd, sock, name, ssrc);
463 rtp_receiver_init(rcvr, sock, name, ssrc);
[all...]
/external/srtp/srtp/
H A Dsrtp.c234 uint32_t ssrc,
239 debug_print(mod_srtp, "cloning stream (SSRC: 0x%08x)", ssrc);
266 /* set ssrc to that provided */
267 str->ssrc = ssrc;
476 p->ssrc.value);
494 srtp->ssrc = htonl(p->ssrc.value);
550 data->stream->ssrc);
619 * look up ssrc i
233 srtp_stream_clone(const srtp_stream_ctx_t *stream_template, uint32_t ssrc, srtp_stream_ctx_t **str_ptr) argument
1160 srtp_get_stream(srtp_t srtp, uint32_t ssrc) argument
1308 srtp_remove_stream(srtp_t session, uint32_t ssrc) argument
[all...]
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc219 const dfsan_label *ssrc = shadow_for(src); local
220 internal_memcpy((void *)sdest, (const void *)ssrc, n * sizeof(dfsan_label));
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h23 WebRtc_UWord32 ssrc; member in struct:webrtc::RTPHeader
/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc2041 int64_t ssrc[8]; local
2058 ssrc[i] = src.Int(srcform, i);
2072 if (ssrc[i] > MaxIntFromFormat(dstform)) {
2074 } else if (ssrc[i] < MinIntFromFormat(dstform)) {
2080 if (ssrc[i] > static_cast<int64_t>(MaxUintFromFormat(dstform))) {
2082 } else if (ssrc[i] < 0) {
2093 result = ssrc[i] & MaxUintFromFormat(dstform);

Completed in 209 milliseconds