Home | History | Annotate | Download | only in test

Lines Matching full:srtp_bits_per_second

72 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy);
335 srtp_bits_per_second(80, &policy) / .01 );
338 srtp_bits_per_second(160, &policy) / .02);
341 srtp_bits_per_second(40, &policy) / .01 );
344 srtp_bits_per_second(80, &policy) / .02);
347 srtp_bits_per_second(10, &policy) / .01 );
350 srtp_bits_per_second(20, &policy) / .02 );
353 srtp_bits_per_second(320, &policy) / .01 );
356 srtp_bits_per_second(640, &policy) / .02 );
429 srtp_bits_per_second(len, policy) / 1.0E6);
461 srtp_bits_per_second(int msg_len_octets, const srtp_policy_t *policy) {