Searched refs:next_buffers (Results 1 – 1 of 1) sorted by relevance
776 std::unique_ptr<Buffers> next_buffers; in threadLoop() local789 std::swap(next_buffers, current_output_buffers_); in threadLoop()849 if ((next_buffers != nullptr) && (settings != nullptr)) { in threadLoop()850 callback = next_buffers->at(0)->callback; in threadLoop()855 .frame_number = next_buffers->at(0)->frame_number, in threadLoop()861 auto b = next_buffers->begin(); in threadLoop()862 while (b != next_buffers->end()) { in threadLoop()867 b = next_buffers->erase(b); in threadLoop()875 b = next_buffers->erase(b); in threadLoop()1182 b = next_buffers->erase(b); in threadLoop()