Searched refs:cras_frames_to_time (Results 1 – 7 of 7) sorted by relevance
/external/adhd/cras/src/tests/ |
D | util_unittest.cc | 174 cras_frames_to_time(24000, 48000, &t); in TEST() 178 cras_frames_to_time(48000, 48000, &t); in TEST() 182 cras_frames_to_time(60000, 48000, &t); in TEST() 186 cras_frames_to_time(191999, 192000, &t); in TEST()
|
D | dev_io_stubs.cc | 63 cras_frames_to_time(cb_threshold, rstream->format.frame_rate, in create_rstream()
|
D | dev_stream_unittest.cc | 976 cras_frames_to_time(needed_frames_from_device, 48000, in TEST_F()
|
/external/adhd/cras/src/common/ |
D | cras_util.h | 39 static inline void cras_frames_to_time(unsigned int frames, unsigned int rate, in cras_frames_to_time() function
|
/external/adhd/cras/src/server/ |
D | dev_stream.c | 130 cras_frames_to_time(cras_rstream_get_cb_threshold(stream), in dev_stream_create() 735 cras_frames_to_time(needed_frames_from_device, dev_stream->dev_rate, in get_input_wake_time()
|
D | dev_io.c | 388 cras_frames_to_time(target_frames, dev_rate, &dev_wake_ts); in get_input_dev_max_wake_ts() 916 cras_frames_to_time(rc - target_level, est_rate, &tmp); in get_input_devices_drop_time() 1494 cras_frames_to_time( in dev_io_append_stream()
|
D | cras_a2dp_iodev.c | 309 cras_frames_to_time(a2dpio->write_block, iodev->format->frame_rate, in configure_dev()
|