Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp791 size_t frames_to_flush_from_source = frames - availableToWrite; in out_write() local
793 (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()