Searched refs:frames_to_flush_from_source (Results 1 – 1 of 1) sorted by relevance
791 size_t frames_to_flush_from_source = frames - availableToWrite; in out_write() local793 (unsigned long long)frames_to_flush_from_source); in out_write()794 while (frames_to_flush_from_source) { in out_write()795 const size_t flush_size = min(frames_to_flush_from_source, flushBufferSizeFrames); in out_write()796 frames_to_flush_from_source -= flush_size; in out_write()