OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:playsamplespec
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc
1131
pa_sample_spec
playSampleSpec
;
1132
playSampleSpec
.channels = _playChannels;
1133
playSampleSpec
.format = PA_SAMPLE_S16LE;
1134
playSampleSpec
.rate = sample_rate_hz_;
1138
&
playSampleSpec
, NULL);
[
all
...]
Completed in 73 milliseconds