HomeSort by relevance Sort by last modified time
    Searched full:srtp_bits_per_second (Results 1 - 1 of 1) sorted by null

  /external/srtp/test/
srtp_driver.c 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) { function
    [all...]

Completed in 36 milliseconds