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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 49 static const int kSamplesPerSecond = 44000;
719 kNumberOfChannels, kSamplesPerSecond,
754 kSamplesPerSecond, kTotalDelayMs,
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 30 const int kSamplesPerSecond = 3000;
227 // When |kSamplesPerSecond| and |total_frames_requested| are reasonably
412 static const int kFramesRequested = kOutputDurationInSec * kSamplesPerSecond;
426 Initialize(CHANNEL_LAYOUT_MONO, kSampleFormatU8, kSamplesPerSecond);
433 Initialize(CHANNEL_LAYOUT_STEREO, kSampleFormatS32, kSamplesPerSecond);

Completed in 74 milliseconds