OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ptrAudioBuffer
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc
28
_ptrAudioBuffer
(NULL),
146
if (
_ptrAudioBuffer
) {
148
_ptrAudioBuffer
->SetPlayoutSampleRate(kPlayoutFixedSampleRate);
149
_ptrAudioBuffer
->SetPlayoutChannels(kPlayoutNumChannels);
176
if (
_ptrAudioBuffer
) {
177
_ptrAudioBuffer
->SetRecordingSampleRate(kRecordingFixedSampleRate);
178
_ptrAudioBuffer
->SetRecordingChannels(kRecordingNumChannels);
456
_ptrAudioBuffer
= audioBuffer;
461
_ptrAudioBuffer
->SetRecordingSampleRate(0);
462
_ptrAudioBuffer
->SetPlayoutSampleRate(0)
[
all
...]
file_audio_device.h
173
AudioDeviceBuffer*
_ptrAudioBuffer
;
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
63
_ptrAudioBuffer
(NULL),
140
_ptrAudioBuffer
= audioBuffer;
145
_ptrAudioBuffer
->SetRecordingSampleRate(0);
146
_ptrAudioBuffer
->SetPlayoutSampleRate(0);
147
_ptrAudioBuffer
->SetRecordingChannels(0);
148
_ptrAudioBuffer
->SetPlayoutChannels(0);
1138
if (
_ptrAudioBuffer
)
1141
_ptrAudioBuffer
->SetPlayoutSampleRate(_playoutFreq);
1142
_ptrAudioBuffer
->SetPlayoutChannels(_playChannels);
1312
if (
_ptrAudioBuffer
)
[
all
...]
audio_device_pulse_linux.cc
33
_ptrAudioBuffer
(NULL),
144
_ptrAudioBuffer
= audioBuffer;
149
_ptrAudioBuffer
->SetRecordingSampleRate(0);
150
_ptrAudioBuffer
->SetPlayoutSampleRate(0);
151
_ptrAudioBuffer
->SetRecordingChannels(0);
152
_ptrAudioBuffer
->SetPlayoutChannels(0);
1151
if (
_ptrAudioBuffer
)
1154
_ptrAudioBuffer
->SetPlayoutSampleRate(sample_rate_hz_);
1155
_ptrAudioBuffer
->SetPlayoutChannels((uint8_t) _playChannels);
1272
if (
_ptrAudioBuffer
)
[
all
...]
audio_device_alsa_linux.h
184
AudioDeviceBuffer*
_ptrAudioBuffer
;
audio_device_pulse_linux.h
279
AudioDeviceBuffer*
_ptrAudioBuffer
;
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
94
:
_ptrAudioBuffer
(NULL),
209
_ptrAudioBuffer
= audioBuffer;
212
_ptrAudioBuffer
->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC);
213
_ptrAudioBuffer
->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC);
214
_ptrAudioBuffer
->SetRecordingChannels(N_REC_CHANNELS);
215
_ptrAudioBuffer
->SetPlayoutChannels(N_PLAY_CHANNELS);
[
all
...]
audio_device_mac.h
283
AudioDeviceBuffer*
_ptrAudioBuffer
;
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc
409
_ptrAudioBuffer
(NULL),
579
_ptrAudioBuffer
= NULL;
653
_ptrAudioBuffer
= audioBuffer;
658
_ptrAudioBuffer
->SetRecordingSampleRate(0);
659
_ptrAudioBuffer
->SetPlayoutSampleRate(0);
660
_ptrAudioBuffer
->SetRecordingChannels(0);
661
_ptrAudioBuffer
->SetPlayoutChannels(0);
[
all
...]
audio_device_wave_win.cc
48
_ptrAudioBuffer
(NULL),
176
_ptrAudioBuffer
= audioBuffer;
179
_ptrAudioBuffer
->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC);
180
_ptrAudioBuffer
->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC);
181
_ptrAudioBuffer
->SetRecordingChannels(N_REC_CHANNELS);
182
_ptrAudioBuffer
->SetPlayoutChannels(N_PLAY_CHANNELS);
393
if (
_ptrAudioBuffer
)
395
_ptrAudioBuffer
->SetCurrentMicLevel(currentMicLevel);
[
all
...]
audio_device_core_win.h
278
AudioDeviceBuffer*
_ptrAudioBuffer
;
audio_device_wave_win.h
212
AudioDeviceBuffer*
_ptrAudioBuffer
;
Completed in 486 milliseconds