Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.h85 bool TimescaleAllowed() const { return timescale_hold_off_ == 0; } in TimescaleAllowed() function
Ddecision_logic_normal.cc139 if (TimescaleAllowed()) { in ExpectedPacketAvailable()