Home
last modified time | relevance | path

Searched refs:cras_frames_to_time (Results 1 – 4 of 4) 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_stream_unittest.cc779 cras_frames_to_time(needed_frames_from_device, 48000, in TEST_F()
/external/adhd/cras/src/server/
Ddev_stream.c96 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create()
104 cras_frames_to_time(capture_extra_sleep_frames, in dev_stream_create()
705 cras_frames_to_time(needed_frames_from_device, in get_input_wake_time()
/external/adhd/cras/src/common/
Dcras_util.h39 static inline void cras_frames_to_time(unsigned int frames, in cras_frames_to_time() function