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

  /frameworks/wilhelm/tests/sandbox/
playbq.c 481 struct timespec prevTs;
482 clock_gettime(CLOCK_MONOTONIC, &prevTs);
499 elapsedNs += (curTs.tv_sec - prevTs.tv_sec) * 1000000000 +
501 (curTs.tv_nsec - prevTs.tv_nsec);
502 prevTs = curTs;
playbq.cpp 481 struct timespec prevTs;
482 clock_gettime(CLOCK_MONOTONIC, &prevTs);
499 elapsedNs += (curTs.tv_sec - prevTs.tv_sec) * 1000000000 +
501 (curTs.tv_nsec - prevTs.tv_nsec);
502 prevTs = curTs;

Completed in 687 milliseconds