Searched refs:cras_time_to_frames (Results 1 – 3 of 3) sorted by relevance
196 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()
41 return (size_t)cras_time_to_frames(&t, rate); in get_block_size()
60 static inline unsigned int cras_time_to_frames(const struct timespec *t, in cras_time_to_frames() function184 return cras_time_to_frames(&time_since, rate); in cras_frames_since_time()