Home
last modified time | relevance | path

Searched refs:cras_time_to_frames (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/tests/
Dutil_unittest.cc197 frames = cras_time_to_frames(&t, 48000); in TEST()
202 frames = cras_time_to_frames(&t, 48000); in TEST()
207 frames = cras_time_to_frames(&t, 48000); in TEST()
/external/adhd/cras/src/common/
Dcras_util.h58 static inline uint64_t cras_time_to_frames(const struct timespec *t, in cras_time_to_frames() function
187 return cras_time_to_frames(&time_since, rate); in cras_frames_since_time()
/external/adhd/cras/src/tools/cras_router/
Dcras_router.c41 return (size_t)cras_time_to_frames(&t, rate); in get_block_size()
/external/adhd/cras/src/server/
Dcras_iodev.c1352 wakeup_frames = cras_time_to_frames( in cras_iodev_frames_to_play_in_sleep()
1366 wakeup_frames = cras_time_to_frames(&dev_no_stream_wake_up_time, in cras_iodev_frames_to_play_in_sleep()
1596 frames_to_set = cras_time_to_frames(&ts, est_rate); in cras_iodev_drop_frames_by_time()
Dcras_a2dp_iodev.c165 cras_time_to_frames(&no_stream_target_frames_ts, in no_stream()
Dcras_alsa_io.c1827 fr_to_write = MIN(cras_time_to_frames(&no_stream_fill_zeros_duration, in possibly_enter_free_run()