Searched refs:cras_frames_to_time (Results 1 – 6 of 6) sorted by relevance
/external/adhd/cras/src/tests/ |
D | util_unittest.cc | 173 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()
|
D | dev_io_stubs.cc | 49 cras_frames_to_time(cb_threshold, in create_rstream()
|
D | dev_stream_unittest.cc | 968 cras_frames_to_time(needed_frames_from_device, 48000, in TEST_F()
|
/external/adhd/cras/src/server/ |
D | dev_stream.c | 131 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()
|
D | dev_io.c | 288 cras_frames_to_time(target_frames, dev_rate, &dev_wake_ts); in get_input_dev_max_wake_ts()
|
/external/adhd/cras/src/common/ |
D | cras_util.h | 39 static inline void cras_frames_to_time(unsigned int frames, in cras_frames_to_time() function
|