Searched refs:consecutive_dtx_frames_ (Results 1 – 2 of 2) sorted by relevance
376 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()
177 int consecutive_dtx_frames_; variable