Searched refs:FRAME_INTERVAL (Results 1 – 1 of 1) sorted by relevance
29 #define FRAME_INTERVAL (20) // ms unit macro250 if (mListVoiceFrames.size() > DROP_WINDOW * 3 / FRAME_INTERVAL) in Add()308 mCurrPlayingTS += FRAME_INTERVAL; in Get()326 mCurrPlayingTS -= FRAME_INTERVAL; in Get()339 mCurrPlayingTS += FRAME_INTERVAL; in Get()346 if (currentTime - mTimeStarted + ALLOWABLE_ERROR < mCurrJitterBufferSize * FRAME_INTERVAL) in Get()451 if (mListDropVoiceFrames.size() > DROP_WINDOW * 3 / FRAME_INTERVAL) in Get()500 mCurrPlayingTS = pEntry->nTimestamp + FRAME_INTERVAL; in Get()506 mCurrJitterBufferSize * FRAME_INTERVAL, mMaxJitterBufferSize * FRAME_INTERVAL); in Get()549 mCurrPlayingTS += FRAME_INTERVAL; in Get()[all …]