Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtpDecoderNode.cpp35 #define DEBUG_JITTER_NORMAL 2 macro
233 if (mReorderDataCount < DEBUG_JITTER_NORMAL) in OnDataFromFrontNode()
237 else if (mReorderDataCount < DEBUG_JITTER_NORMAL + DEBUG_JITTER_REORDER_MAX) in OnDataFromFrontNode()
246 nCurrReorderSize = mReorderDataCount - DEBUG_JITTER_NORMAL + 1 - in OnDataFromFrontNode()
252 nCurrReorderSize = mReorderDataCount - DEBUG_JITTER_NORMAL + 1; in OnDataFromFrontNode()
272 if (mReorderDataCount >= DEBUG_JITTER_NORMAL + DEBUG_JITTER_REORDER_MAX) in OnDataFromFrontNode()