Searched defs:currentTimeMS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCurrentTime.h45 inline double currentTimeMS() function in namespace:WTF
62 using WTF::currentTimeMS;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_help.cc143 const int64_t currentTimeMS) {
152 _tmmbrSetTimeouts[i] = currentTimeMS;
160 _tmmbrSetTimeouts.push_back(currentTimeMS);
167 const int64_t currentTimeMS) {
175 if (currentTimeMS - _tmmbrSetTimeouts[sourceIdx] >
140 InsertTMMBRItem( const uint32_t senderSSRC, const RTCPUtility::RTCPPacketRTPFBTMMBRItem& TMMBRItem, const int64_t currentTimeMS) argument
163 GetTMMBRSet( const uint32_t sourceIdx, const uint32_t targetIdx, TMMBRSet* candidateSet, const int64_t currentTimeMS) argument

Completed in 260 milliseconds