Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 23 of 23) sorted by relevance

/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties203 #stsd-rtp\ =com.coremedia.iso.boxes.rtp.RtpHintSampleEntry(type)
204 #udta-hnti=com.coremedia.iso.boxes.rtp.HintInformationBox()
205 #udta-hinf=com.coremedia.iso.boxes.rtp.HintStatisticsBox()
206 #hnti-sdp\ =com.coremedia.iso.boxes.rtp.RtpTrackSdpHintInformationBox()
207 #hnti-rtp\ =com.coremedia.iso.boxes.rtp.RtpMovieHintInformationBox()
208 #hinf-pmax=com.coremedia.iso.boxes.rtp.LargestHintPacketBox()
209 #hinf-payt=com.coremedia.iso.boxes.rtp.PayloadTypeBox()
210 #hinf-tmin=com.coremedia.iso.boxes.rtp.SmallestRelativeTransmissionTimeBox()
211 #hinf-tmax=com.coremedia.iso.boxes.rtp.LargestRelativeTransmissionTimeBox()
212 #hinf-maxr=com.coremedia.iso.boxes.rtp.MaximumDataRateBox()
[all …]
/external/srtp/test/
Drtpw.c314 crypto_policy_set_rtp_default(&policy.rtp); in main()
318 crypto_policy_set_aes_cm_128_null_auth(&policy.rtp); in main()
322 crypto_policy_set_null_cipher_hmac_sha1_80(&policy.rtp); in main()
335 policy.rtp.sec_serv = sec_servs; in main()
375 policy.rtp.cipher_type = NULL_CIPHER; in main()
376 policy.rtp.cipher_key_len = 0; in main()
377 policy.rtp.auth_type = NULL_AUTH; in main()
378 policy.rtp.auth_key_len = 0; in main()
379 policy.rtp.auth_tag_len = 0; in main()
380 policy.rtp.sec_serv = sec_serv_none; in main()
Dsrtp_driver.c319 crypto_policy_set_rtp_default(&policy.rtp); in main()
580 int tag_length = policy->rtp.auth_tag_len; in srtp_test()
660 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) { in srtp_test()
713 if (policy->rtp.sec_serv & sec_serv_auth) { in srtp_test()
779 int tag_length = policy->rtp.auth_tag_len; in srtcp_test()
859 if ((policy->rtp.sec_serv & sec_serv_conf) && (msg_len_octets >= 4)) { in srtcp_test()
912 if (policy->rtp.sec_serv & sec_serv_auth) { in srtcp_test()
1181 crypto_policy_set_rtp_default(&policy.rtp); in srtp_validate()
Ddtls_srtp_driver.c181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile); in test_dtls_srtp()
/external/dhcpcd/
Dconfigure.c642 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local
645 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { in add_router_host_route()
646 if (rtp->dest.s_addr != INADDR_ANY) in add_router_host_route()
649 for (rtn = rt; rtn != rtp; rtn = rtn->next) { in add_router_host_route()
651 if (rtn->dest.s_addr == rtp->gate.s_addr) in add_router_host_route()
654 cp = (const char *)&rtp->gate.s_addr; in add_router_host_route()
665 if (rtn != rtp) in add_router_host_route()
670 ifp->name, inet_ntoa(rtp->gate)); in add_router_host_route()
671 rtp->gate.s_addr = 0; in add_router_host_route()
675 ifp->name, inet_ntoa(rtp->gate)); in add_router_host_route()
[all …]
/external/libvorbis/doc/
Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
6 % TODO: Include draft-rtp.xml somehow?
DMakefile.am68 a2-encapsulation-rtp.tex \
DVorbis_I_spec.tex117 \include{a2-encapsulation-rtp}
DMakefile.in274 a2-encapsulation-rtp.tex \
Drfc5215.txt1279 Short, B., "The audio/rtp-vorbis MIME Type", January 2008.
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch32 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type,
34 p->rtp.cipher_key_len);
42 stat = crypto_kernel_alloc_auth(p->rtp.auth_type,
44 p->rtp.auth_key_len,
45 - p->rtp.auth_tag_len);
46 + p->rtp.auth_tag_len);
Dvidyo-3-srtp-ws.patch804 policy.rtp.sec_serv = sec_servs;
828 "# rtp services: %s\r\n"
847 "# rtp services: %s\r\n"
Dvidyo-4-srtp-rtx.patch84 policy.rtp.sec_serv = sec_servs;
Dvidyo-1-srtp-win.patch261 - RelativePath=".\include\rtp.h"
/external/srtp/
DREADME75 The app rtpw is a simple rtp application which reads words from
76 /usr/dict/words and then sends them out one at a time using [s]rtp.
90 -s (s)rtp sender - causes app to send words
92 -r (s)rtp receive - causes app to receve words
144 rtp packet has enough storage allocated that the authentication
163 * The sequence number in the rtp packet is used as the low 16 bits
DChanges105 rtp_sendto() in srtp/rtp.c.
164 SSRC value is gleaned from the rtp header and exored into the
168 srtp_sender_init() and srtp_receiver_init() in rtp.c, and also
DMakefile129 test/rtpw$(EXE): test/rtpw.c test/rtp.c
DMakefile.in132 test/rtpw$(EXE): test/rtpw.c test/rtp.c test/getopt_s.c
/external/srtp/srtp/
Dsrtp.c98 stat = crypto_kernel_alloc_cipher(p->rtp.cipher_type, in srtp_stream_alloc()
100 p->rtp.cipher_key_len); in srtp_stream_alloc()
106 stat = crypto_kernel_alloc_auth(p->rtp.auth_type, in srtp_stream_alloc()
108 p->rtp.auth_key_len, in srtp_stream_alloc()
109 p->rtp.auth_tag_len); in srtp_stream_alloc()
497 srtp->rtp_services = p->rtp.sec_serv; in srtp_stream_init()
/external/srtp/include/
Dsrtp.h216 crypto_policy_t rtp; /**< SRTP crypto policy. */ member
/external/srtp/doc/
Dintro.txt176 The app rtpw is a simple rtp application which reads words from
177 /usr/dict/words and then sends them out one at a time using [s]rtp.
352 crypto_policy_set_rtp_default(&policy.rtp);
364 // main loop: get rtp packets, send srtp packets
/external/libopus/
DREADME23 http://tools.ietf.org/html/draft-spittka-payload-rtp-opus
/external/tcpdump/
DCHANGES943 (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords