OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitPlayout
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.cc
36
init_playout_(native_reg->GetMethodId("
initPlayout
", "(II)V")),
46
void AudioTrackJni::JavaAudioTrack::
InitPlayout
(int sample_rate, int channels) {
121
int32_t AudioTrackJni::
InitPlayout
() {
122
ALOGD("
InitPlayout
%s", GetThreadInfo().c_str());
126
j_audio_track_->
InitPlayout
(
opensles_player.cc
91
int OpenSLESPlayer::
InitPlayout
() {
92
ALOGD("
InitPlayout
%s", GetThreadInfo().c_str());
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
109
//
InitPlayout
112
int32_t AudioDeviceBuffer::
InitPlayout
()
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc
58
int32_t AudioDeviceDummy::
InitPlayout
() { return -1; }
file_audio_device.cc
145
int32_t FileAudioDevice::
InitPlayout
() {
460
//
InitPlayout
and InitRecording later.
/external/webrtc/webrtc/modules/audio_device/include/
fake_audio_device.h
59
virtual int32_t
InitPlayout
() { return 0; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
206
int32_t FakeAudioCaptureModule::
InitPlayout
() {
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
144
//
InitPlayout
and InitRecording later.
664
if (
InitPlayout
() == 0)
676
InitPlayout
();
959
int32_t res =
InitPlayout
();
974
// Then set channels to 2 so
InitPlayout
doesn't fail
1005
// Then set channels to 2 so
InitPlayout
doesn't fail
1013
int32_t AudioDeviceLinuxALSA::
InitPlayout
()
1061
"
InitPlayout
open (%s)", deviceName);
[
all
...]
audio_device_pulse_linux.cc
148
//
InitPlayout
and InitRecording later.
1072
int32_t res =
InitPlayout
();
1104
int32_t AudioDeviceLinuxPulse::
InitPlayout
()
[
all
...]
/external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc
1037
// NOTE - the setting will only have an effect after
InitPlayout
has
[
all
...]
audio_device_core_win.cc
657
//
InitPlayout
and InitRecording later.
[
all
...]
/external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc
1007
if (
InitPlayout
() == -1) {
1011
// We destroy the IOProc created by
InitPlayout
() in implDeviceIOProc().
1049
int32_t AudioDeviceMac::
InitPlayout
() {
[
all
...]
Completed in 208 milliseconds