Home
last modified time | relevance | path

Searched refs:set_sample_rate_hz (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc576 input_stream.set_sample_rate_hz(input_sample_rate_hz); in ProcessStream()
579 output_stream.set_sample_rate_hz(output_sample_rate_hz); in ProcessStream()
699 processing_config.input_stream().set_sample_rate_hz(frame->sample_rate_hz_); in ProcessStream()
701 processing_config.output_stream().set_sample_rate_hz(frame->sample_rate_hz_); in ProcessStream()
948 processing_config.reverse_input_stream().set_sample_rate_hz( in AnalyzeReverseStream()
952 processing_config.reverse_output_stream().set_sample_rate_hz( in AnalyzeReverseStream()
Daudio_processing_impl_locking_unittest.cc680 frame_data_.input_stream_config.set_sample_rate_hz( in PrepareFrame()
696 frame_data_.output_stream_config.set_sample_rate_hz( in PrepareFrame()
953 frame_data_.input_stream_config.set_sample_rate_hz( in PrepareFrame()
969 frame_data_.output_stream_config.set_sample_rate_hz( in PrepareFrame()
Daudio_processing_performance_unittest.cc405 frame_data_.input_stream_config.set_sample_rate_hz( in PrepareFrame()
415 frame_data_.output_stream_config.set_sample_rate_hz( in PrepareFrame()
/external/webrtc/webrtc/modules/audio_processing/test/
Ddebug_dump_test.cc151 input_config_.set_sample_rate_hz(rate_hz); in SetInputRate()
163 reverse_config_.set_sample_rate_hz(rate_hz); in SetReverseRate()
174 output_config_.set_sample_rate_hz(rate_hz); in SetOutputRate()
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h193 MOCK_METHOD1(set_sample_rate_hz,
Daudio_processing.h518 void set_sample_rate_hz(int value) { in set_sample_rate_hz() function