Searched defs:SimulatorBuffers (Results 1 – 2 of 2) sorted by relevance
24 struct SimulatorBuffers { struct45 std::unique_ptr<AudioBuffer> render_input_buffer;46 std::unique_ptr<AudioBuffer> capture_input_buffer;47 std::unique_ptr<AudioBuffer> render_output_buffer;48 std::unique_ptr<AudioBuffer> capture_output_buffer;49 StreamConfig render_input_config;50 StreamConfig capture_input_config;51 StreamConfig render_output_config;52 StreamConfig capture_output_config;53 std::vector<float*> render_input;[all …]
19 SimulatorBuffers::SimulatorBuffers(int render_input_sample_rate_hz, in SimulatorBuffers() function in webrtc::test::SimulatorBuffers