OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecordingSampleRate
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc
441
int VoEHardwareImpl::
RecordingSampleRate
(unsigned int* samples_per_sec) const {
446
return _shared->audio_device()->
RecordingSampleRate
(samples_per_sec);
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
151
//
RecordingSampleRate
154
int32_t AudioDeviceBuffer::
RecordingSampleRate
() const
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
137
virtual int32_t
RecordingSampleRate
(uint32_t* samplesPerSec) const {
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
558
int32_t FakeAudioCaptureModule::
RecordingSampleRate
(
Completed in 66 milliseconds