Searched refs:StreamConfig (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | audio_processing.h | 37 class StreamConfig; variable 344 const StreamConfig& input_config, 345 const StreamConfig& output_config, 382 const StreamConfig& reverse_input_config, 383 const StreamConfig& reverse_output_config, 496 class StreamConfig { 510 StreamConfig(int sample_rate_hz = 0, 535 bool operator==(const StreamConfig& other) const { 541 bool operator!=(const StreamConfig& other) const { return !(*this == other); } 565 const StreamConfig& input_stream() const { in input_stream() [all …]
|
D | mock_audio_processing.h | 225 const StreamConfig& input_config, 226 const StreamConfig& output_config, 236 const StreamConfig& input_config, 237 const StreamConfig& output_config,
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.h | 76 const StreamConfig& input_config, 77 const StreamConfig& output_config, 95 const StreamConfig& reverse_input_config, 96 const StreamConfig& reverse_output_config, 213 const StreamConfig& input_config, 214 const StreamConfig& output_config) 265 StreamConfig rev_proc_format; 314 StreamConfig fwd_proc_format; 327 StreamConfig fwd_proc_format;
|
D | audio_buffer.h | 115 void CopyFrom(const float* const* data, const StreamConfig& stream_config); 116 void CopyTo(const StreamConfig& stream_config, float* const* data);
|
D | audio_processing_impl.cc | 452 capture_nonlocked_.fwd_proc_format = StreamConfig(fwd_proc_rate); in InitializeLocked() 470 formats_.rev_proc_format = StreamConfig(rev_proc_rate, 1); in InitializeLocked() 565 StreamConfig input_stream; in ProcessStream() 566 StreamConfig output_stream; in ProcessStream() 590 const StreamConfig& input_config, in ProcessStream() 591 const StreamConfig& output_config, in ProcessStream() 840 const StreamConfig reverse_config = { in AnalyzeReverseStream() 851 const StreamConfig& reverse_input_config, in ProcessReverseStream() 852 const StreamConfig& reverse_output_config, in ProcessReverseStream() 875 const StreamConfig& reverse_input_config, in AnalyzeReverseStreamLocked() [all …]
|
D | audio_buffer.cc | 26 int KeyboardChannelIndex(const StreamConfig& stream_config) { in KeyboardChannelIndex() 106 const StreamConfig& stream_config) { in CopyFrom() 150 void AudioBuffer::CopyTo(const StreamConfig& stream_config, in CopyTo()
|
D | audio_processing_performance_unittest.cc | 72 StreamConfig input_stream_config; 73 StreamConfig output_stream_config;
|
D | audio_processing_impl_locking_unittest.cc | 118 StreamConfig input_stream_config; 119 StreamConfig output_stream_config;
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_file_processor.h | 100 const StreamConfig input_config_; 101 const StreamConfig output_config_; 131 StreamConfig input_config_; 132 StreamConfig reverse_config_; 133 const StreamConfig output_config_;
|
D | debug_dump_test.cc | 32 const StreamConfig& config) { in MaybeResetBuffer() 85 const StreamConfig& config, 89 StreamConfig input_config_; 90 StreamConfig reverse_config_; 91 StreamConfig output_config_; 213 const StreamConfig& config, in ReadAndDeinterleave() 259 StreamConfig input_config_; 260 StreamConfig reverse_config_; 261 StreamConfig output_config_; 306 input_config_ = StreamConfig(msg.sample_rate(), msg.num_input_channels()); in OnInitEvent() [all …]
|
D | audio_file_processor.cc | 31 StreamConfig GetStreamConfig(const WavFile& file) { in GetStreamConfig() 32 return StreamConfig(file.sample_rate(), file.num_channels()); in GetStreamConfig() 124 input_config_ = StreamConfig(msg.sample_rate(), msg.num_input_channels()); in HandleMessage() 126 StreamConfig(reverse_sample_rate, msg.num_reverse_channels()); in HandleMessage()
|
D | audio_processing_unittest.cc | 830 const StreamConfig input_stream = {frame_->sample_rate_hz_, num_in_channels}; in TestChangingForwardChannels() 831 const StreamConfig output_stream = {output_sample_rate_hz_, num_out_channels}; in TestChangingForwardChannels() 1587 StreamConfig input_stream = {sample_rate, 1}; in TEST_F() 1588 StreamConfig output_stream = {sample_rate, 1}; in TEST_F()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 96 const webrtc::StreamConfig& input_config, 97 const webrtc::StreamConfig& output_config, 108 const webrtc::StreamConfig& reverse_input_config, 109 const webrtc::StreamConfig& reverse_output_config,
|