Searched refs:next_buffers (Results 1 – 1 of 1) sorted by relevance
612 std::unique_ptr<Buffers> next_buffers; in threadLoop() local620 std::swap(next_buffers, current_output_buffers_); in threadLoop()666 if ((next_buffers != nullptr) && (settings != nullptr)) { in threadLoop()667 callback = next_buffers->at(0)->callback; in threadLoop()672 .frame_number = next_buffers->at(0)->frame_number, in threadLoop()676 auto b = next_buffers->begin(); in threadLoop()677 while (b != next_buffers->end()) { in threadLoop()682 b = next_buffers->erase(b); in threadLoop()690 b = next_buffers->erase(b); in threadLoop()970 b = next_buffers->erase(b); in threadLoop()