Searched refs:next_buffers (Results 1 – 1 of 1) sorted by relevance
473 std::unique_ptr<Buffers> next_buffers; in threadLoop() local481 std::swap(next_buffers, current_output_buffers_); in threadLoop()530 if ((next_buffers != nullptr) && (settings != nullptr)) { in threadLoop()531 callback = next_buffers->at(0)->callback; in threadLoop()536 .frame_number = next_buffers->at(0)->frame_number, in threadLoop()540 auto b = next_buffers->begin(); in threadLoop()541 while (b != next_buffers->end()) { in threadLoop()546 b = next_buffers->erase(b); in threadLoop()554 b = next_buffers->erase(b); in threadLoop()727 b = next_buffers->erase(b); in threadLoop()