Searched defs:StartRecording (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/base/
H A Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { function in class:base::EventRecorder
H A Devent_recorder_win.cc44 bool EventRecorder::StartRecording(const FilePath& filename) { function in class:base::EventRecorder
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioRecord.java98 private int StartRecording() { method in class:WebRtcAudioRecord
/external/chromium_org/cc/debug/
H A Drendering_stats_instrumentation.cc55 base::TimeTicks RenderingStatsInstrumentation::StartRecording() const { function in class:cc::RenderingStatsInstrumentation
/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder_unittest.cc80 void StartRecording();
167 void VideoFrameRecorderTest::StartRecording() { function in class:remoting::VideoFrameRecorderTest
195 StartRecording();
205 StartRecording();
220 StartRecording();
237 StartRecording();
256 StartRecording();
281 StartRecording();
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc70 SkCanvas* StartRecording(SkPictureRecorder* recorder, gfx::Rect layer_rect) { function in namespace:skia::__anon10677
93 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
132 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
185 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
233 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
286 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
338 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
380 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
441 SkCanvas* canvas = StartRecording(&recorder, layer_rect);
492 SkCanvas* canvas = StartRecording(
[all...]
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc148 bool StartRecording(int duration_sec, const base::FilePath& output_file, function in class:AudioRecorder
438 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true));
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc325 int32_t WebRtcAudioDeviceImpl::StartRecording() { function in class:content::WebRtcAudioDeviceImpl
326 DVLOG(1) << "WebRtcAudioDeviceImpl::StartRecording()";
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc463 int32_t AudioRecordJni::StartRecording() { function in class:webrtc::AudioRecordJni
501 "StartRecording", "()I");
508 "StartRecording failed (%d)", res);
H A Dopensles_input.cc140 int32_t OpenSlesInput::StartRecording() { function in class:webrtc::OpenSlesInput
H A Daudio_device_template.h143 int32_t StartRecording() { function in class:webrtc::AudioDeviceTemplate
144 return input_.StartRecording();
/external/chromium_org/content/browser/speech/
H A Dspeech_recognizer_impl.cc356 return StartRecording(event_args);
495 SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) { function in class:content::SpeechRecognizerImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc74 int32_t AudioDeviceDummy::StartRecording() { return -1; } function in class:webrtc::AudioDeviceDummy
H A Dfile_audio_device.cc277 int32_t FileAudioDevice::StartRecording() { function in class:webrtc::FileAudioDevice
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h66 virtual int32_t StartRecording() { return 0; } function in class:webrtc::FakeAudioDeviceModule
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc269 int32_t FakeAudioCaptureModule::StartRecording() { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc1619 // StartRecording
1622 int32_t AudioDeviceModuleImpl::StartRecording() function in class:webrtc::AudioDeviceModuleImpl
1625 return (_ptrAudioDevice->StartRecording());
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc636 StartRecording();
1364 int32_t AudioDeviceLinuxALSA::StartRecording() function in class:webrtc::AudioDeviceLinuxALSA
H A Daudio_device_pulse_linux.cc1403 int32_t AudioDeviceLinuxPulse::StartRecording() function in class:webrtc::AudioDeviceLinuxPulse
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1274 if (StartRecording() == -1)
1775 int32_t AudioDeviceMac::StartRecording() function in class:webrtc::AudioDeviceMac
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc1986 // StartRecording
1989 int32_t AudioDeviceWindowsWave::StartRecording() function in class:webrtc::AudioDeviceWindowsWave
H A Daudio_device_core_win.cc2710 // StartRecording
2713 int32_t AudioDeviceWindowsCore::StartRecording() function in class:webrtc::AudioDeviceWindowsCore

Completed in 4095 milliseconds