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.h415 void cras_iodev_fill_time_from_frames(size_t frames, size_t frame_rate,
Dcras_iodev.c667 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.cc221 cras_iodev_fill_time_from_frames(12000, 48000, &ts); in TEST()
230 cras_iodev_fill_time_from_frames(120000 - 12000, 48000, &ts); in TEST()
239 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