Home
last modified time | relevance | path

Searched refs:cras_iodev_fill_time_from_frames (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dcras_iodev.h388 void cras_iodev_fill_time_from_frames(size_t frames, size_t frame_rate,
Dcras_iodev.c662 void cras_iodev_fill_time_from_frames(size_t frames, size_t frame_rate, in cras_iodev_fill_time_from_frames() function
/external/adhd/cras/src/tests/
Diodev_unittest.cc222 cras_iodev_fill_time_from_frames(12000, 48000, &ts); in TEST()
231 cras_iodev_fill_time_from_frames(120000 - 12000, 48000, &ts); in TEST()
240 cras_iodev_fill_time_from_frames(12000 - 12000, 48000, &ts); in TEST()
Daudio_thread_unittest_obsolete.cc1869 void cras_iodev_fill_time_from_frames(size_t frames, in cras_iodev_fill_time_from_frames() function