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

  /external/chromium_org/remoting/host/linux/
audio_pipe_reader.cc 23 const int kSamplesPerSecond = 48000;
27 kSamplesPerSecond * kChannels * kBytesPerSample;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 49 static const int kSamplesPerSecond = 44000;
732 kNumberOfChannels, kSamplesPerSecond,
762 kSamplesPerSecond, kTotalDelayMs,
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 30 const int kSamplesPerSecond = 3000;
215 // When |kSamplesPerSecond| and |total_frames_requested| are reasonably
394 static const int kFramesRequested = kOutputDurationInSec * kSamplesPerSecond;
408 Initialize(CHANNEL_LAYOUT_MONO, kSampleFormatU8, kSamplesPerSecond);
415 Initialize(CHANNEL_LAYOUT_STEREO, kSampleFormatS32, kSamplesPerSecond);
audio_renderer_impl_unittest.cc 36 static int kSamplesPerSecond = 44100;
54 kSamplesPerSecond,

Completed in 29 milliseconds