Home
last modified time | relevance | path

Searched defs:StreamProperties (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc61 struct EchoControlMobileImpl::StreamProperties { struct in webrtc::EchoControlMobileImpl
63 StreamProperties(int sample_rate_hz, in StreamProperties() argument
70 int sample_rate_hz;
71 size_t num_reverse_channels;
72 size_t num_output_channels;
/aosp_15_r20/external/webrtc/audio/
H A Daudio_state.h83 struct StreamProperties { struct
87 std::map<webrtc::AudioSendStream*, StreamProperties> sending_streams_; argument