Searched refs:samples_per_ms (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | rtp_generator.h | 23 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/ |
D | audio_decoder_pcm16b.cc | 53 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/ |
D | acm_receiver_unittest.cc | 190 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/ |
D | opus_interface.cc | 673 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()
|
D | opus_unittest.cc | 97 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/ |
D | audio_processing_unittest.cc | 669 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()
|