Searched defs:ApmCaptureState (Results 1 – 2 of 2) sorted by relevance
463 struct ApmCaptureState { struct466 bool was_stream_delay_set;467 bool capture_output_used;468 bool capture_output_used_last_frame;469 bool key_pressed;470 std::unique_ptr<AudioBuffer> capture_audio;471 std::unique_ptr<AudioBuffer> capture_fullband_audio;472 std::unique_ptr<AudioBuffer> linear_aec_output;476 StreamConfig capture_processing_format;477 int split_rate;[all …]
2514 AudioProcessingImpl::ApmCaptureState::ApmCaptureState() in ApmCaptureState() function in webrtc::AudioProcessingImpl::ApmCaptureState