Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dutil_unittest.cc174 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()
Ddev_io_stubs.cc63 cras_frames_to_time(cb_threshold, rstream->format.frame_rate, in create_rstream()
Ddev_stream_unittest.cc976 cras_frames_to_time(needed_frames_from_device, 48000, in TEST_F()
/external/adhd/cras/src/common/
Dcras_util.h39 static inline void cras_frames_to_time(unsigned int frames, unsigned int rate, in cras_frames_to_time() function
/external/adhd/cras/src/server/
Ddev_stream.c130 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()
Ddev_io.c388 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()
Dcras_a2dp_iodev.c309 cras_frames_to_time(a2dpio->write_block, iodev->format->frame_rate, in configure_dev()