OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAY_BUF_SIZE_IN_SAMPLES
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h
47
const uint32_t
PLAY_BUF_SIZE_IN_SAMPLES
=
320
SInt16 _renderConvertData[
PLAY_BUF_SIZE_IN_SAMPLES
];
audio_device_mac.cc
284
while (powerOfTwo <
PLAY_BUF_SIZE_IN_SAMPLES
)
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.h
35
const uint32_t
PLAY_BUF_SIZE_IN_SAMPLES
= (N_PLAY_SAMPLES_PER_SEC/100);
258
int8_t _playBuffer[N_BUFFERS_OUT][4*
PLAY_BUF_SIZE_IN_SAMPLES
];
audio_device_wave_win.cc
[
all
...]
Completed in 34 milliseconds