OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Recording
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc
86
bool FakeAudioDevice::
Recording
() const {
/external/chromium_org/content/renderer/media/
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/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/modules/audio_device/dummy/
audio_device_dummy.cc
78
bool AudioDeviceDummy::
Recording
() const { return false; }
file_audio_device.cc
351
bool FileAudioDevice::
Recording
() const {
/external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
fake_audio_device.h
67
virtual bool
Recording
() const { return false; }
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
206
// No
recording
device, just dropping audio. Return success.
300
bool FakeAudioCaptureModule::
Recording
() const {
477
// No
recording
device, just dropping audio. Stereo can be dropped just
484
// No
recording
device, just dropping audio. Stereo can be dropped just
496
// Keep thing simple. No stereo
recording
.
525
// Stereo
recording
not supported. However, WebRTC ADM returns kChannelBoth
700
bool
recording
;
local
704
recording
= recording_;
711
if (
recording
) {
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.cc
222
_id, " Cannot init mic when
recording
");
228
_id, "
Recording
device is not specified");
435
available = false; // Stereo
recording
not supported on iOS
446
" Stereo
recording
is not supported on this platform");
648
"
Recording
already initialized");
742
// Try to initialize the
recording
side
800
"
Recording
already initialized - InitPlayOrRecord() not called");
824
"
Recording
already started");
830
"
Recording
already initialized");
836
"
Recording
device is not specified")
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
127
// Clean up the
recording
buffer and playout buffer.
214
//
RECORDING
607
bool
recording
= _recording;
local
612
// Stop/uninitialize
recording
if initialized (and possibly started)
625
// Stop/uninitialize
recording
634
if (
recording
)
683
// Stop/uninitialize
recording
if initialized (and possibly started)
696
// Stop/uninitialize
recording
1014
// Try to initialize the
recording
side with mono
1232
" Error closing current
recording
sound device,
[
all
...]
audio_device_pulse_linux.cc
213
//
RECORDING
276
//
RECORDING
416
// get
recording
devices
1072
// Get
recording
devices
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
[
all
...]
audio_device_core_win.cc
358
"AudioDeviceWindowsCore::CoreAudioIsSupported() Failed to use Core Audio
Recording
for device id=%i", i);
527
// list of number of channels to use on
recording
side
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc
440
"
Recording
must be stopped");
1265
// Try to initialize the
recording
side
1272
// We must actually start
recording
here in order to have the IOProc
[
all
...]
Completed in 687 milliseconds