Searched defs:N_PLAY_SAMPLES_PER_SEC (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_track_jni.h26 const uint32_t N_PLAY_SAMPLES_PER_SEC = 16000; // Default is 16 kHz member in namespace:webrtc
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.h23 const uint32_t N_PLAY_SAMPLES_PER_SEC = 44000; member in namespace:webrtc
30 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h30 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; member in namespace:webrtc
37 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h28 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; member in namespace:webrtc
35 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100);

Completed in 146 milliseconds