HomeSort by relevance Sort by last modified time
    Searched refs:ProcessChunk (Results 1 - 21 of 21) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
beamformer.h 28 virtual void ProcessChunk(const ChannelBuffer<T>& input,
mock_nonlinear_beamformer.h 27 MOCK_METHOD2(ProcessChunk, void(const ChannelBuffer<float>& input,
nonlinear_beamformer_test.cc 75 bf.ProcessChunk(in_buf, &out_buf);
nonlinear_beamformer.h 53 void ProcessChunk(const ChannelBuffer<float>& input,
nonlinear_beamformer.cc 369 void NonlinearBeamformer::ProcessChunk(const ChannelBuffer<float>& input,
375 lapped_transform_->ProcessChunk(input.channels(0), output->channels(0));
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.h 51 virtual bool ProcessChunk() = 0;
93 bool ProcessChunk() override;
118 bool ProcessChunk() override;
audio_file_processor.cc 55 bool WavFileProcessor::ProcessChunk() {
84 bool AecDumpFileProcessor::ProcessChunk() {
audioproc_float.cc 146 while (processor->ProcessChunk()) {
  /external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.h 34 void ProcessChunk(const int16_t* audio, size_t length, int sample_rate_hz);
voice_activity_detector_unittest.cc 75 vad.ProcessChunk(&data[0], data.size(), kSampleRateHz);
110 vad.ProcessChunk(&data[0], data.size(), kSampleRateHz);
133 vad.ProcessChunk(&data[0], data.size(), kSampleRateHz);
156 vad.ProcessChunk(&data[0], data.size(), 2 * kSampleRateHz);
voice_activity_detector.cc 37 void VoiceActivityDetector::ProcessChunk(const int16_t* audio,
  /external/webrtc/webrtc/common_audio/
blocker.h 57 // 3. As you receive audio, call b.ProcessChunk() to get processed audio.
74 void ProcessChunk(const float* const* input,
98 // calls to ProcessChunk().
lapped_transform.cc 95 void LappedTransform::ProcessChunk(const float* const* in_chunk,
97 blocker_.ProcessChunk(in_chunk, chunk_length_, num_in_channels_,
lapped_transform.h 62 void ProcessChunk(const float* const* in_chunk, float* const* out_chunk);
67 // to ProcessChunk via the parameter in_chunk.
74 // This is the number of arrays that must be passed to ProcessChunk via
82 // This is the number of arrays that must be passed to ProcessChunk via
lapped_transform_unittest.cc 119 trans.ProcessChunk(in_chunk, out_chunk);
150 trans.ProcessChunk(&in_chunk, &out_chunk);
180 trans.ProcessChunk(&in_chunk, &out_chunk);
blocker.cc 134 // On each call to ProcessChunk():
153 // On each call to ProcessChunk():
167 void Blocker::ProcessChunk(const float* const* input,
blocker_unittest.cc 72 blocker->ProcessChunk(input_chunk,
  /system/update_engine/payload_generator/
full_update_generator.cc 74 bool ProcessChunk();
88 if (!ProcessChunk()) {
94 bool ChunkProcessor::ProcessChunk() {
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc.cc 53 vad_.ProcessChunk(audio, length, sample_rate_hz);
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 137 render_mangler_->ProcessChunk(audio, temp_render_out_buffer_.channels());
154 capture_mangler_->ProcessChunk(audio, temp_capture_out_buffer_.channels());
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc 779 private_submodules_->beamformer->ProcessChunk(*ca->split_data_f(),
    [all...]

Completed in 454 milliseconds