/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
audio_encoder_ilbc.h | 28 int frame_size_ms = 30; // Valid values are 20, 30, 40, and 60 ms. member in struct:webrtc::final::Config
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
audio_encoder_pcm.h | 27 int frame_size_ms; member in struct:webrtc::AudioEncoderPcm::Config 33 : frame_size_ms(20), num_channels(1), payload_type(pt) {}
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
audio_encoder_g722.h | 29 int frame_size_ms = 20; member in struct:webrtc::final::Config
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
audio_encoder_isac_t.h | 37 int frame_size_ms = 30; member in struct:webrtc::final::Config
|
unittest.cc | 107 int frame_size_ms) { 117 ASSERT_EQ(0, T::ControlBwe(encdec, bit_rate, frame_size_ms, false)); 119 ASSERT_EQ(0, T::Control(encdec, bit_rate, frame_size_ms)); 127 ASSERT_EQ(0, T::ControlBwe(enc, bit_rate, frame_size_ms, false)); 129 ASSERT_EQ(0, T::Control(enc, bit_rate, frame_size_ms)); 158 EXPECT_EQ(frame_size_ms, duration1_ms); 199 int frame_size_ms; member in struct:webrtc::__anon27778::IsacTestParam 205 << itp.frame_size_ms << '}'; 230 p.sample_rate_hz, p.frame_size_ms);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
audio_encoder_opus.h | 33 int frame_size_ms = 20; member in struct:webrtc::final::Config
|
/external/webrtc/webrtc/modules/audio_processing/ |
voice_detection_impl.cc | 150 int VoiceDetectionImpl::frame_size_ms() const { function in class:webrtc::VoiceDetectionImpl
|