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

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_generator.h 24 RtpGenerator(int samples_per_ms,
33 samples_per_ms_(samples_per_ms),
62 TimestampJumpRtpGenerator(int samples_per_ms,
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp),
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc 146 int samples_per_ms() const { return samples_per_ms_; } function in class:webrtc::NetEqExternalDecoderUnitTest
342 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(),
366 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(),
425 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(),
449 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(),
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 679 const size_t samples_per_ms = local
684 std::max(expected_median + static_cast<int>(96 / samples_per_ms),
688 std::max(expected_median - static_cast<int>(96 / samples_per_ms),
    [all...]

Completed in 279 milliseconds