Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_generator.h23 RtpGenerator(int samples_per_ms,
32 samples_per_ms_(samples_per_ms), in seq_number_()
60 TimestampJumpRtpGenerator(int samples_per_ms, in TimestampJumpRtpGenerator() argument
65 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp), in TimestampJumpRtpGenerator()
/external/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_decoder_pcm16b.cc53 const int samples_per_ms = rtc::CheckedDivExact(sample_rate_hz_, 1000); in ParsePayload() local
55 this, std::move(payload), timestamp, samples_per_ms * 2 * num_channels_, in ParsePayload()
56 samples_per_ms); in ParsePayload()
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver_unittest.cc190 const size_t samples_per_ms = rtc::checked_cast<size_t>( in RunVerifyAudioFrame() local
214 expected_output_ts += rtc::checked_cast<uint32_t>(10 * samples_per_ms); in RunVerifyAudioFrame()
215 EXPECT_EQ(10 * samples_per_ms, frame.samples_per_channel_); in RunVerifyAudioFrame()
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.cc673 const int samples_per_ms = sample_rate_hz / 1000; in WebRtcOpus_FecDurationEst() local
674 if (samples < 10 * samples_per_ms || samples > 120 * samples_per_ms) { in WebRtcOpus_FecDurationEst()
Dopus_unittest.cc97 const int samples_per_ms = rtc::CheckedDivExact(sample_rate_hz, 1000); in SamplesPerChannel() local
98 return samples_per_ms * duration_ms; in SamplesPerChannel()
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc669 const size_t samples_per_ms = in ProcessDelayVerificationTest() local
674 expected_median + rtc::dchecked_cast<int>(96 / samples_per_ms), delay_min, in ProcessDelayVerificationTest()
677 expected_median - rtc::dchecked_cast<int>(96 / samples_per_ms), delay_min, in ProcessDelayVerificationTest()