HomeSort by relevance Sort by last modified time
    Searched full:audioframe (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 28 class AudioFrame;
365 // AudioFrame.
373 virtual int32_t Add10MsData(const AudioFrame& audio_frame) = 0;
841 // AudioFrame.
848 AudioFrame* audio_frame) = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 77 int DownMix(const AudioFrame& frame, int length_out_buff, int16_t* out_buff) {
87 int UpMix(const AudioFrame& frame, int length_out_buff, int16_t* out_buff) {
    [all...]
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 256 int AudioProcessingImpl::ProcessStream(AudioFrame* frame) {
387 int AudioProcessingImpl::AnalyzeReverseStream(AudioFrame* frame) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
delay_test.cc 183 AudioFrame audio_frame;
insert_packet_with_timing.cc 273 AudioFrame frame_;
opus_test.cc 212 AudioFrame audio_frame;
dual_stream_unittest.cc 174 AudioFrame audio_frame;
TestAllCodecs.cc 751 AudioFrame audio_frame;
TestStereo.cc 803 AudioFrame audio_frame;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 24 class AudioFrame;
241 virtual int ProcessStream(AudioFrame* frame) = 0;
273 virtual int AnalyzeReverseStream(AudioFrame* frame) = 0;
683 // |AudioFrame| passed to |ProcessStream()|. The |vad_activity_| member will be
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 122 static void SimulateMic(int mic_level, AudioFrame* frame) {
549 AudioFrame far_frame;
550 AudioFrame near_frame;
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 30 using webrtc::AudioFrame;
500 AudioFrame far_frame;
501 AudioFrame near_frame;
    [all...]
  /external/chromium_org/media/cast/test/
receiver.cc 452 VLOG(1) << "AudioFrame[" << num_audio_frames_processed_
457 VLOG(1) << "AudioFrame[" << num_audio_frames_processed_
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl.cc 401 int AudioProcessingImpl::ProcessStream(AudioFrame* frame) {
551 int AudioProcessingImpl::AnalyzeReverseStream(AudioFrame* frame) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 189 signal3<uint32, MediaProcessorDirection, AudioFrame*> FrameSignal;
fakewebrtcvoiceengine.h     [all...]
webrtcvoiceengine.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 121 AudioFrame unresampledAudioFrame;
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 115 webrtc::AudioFrame *procFrame; // audio frame passed to webRTC AMP ProcessStream()
129 webrtc::AudioFrame *revFrame; // audio frame passed to webRTC AMP AnalyzeReverseStream()
786 session->procFrame = new webrtc::AudioFrame();
791 session->revFrame = new webrtc::AudioFrame();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.gyp 849 'media/base/audioframe.h',
    [all...]

Completed in 1345 milliseconds

1 2 34