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

  /external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.h 58 virtual int ProcessStream(AudioFrame* frame);
audio_processing_impl.cc 248 int AudioProcessingImpl::ProcessStream(AudioFrame* frame) {
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 217 err = ap->ProcessStream(&primary_frame);
219 printf("Expected kStreamParameterNotSetError in ProcessStream(): %d\n",
222 printf("Error in ProcessStream(): %d\n", err);
276 apm_->ProcessStream(frame_));
282 apm_->ProcessStream(frame_));
287 apm_->ProcessStream(frame_));
294 apm_->ProcessStream(frame_));
301 apm_->ProcessStream(frame_));
309 apm_->ProcessStream(frame_));
315 apm_->ProcessStream(frame_))
    [all...]
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 33 // |ProcessStream()|. Frames of the reverse direction stream, which are used for
52 // ProcessStream(). More precisely, stream functions are never called
53 // concurrently with ProcessStream().
92 // apm->ProcessStream(capture_frame);
151 virtual int ProcessStream(AudioFrame* frame) = 0;
172 // frame and ProcessStream() receiving a near-end frame containing the
181 // ProcessStream().
275 // the audio devices since the last call to |ProcessStream()|. Must be called
276 // if and only if drift compensation is enabled, prior to |ProcessStream()|.
373 // When an analog mode is set, this must be called prior to |ProcessStream()|
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 537 int err = apm->ProcessStream(&near_frame);
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 109 webrtc::AudioFrame *procFrame; // audio frame passed to webRTC AMP ProcessStream()
    [all...]

Completed in 2379 milliseconds