HomeSort by relevance Sort by last modified time
    Searched refs:N_PLAY_SAMPLES_PER_SEC (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 34 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000;
45 N_PLAY_SAMPLES_PER_SEC * kBufferSizeMs / 1000;
audio_device_mac.cc 213 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 29 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000;
36 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100);
audio_device_wave_win.cc 180 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC);
    [all...]

Completed in 684 milliseconds