Home
last modified time | relevance | path

Searched refs:consecutive_dtx_frames_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc376 consecutive_dtx_frames_(0) { in AudioEncoderOpusImpl()
629 info.speech = !dtx_frame && (consecutive_dtx_frames_ != 20); in EncodeImpl()
633 consecutive_dtx_frames_ = (dtx_frame) ? (consecutive_dtx_frames_ + 1) : (0); in EncodeImpl()
Daudio_encoder_opus.h177 int consecutive_dtx_frames_; variable