Searched refs:current_output_buffers_ (Results 1 – 2 of 2) sorted by relevance
400 current_output_buffers_ = std::move(output_buffers); in SetCurrentRequest()435 if ((current_output_buffers_.get() != nullptr) && in Flush()436 (!current_output_buffers_->empty())) { in Flush()437 for (const auto& buffer : *current_output_buffers_) { in Flush()443 if (current_output_buffers_->at(0)->callback.notify != nullptr) { in Flush()447 .frame_number = current_output_buffers_->at(0)->frame_number, in Flush()452 current_output_buffers_->at(0)->callback.notify( in Flush()457 current_output_buffers_->clear(); in Flush()481 std::swap(next_buffers, current_output_buffers_); in threadLoop()
280 std::unique_ptr<Buffers> current_output_buffers_; variable