Searched refs:frames_wait (Results 1 – 3 of 3) sorted by relevance
865 const size_t frames_wait = in in_read() local868 int64_t sleep_time_us = frames_wait * 1000000LL / in_get_sample_rate(&stream->common); in in_read()
1087 … const size_t frames_wait = ((uint64_t)frames_available > frames) ? 0 : frames - frames_available; in in_read() local1089 int64_t sleep_time_us = frames_wait * 1000000LL / in in_read()
1090 … const size_t frames_wait = ((uint64_t)frames_available > frames) ? 0 : frames - frames_available; in in_read() local1092 int64_t sleep_time_us = frames_wait * 1000000LL / in in_read()