Home
last modified time | relevance | path

Searched defs:frame_size_ms (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_encoder_ilbc.h28 int frame_size_ms = 30; // Valid values are 20, 30, 40, and 60 ms. member
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Daudio_encoder_g722.h29 int frame_size_ms = 20; member
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
Daudio_encoder_pcm.h27 int frame_size_ms; member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Daudio_encoder_isac_t.h37 int frame_size_ms = 30; member
Dunittest.cc107 int frame_size_ms) { in TestGetSetBandwidthInfo()
199 int frame_size_ms; member
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.h33 int frame_size_ms = 20; member
/external/webrtc/webrtc/modules/audio_processing/
Dvoice_detection_impl.cc150 int VoiceDetectionImpl::frame_size_ms() const { in frame_size_ms() function in webrtc::VoiceDetectionImpl
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h30 int frame_size_ms, in ControlBwe()