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

  /external/adhd/cras/src/common/
cras_util.h 174 static inline unsigned int cras_frames_since_time(const struct timespec *beg, function
  /external/adhd/cras/src/tests/
util_unittest.cc 257 frames = cras_frames_since_time(&t, 48000);
262 frames = cras_frames_since_time(&t, 48000);
  /external/adhd/cras/src/server/
cras_empty_iodev.c 59 frames_since_last = cras_frames_since_time(
cras_loopback_iodev.c 137 frames_since_last = cras_frames_since_time(
cras_a2dp_iodev.c 115 consumed = cras_frames_since_time(&a2dpio->dev_open_time,

Completed in 945 milliseconds