OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recording_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder.h
62
virtual bool IsEnabled() const { return
recording_
; }
70
bool
recording_
;
member in class:cricket::RtpDumpSink
mediarecorder.cc
47
recording_
(false),
62
recording_
= enable;
65
if (
recording_
&& !writer_) {
71
} else if (!
recording_
&& stream_) {
80
if (
recording_
&& writer_) {
/external/chromium_org/tools/perf/metrics/
smoothness.js
99
this.
recording_
= false;
104
if (this.
recording_
)
106
this.
recording_
= true;
111
this.
recording_
= false;
143
if (!this.
recording_
)
/external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc
29
recording_
(false),
67
if (!
recording_
|| channels.empty())
284
if (
recording_
)
287
recording_
= true;
299
if (!
recording_
)
302
recording_
= false;
317
return
recording_
;
webrtc_audio_device_impl.h
384
// Protects |
recording_
|, |output_delay_ms_|, |input_delay_ms_|, |renderer_|
385
// |
recording_
| and |microphone_volume_|.
390
bool
recording_
;
member in class:content::WebRtcAudioDeviceImpl
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
64
recording_
(false),
282
recording_
= true;
293
recording_
= false;
302
return
recording_
;
672
return
recording_
|| playing_;
704
recording =
recording_
;
fakeaudiocapturemodule.h
256
bool
recording_
; // True when audio is being pushed from the instance.
member in class:FakeAudioCaptureModule
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
Completed in 1207 milliseconds