HomeSort by relevance Sort by last modified time
    Searched refs:Recording (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.h 41 virtual bool Recording() const OVERRIDE;
fake_audio_device.cc 86 bool FakeAudioDevice::Recording() const {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 186 EXPECT_FALSE(fake_audio_capture_module_->Recording());
191 EXPECT_TRUE(fake_audio_capture_module_->Recording());
197 EXPECT_FALSE(fake_audio_capture_module_->Recording());
fakeaudiocapturemodule.h 125 virtual bool Recording() const OVERRIDE;
229 // Returns true/false depending on if recording or playback has been
252 // Callback for playout and recording.
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc     [all...]
audio_device_test_api.cc 323 EXPECT_FALSE(audio_device_->Recording());
710 EXPECT_TRUE(audio_device_->Recording());
713 EXPECT_FALSE(audio_device_->Recording());
725 EXPECT_TRUE(audio_device_->Recording());
728 EXPECT_FALSE(audio_device_->Recording());
740 EXPECT_TRUE(audio_device_->Recording());
743 EXPECT_FALSE(audio_device_->Recording());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h 27 const uint32_t N_REC_CHANNELS = 1; // default is mono recording
63 bool Recording() const { return _recording; }
135 JNIEnv* _jniEnvRec; // The JNI env for recording thread
opensles_input.h 73 bool Recording() const { return recording_; }
125 // minimum for playout. Keep 2 for recording as well.
140 // etc, so it should be called when starting recording.
186 // This member controls the starting and stopping of recording audio to the
audio_device_template.h 151 bool Recording() const {
152 return input_.Recording() ;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.cc 487 "StartRecordingMicrophone() failed to start recording");
490 if (_shared->audio_device()->Recording())
500 "StartRecordingMicrophone() failed to initialize recording");
507 "StartRecordingMicrophone() failed to start recording");
530 "StartRecordingMicrophone() failed to start recording");
533 if (_shared->audio_device()->Recording())
543 "StartRecordingMicrophone() failed to initialize recording");
550 "StartRecordingMicrophone() failed to start recording");
570 // Start/StopRecordingMicrophone() if no channel is recording.
572 _shared->audio_device()->Recording())
    [all...]
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h 101 // Before recording starts, the ADM enables AGC on the AudioInputDevice.
210 // |audio_delay_milliseconds| is recording delay value.
311 virtual bool Recording() const OVERRIDE;
webrtc_audio_device_impl.cc 68 // Return immediately when not recording or |channels| is empty.
357 bool WebRtcAudioDeviceImpl::Recording() const {
435 // We use the default capturer as the recording sample rate.
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_generic.h 66 virtual bool Recording() const = 0;
audio_device_impl.h 105 virtual bool Recording() const OVERRIDE;
179 // Recording of raw PCM data
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 78 bool AudioDeviceDummy::Recording() const { return false; }
audio_device_dummy.h 66 virtual bool Recording() const OVERRIDE;
file_audio_device.h 83 virtual bool Recording() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 97 virtual bool Recording() const = 0;
166 // Recording of raw PCM data
fake_audio_device.h 67 virtual bool Recording() const { return false; }
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 25 const uint32_t N_REC_CHANNELS = 1; // default is mono recording
32 // Number of 10 ms recording blocks in recording buffer
80 virtual bool Recording() const;
260 // Recording buffers
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 80 virtual bool Recording() const OVERRIDE;
audio_device_pulse_linux.h 141 virtual bool Recording() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h 32 const uint32_t N_REC_CHANNELS = 1; // default is mono recording
99 virtual bool Recording() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 130 virtual bool Recording() const;
audio_device_wave_win.h 30 const uint32_t N_REC_CHANNELS = 1; // default is mono recording
86 virtual bool Recording() const;
312 uint32_t _prevRecByteCheckTime; // time when we last checked the recording process

Completed in 156 milliseconds

1 2