Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dutil_unittest.cc173 cras_frames_to_time(24000, 48000, &t); in TEST()
177 cras_frames_to_time(48000, 48000, &t); in TEST()
181 cras_frames_to_time(60000, 48000, &t); in TEST()
185 cras_frames_to_time(191999, 192000, &t); in TEST()
Ddev_io_stubs.cc49 cras_frames_to_time(cb_threshold, in create_rstream()
Ddev_stream_unittest.cc968 cras_frames_to_time(needed_frames_from_device, 48000, in TEST_F()
/external/adhd/cras/src/server/
Ddev_stream.c131 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create()
139 cras_frames_to_time(capture_extra_sleep_frames, in dev_stream_create()
769 cras_frames_to_time(needed_frames_from_device, in get_input_wake_time()
Ddev_io.c288 cras_frames_to_time(target_frames, dev_rate, &dev_wake_ts); in get_input_dev_max_wake_ts()
/external/adhd/cras/src/common/
Dcras_util.h39 static inline void cras_frames_to_time(unsigned int frames, in cras_frames_to_time() function