/external/webrtc/modules/audio_processing/ |
D | audio_processing_impl_unittest.cc | 179 apm.ProcessStream(channel_pointers, stream_config, stream_config, in ProcessInputVolume() 296 EXPECT_NOERR(mock.ProcessStream(frame.data(), config, config, frame.data())); in TEST() 303 EXPECT_NOERR(mock.ProcessStream(frame.data(), config, config, frame.data())); in TEST() 308 EXPECT_NOERR(mock.ProcessStream(frame.data(), config, config, frame.data())); in TEST() 334 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() 345 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() 367 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() 378 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() 400 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() 411 apm->ProcessStream(frame.data(), config, config, frame.data()); in TEST() [all …]
|
D | audio_processing_unittest.cc | 611 return apm_->ProcessStream( in ProcessStreamChooser() 617 return apm_->ProcessStream( in ProcessStreamChooser() 695 apm_->ProcessStream(process_frame->data.data(), in ProcessDelayVerificationTest() 802 apm_->ProcessStream( in TestChangingChannelsInt16Interface() 823 apm_->ProcessStream(float_cb_->channels(), input_stream, in TestChangingForwardChannels() 1199 apm_->ProcessStream( in RunQuantizedVolumeDoesNotGetStuckTest() 1236 apm_->ProcessStream( in RunManualVolumeChangeIsPossibleTest() 1256 apm_->ProcessStream( in RunManualVolumeChangeIsPossibleTest() 1310 apm_->ProcessStream( in TEST_F() 1339 EXPECT_NOERR(apm_->ProcessStream(&src_channels, StreamConfig(sample_rate, 1), in TEST_F() [all …]
|
D | audio_processing_impl.h | 89 int ProcessStream(const int16_t* const src, 93 int ProcessStream(const float* const* src,
|
D | audio_processing_impl_locking_unittest.cc | 640 apm_->ProcessStream(frame_data_.frame.data(), input_stream_config, in CallApmCaptureSide() 644 result = apm_->ProcessStream(&frame_data_.input_frame[0], in CallApmCaptureSide()
|
D | audio_processing_performance_unittest.cc | 250 const int result = apm_->ProcessStream( in ProcessCapture()
|
D | audio_processing_impl.cc | 1077 int AudioProcessingImpl::ProcessStream(const float* const* src, in ProcessStream() function in webrtc::AudioProcessingImpl 1376 int AudioProcessingImpl::ProcessStream(const int16_t* const src, in ProcessStream() function in webrtc::AudioProcessingImpl
|
/external/webrtc/test/fuzzers/ |
D | audio_processing_sample_rate_fuzzer.cc | 134 apm_return_code = apm->ProcessStream( in FuzzOneInput() 147 apm_return_code = apm->ProcessStream( in FuzzOneInput()
|
D | audio_processing_fuzzer_helper.cc | 118 apm_return_code = apm->ProcessStream( in FuzzAudioProcessing()
|
/external/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 114 ProcessStream, 121 ProcessStream,
|
D | audio_frame_proxies.cc | 27 int result = ap->ProcessStream(frame->data(), input_config, output_config, in ProcessAudioFrame()
|
D | audio_processing.h | 561 virtual int ProcessStream(const int16_t* const src, 573 virtual int ProcessStream(const float* const* src,
|
/external/piex/src/ |
D | piex_cr3.cc | 496 bool ProcessStream(StreamInterface* stream, const BoxTag& last_chunk, in ProcessStream() function 535 if (!ProcessStream(stream, kMdatTag, &data)) { in Cr3GetPreviewData() 552 if (ProcessStream(stream, kCmt1Tag, &data)) { in Cr3GetOrientation()
|
/external/webrtc/modules/audio_processing/test/ |
D | audio_processing_simulator.cc | 210 void AudioProcessingSimulator::ProcessStream(bool fixed_interface) { in ProcessStream() function in webrtc::test::AudioProcessingSimulator 278 ap_->ProcessStream(fwd_frame_.data.data(), fwd_frame_.config, in ProcessStream() 286 ap_->ProcessStream(in_buf_->channels(), in_config_, in ProcessStream()
|
D | wav_based_simulator.cc | 145 ProcessStream(settings_.fixed_interface); in HandleProcessStreamCall()
|
D | debug_dump_replayer.cc | 147 apm_->ProcessStream(input_->channels(), input_config_, in OnStreamEvent()
|
D | audio_processing_simulator.h | 190 void ProcessStream(bool fixed_interface);
|
D | debug_dump_test.cc | 217 apm_->ProcessStream(input_->channels(), input_config_, in Process()
|
D | aec_dump_based_simulator.cc | 581 ProcessStream(interface_used_ == InterfaceType::kFixedInterface); in HandleMessage()
|
/external/webrtc/modules/audio_processing/aec_dump/ |
D | aec_dump_integration_test.cc | 92 apm->ProcessStream(frame.data(), stream_config, stream_config, frame.data()); in TEST()
|
/external/webrtc/audio/ |
D | audio_state_unittest.cc | 218 EXPECT_CALL(*ap, ProcessStream(_, _, _, Matcher<int16_t*>(_))); in TEST_P() 277 EXPECT_CALL(*ap, ProcessStream(_, _, _, Matcher<int16_t*>(_))); in TEST_P()
|