Searched refs:SamplesPerChannel (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 96 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/ |
D | audio_encoder_g722.cc | 109 const size_t samples_per_channel = SamplesPerChannel(); in EncodeImpl() 152 size_t AudioEncoderG722Impl::SamplesPerChannel() const { in SamplesPerChannel() function in webrtc::AudioEncoderG722Impl
|
D | audio_encoder_g722.h | 57 size_t SamplesPerChannel() const;
|