Searched refs:mReorderDataCount (Results 1 – 3 of 3) sorted by relevance
69 mReorderDataCount = 0; in RtpDecoderNode()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()270 mReorderDataCount++; in OnDataFromFrontNode()272 if (mReorderDataCount >= DEBUG_JITTER_NORMAL + DEBUG_JITTER_REORDER_MAX) in OnDataFromFrontNode()274 mReorderDataCount = 0; in OnDataFromFrontNode()
130 mReorderDataCount = 0; in Start()
97 uint32_t mReorderDataCount; variable