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

  /external/srtp/
srtp.def 58 rdbx_check
  /external/srtp/crypto/include/
rdbx.h 89 * rdbx_check(rdbx, delta);
91 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
97 rdbx_check(const rdbx_t *rdbx, int difference);
  /external/srtp/test/
rdbx_driver.c 123 printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
125 printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
156 if (rdbx_check(rdbx, delta) != err_status_ok) {
189 status = rdbx_check(rdbx, delta);
203 rstat = rdbx_check(rdbx, idx);
332 if (rdbx_check(&rdbx, delta) != err_status_ok)
  /external/srtp/crypto/replay/
rdbx.c 152 // will end up positive difference and rdbx_check would pass. Hence after
268 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
273 rdbx_check(const rdbx_t *rdbx, int delta) { function
  /external/srtp/googlepatches/
google-11-srtp-replay-fix.patch 27 + // will end up positive difference and rdbx_check would pass. Hence after
vidyo-3-srtp-ws.patch 562 * rdbx_check(&r, delta) checks to see if the xtd_seq_num_t
565 @@ -240,11 +265,11 @@ rdbx_check(const rdbx_t *rdbx, int delta
708 - printf("rdbx_check/replay_adds per second: %e\n", rate);
710 + printf("rdbx_check/replay_adds per second (ws=128): %e\n", rate);
712 + printf("rdbx_check/replay_adds per second (ws=1024): %e\n", rate);
vidyo-4-srtp-rtx.patch 52 status = rdbx_check(&stream->rtp_rdbx, delta);
  /external/srtp/srtp/
srtp.c 724 status = rdbx_check(&stream->rtp_rdbx, delta);
901 status = rdbx_check(&stream->rtp_rdbx, delta);
    [all...]

Completed in 121 milliseconds