Home
last modified time | relevance | path

Searched refs:samples_per_ms (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Drtp_generator.h24 RtpGenerator(int samples_per_ms,
33 samples_per_ms_(samples_per_ms), in seq_number_()
62 TimestampJumpRtpGenerator(int samples_per_ms, in TimestampJumpRtpGenerator() argument
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp), in TimestampJumpRtpGenerator()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_external_decoder_unittest.cc146 int samples_per_ms() const { return samples_per_ms_; } in samples_per_ms() function in webrtc::NetEqExternalDecoderUnitTest
342 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(), in TEST_F()
366 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(), in TEST_F()
425 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(), in TEST_F()
449 ResetRtpGenerator(new test::TimestampJumpRtpGenerator(samples_per_ms(), in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc679 const size_t samples_per_ms = in ProcessDelayVerificationTest() local
684 std::max(expected_median + static_cast<int>(96 / samples_per_ms), in ProcessDelayVerificationTest()
688 std::max(expected_median - static_cast<int>(96 / samples_per_ms), in ProcessDelayVerificationTest()