Searched refs:framesUsed (Results 1 – 1 of 1) sorted by relevance
576 std::unordered_map<std::string, std::vector<BufferDesc>> framesUsed; in startVideoStream() local595 framesUsed.insert_or_assign(hwCameraId, std::move(bufferToReturn)); in startVideoStream()602 for (auto&& [hwCameraId, buffers] : framesUsed) { in startVideoStream()