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

1 23 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.cc 337 AudioFrame audioFrame;
338 if (_acmA->PlayoutData10Ms(_outFreqHzA, &audioFrame) < 0) {
349 _outFileA.Write10MsData(audioFrame);
357 AudioFrame audioFrame;
358 if (_acmB->PlayoutData10Ms(_outFreqHzB, &audioFrame) < 0) {
370 _outFileB.Write10MsData(audioFrame);
378 AudioFrame audioFrame;
    [all...]
initial_delay_unittest.cc 34 double FrameRms(AudioFrame& frame) {
128 AudioFrame in_audio_frame;
129 AudioFrame out_audio_frame;
EncodeDecodeTest.h 63 AudioFrame _audioFrame;
PCMFile.cc 116 int32_t PCMFile::Read10MsData(AudioFrame& audio_frame) {
143 void PCMFile::Write10MsData(AudioFrame& audio_frame) {
target_delay_unittest.cc 152 AudioFrame frame;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl_unittest.cc 42 AudioFrame frame;
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 495 isAlive = (_outputSpeechType != AudioFrame::kPLCCNG);
577 int32_t Channel::GetAudioFrame(int32_t id, AudioFrame& audioFrame)
583 if (audio_coding_->PlayoutData10Ms(audioFrame.sample_rate_hz_,
584 &audioFrame) == -1)
598 UpdateRxVadDetection(audioFrame);
602 audioFrame.id_ = VoEChannelId(audioFrame.id_);
604 _outputSpeechType = audioFrame.speech_type_;
609 int err = rx_audioproc_->ProcessStream(&audioFrame);
    [all...]
output_mixer.cc 27 const AudioFrame& generalAudioFrame,
28 const AudioFrame** uniqueAudioFrames,
491 AudioFrame* frame) {
580 AudioFrame frame;
transmit_mixer.h 200 AudioFrame _audioFrame;
voe_base_impl.h 162 AudioFrame _audioFrame;
transmit_mixer.cc     [all...]
voe_external_media_impl.cc 147 AudioFrame* frame) {
  /external/chromium_org/third_party/webrtc/voice_engine/include/mock/
fake_voe_external_media.h 47 AudioFrame* frame));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 80 void ConvertToFloat(const AudioFrame& frame, ChannelBuffer<float>* cb) {
128 void SetFrameTo(AudioFrame* frame, int16_t value) {
134 void SetFrameTo(AudioFrame* frame, int16_t left, int16_t right) {
142 void ScaleFrame(AudioFrame* frame, float scale) {
148 bool FrameDataAreEqual(const AudioFrame& frame1, const AudioFrame& frame2) {
194 int16_t MaxAudioFrame(const AudioFrame& frame) {
307 bool ReadFrame(FILE* file, AudioFrame* frame);
308 bool ReadFrame(FILE* file, AudioFrame* frame, ChannelBuffer<float>* cb);
309 void ReadFrameWithRewind(FILE* file, AudioFrame* frame)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_receiver_unittest.cc 92 AudioFrame frame;
234 AudioFrame frame;
289 AudioFrame frame;
295 EXPECT_EQ(AudioFrame::kVadPassive, frame.vad_activity_);
305 EXPECT_EQ(AudioFrame::kVadUnknown, frame.vad_activity_);
audio_coding_module_impl.h 92 int Add10MsData(const AudioFrame& audio_frame);
205 int PlayoutData10Ms(int desired_freq_hz, AudioFrame* audio_frame);
277 int PreprocessToAddData(const AudioFrame& in_frame,
278 const AudioFrame** ptr_out)
363 AudioFrame preprocess_frame_ GUARDED_BY(acm_crit_sect_);
acm_receiver.h 89 int GetAudio(int desired_freq_hz, AudioFrame* audio_frame);
331 bool GetSilence(int desired_sample_rate_hz, AudioFrame* frame)
346 AudioFrame::VADActivity previous_audio_activity_ GUARDED_BY(crit_sect_);
351 int16_t audio_buffer_[AudioFrame::kMaxDataSizeSamples] GUARDED_BY(crit_sect_);
audio_coding_module_unittest.cc 131 COMPILE_ASSERT(kSampleRateHz * 10 / 1000 <= AudioFrame::kMaxDataSizeSamples,
162 AudioFrame audio_frame;
183 AudioFrame input_frame_;
258 AudioFrame audio_frame;
269 AudioFrame audio_frame;
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.cpp 207 const sp<WebmFrame> audioFrame = mAudioFrames.peek();
208 ALOGV("a frame: %p", audioFrame.get());
210 if (videoFrame->mEos && audioFrame->mEos) {
214 if (*audioFrame < *videoFrame) {
217 outstandingFrames.push_back(audioFrame);
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc 98 bool Convert(webrtc::AudioFrame* out, bool audio_mirroring) {
131 out->speech_type_ = webrtc::AudioFrame::kNormalSpeech;
132 out->vad_activity_ = webrtc::AudioFrame::kVadUnknown;
488 int MediaStreamAudioProcessor::ProcessData(webrtc::AudioFrame* audio_frame,
528 audio_frame->vad_activity_ != webrtc::AudioFrame::kVadUnknown) {
530 (audio_frame->vad_activity_ == webrtc::AudioFrame::kVadActive);
media_stream_audio_processor_options.h 17 class AudioFrame;
  /external/chromium_org/third_party/webrtc/modules/utility/interface/
file_recorder.h 65 const AudioFrame& frame,
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.h 70 const AudioFrame& frame,
file_recorder_impl.cc 170 const AudioFrame& incomingAudioFrame,
179 AudioFrame tempAudioFrame;
218 const AudioFrame* ptrAudioFrame = &incomingAudioFrame;
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 21 class AudioFrame;
156 virtual int ProcessStream(AudioFrame* frame) = 0;
172 virtual int AnalyzeReverseStream(AudioFrame* frame) = 0;
551 // |AudioFrame| passed to |ProcessStream()|. The |_vadActivity| member will be

Completed in 1005 milliseconds

1 23 4