Home
last modified time | relevance | path

Searched refs:cras_time_to_frames (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/tests/
Dutil_unittest.cc196 frames = cras_time_to_frames(&t, 48000); in TEST()
201 frames = cras_time_to_frames(&t, 48000); in TEST()
206 frames = cras_time_to_frames(&t, 48000); in TEST()
Dcras_router.c41 return (size_t)cras_time_to_frames(&t, rate); in get_block_size()
/external/adhd/cras/src/common/
Dcras_util.h60 static inline unsigned int cras_time_to_frames(const struct timespec *t, in cras_time_to_frames() function
184 return cras_time_to_frames(&time_since, rate); in cras_frames_since_time()