HomeSort by relevance Sort by last modified time
    Searched refs:ircvd (Results 1 - 3 of 3) sorted by null

  /external/srtp/test/
roc_driver.c 90 uint32_t ircvd; local
129 ircvd = ut_next_index(&utc);
131 /* set ref to value of ircvd */
132 ref = ircvd;
134 /* estimate index based on low bits of ircvd */
137 printf("ref: %lld, local: %lld, est: %lld, ircvd: %d, delta: %d\n",
138 ref, local, est, ircvd, delta);
replay_driver.c 132 uint32_t idx, ircvd; local
165 ircvd = ut_next_index(&utc);
166 err = rdb_check_unordered(&rdb, ircvd);
rdbx_driver.c 214 uint32_t idx, ircvd; local
273 ircvd = ut_next_index(&utc);
274 status = rdbx_check_unordered(&rdbx, ircvd);

Completed in 568 milliseconds