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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 184 EXPECT_FALSE(fake_audio_capture_module_->Recording());
189 EXPECT_TRUE(fake_audio_capture_module_->Recording());
195 EXPECT_FALSE(fake_audio_capture_module_->Recording());
fakeaudiocapturemodule.h 123 virtual bool Recording() const;
229 // recording or playback has been enabled/started.
246 // Callback for playout and recording.
fakeaudiocapturemodule.cc 203 // No recording device, just dropping audio. Return success.
278 bool FakeAudioCaptureModule::Recording() const {
452 // No recording device, just dropping audio. Stereo can be dropped just
459 // No recording device, just dropping audio. Stereo can be dropped just
471 // Keep thing simple. No stereo recording.
500 // Stereo recording not supported. However, WebRTC ADM returns kChannelBoth
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 107 Recording,
TextControlInnerElements.cpp 326 case Recording:
437 setState(Recording);
442 if (m_state == Recording)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInputSpeech.cpp 91 if (speechButton->state() == InputFieldSpeechButtonElement::Recording)
  /external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h 49 Recording,
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h 100 // Before recording starts, the ADM enables AGC on the AudioInputDevice.
213 // |audio_delay_milliseconds| is recording delay value.
278 virtual bool Recording() const OVERRIDE;
396 // Used for histograms of total recording and playout times.
webrtc_audio_device_impl.cc 66 // Return immediately when not recording or |channels| is empty.
314 // This histogram keeps track of total recording times.
323 bool WebRtcAudioDeviceImpl::Recording() const {
339 // recording. Using this approach simplifies the design and it is also
431 // We use the default capturer as the recording sample rate.
webrtc_audio_device_unittest.cc 354 // Use our fake network transmission and start playout and recording.
550 EXPECT_FALSE(webrtc_audio_device->Recording());
629 // recording without actually sending encoded packets to the network. All
655 EXPECT_TRUE(webrtc_audio_device->Recording());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 384 COMPILE_ASSERT_MATCHING_ENUM(WebInputElement::Recording, InputFieldSpeechButtonElement::Recording);
    [all...]
  /external/libvorbis/doc/
05-comment.tex 150 International Standard Recording Code for the
  /frameworks/base/docs/html/training/
training_toc.cs 329 Recording Videos Simply
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1239 milliseconds