Searched refs:iRebufferingThresholdInMilliSeconds (Results 1 – 3 of 3) sorted by relevance
652 if (diff32ms <= iRebufferingThresholdInMilliSeconds) in IsDelayEstablished()1079 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket()1206 … RequestEventCallBack(JB_MONITOR_REBUFFERING, (clockDiff - iRebufferingThresholdInMilliSeconds)); in CanRetrievePacket()
63 iRebufferingThresholdInMilliSeconds = 0; in OSCL_DLL_ENTRY_POINT_DEFAULT()158 iRebufferingThresholdInMilliSeconds = aRebufferingThresholdInMilliSeconds; in SetRebufferingThresholdInMilliSeconds()1280 if (diff32ms <= iRebufferingThresholdInMilliSeconds) in IsDelayEstablished()
1265 uint32 iRebufferingThresholdInMilliSeconds; variable