Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc96 int SamplesPerChannel(int sample_rate_hz, int duration_ms) { in SamplesPerChannel() function
536 SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20); in TEST_P()
591 SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20); in TEST_P()
668 SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20); in TEST_P()
820 SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20); in TEST_P()
858 EXPECT_EQ(SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/10), in TEST_P()
869 EXPECT_EQ(SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20), in TEST_P()
907 SamplesPerChannel(decoder_sample_rate_hz_, /*ms=*/20); in TEST_P()
/external/webrtc/modules/audio_coding/codecs/g722/
Daudio_encoder_g722.cc109 const size_t samples_per_channel = SamplesPerChannel(); in EncodeImpl()
152 size_t AudioEncoderG722Impl::SamplesPerChannel() const { in SamplesPerChannel() function in webrtc::AudioEncoderG722Impl
Daudio_encoder_g722.h57 size_t SamplesPerChannel() const;