HomeSort by relevance Sort by last modified time
    Searched defs:msg_len_octets (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 78 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy);
81 srtp_rejections_per_second(int msg_len_octets, const srtp_policy_t *policy);
491 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy) {
522 mesg = srtp_create_test_packet(msg_len_octets, ssrc);
528 len = msg_len_octets + 12; /* add in rtp header length */
554 return (double) (msg_len_octets) * 8 *
559 srtp_rejections_per_second(int msg_len_octets, const srtp_policy_t *policy) {
578 mesg = srtp_create_test_packet(msg_len_octets, ssrc);
582 len = msg_len_octets;
587 len = msg_len_octets;
622 int msg_len_octets, msg_len_enc; local
828 int msg_len_octets, msg_len_enc; local
    [all...]
  /external/srtp/test/
srtp_driver.c 72 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy);
75 srtp_rejections_per_second(int msg_len_octets, const srtp_policy_t *policy);
461 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy) {
492 mesg = srtp_create_test_packet(msg_len_octets, ssrc);
499 len = msg_len_octets + 12; /* add in rtp header length */
516 return (double) (msg_len_octets) * 8 *
521 srtp_rejections_per_second(int msg_len_octets, const srtp_policy_t *policy) {
540 mesg = srtp_create_test_packet(msg_len_octets, ssrc);
544 len = msg_len_octets;
549 len = msg_len_octets;
578 int msg_len_octets, msg_len_enc; local
777 int msg_len_octets, msg_len_enc; local
    [all...]

Completed in 4036 milliseconds