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

  /external/chromium_org/third_party/libsrtp/srtp/test/
srtp_driver.c 96 srtp_session_print_policy(srtp_t srtp);
166 /* initialize srtp library */
169 printf("error: srtp init failed with error code %d\n", status);
230 /* loop over policy array, testing srtp and srtcp for each policy */
355 printf("testing srtp processing time for voice codecs:\n");
385 printf("error: srtp shutdown failed with error code %d\n", status);
454 printf("# testing srtp throughput:\r\n");
476 printf("# testing srtp rejection throughput:\r\n");
492 srtp_t srtp; local
502 * allocate and initialize an srtp sessio
560 srtp_ctx_t *srtp; local
    [all...]
  /external/srtp/test/
srtp_driver.c 90 srtp_session_print_policy(srtp_t srtp);
160 /* initialize srtp library */
163 printf("error: srtp init failed with error code %d\n", status);
224 /* loop over policy array, testing srtp and srtcp for each policy */
331 printf("testing srtp processing time for voice codecs:\n");
424 printf("# testing srtp throughput:\r\n");
446 printf("# testing srtp rejection throughput:\r\n");
462 srtp_t srtp; local
472 * allocate and initialize an srtp session
474 status = srtp_create(&srtp, policy)
522 srtp_ctx_t *srtp; local
    [all...]

Completed in 472 milliseconds