Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.cc31 _history[i].timeMs = -1; in Reset()
46 if (_history[0].timeMs >= 0 && now - _history[0].timeMs < SHORT_FILTER_MS) { in UpdateMaxHistory()
52 if (_history[0].timeMs == -1) { in UpdateMaxHistory()
59 _history[i + 1].timeMs = _history[i].timeMs; in UpdateMaxHistory()
67 _history[0].timeMs = now; in UpdateMaxHistory()
74 if (_history[0].timeMs == -1) { in ProcessHistory()
78 if (_history[i].timeMs == -1) { in ProcessHistory()
81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) { in ProcessHistory()
Dmedia_opt_util.cc524 if (_lossPrHistory[0].timeMs >= 0 && in UpdateMaxLossHistory()
525 now - _lossPrHistory[0].timeMs < kLossPrShortFilterWinMs) { in UpdateMaxLossHistory()
531 if (_lossPrHistory[0].timeMs == -1) { in UpdateMaxLossHistory()
538 _lossPrHistory[i + 1].timeMs = _lossPrHistory[i].timeMs; in UpdateMaxLossHistory()
546 _lossPrHistory[0].timeMs = now; in UpdateMaxLossHistory()
553 if (_lossPrHistory[0].timeMs == -1) { in MaxFilteredLossPr()
557 if (_lossPrHistory[i].timeMs == -1) { in MaxFilteredLossPr()
560 if (nowMs - _lossPrHistory[i].timeMs > in MaxFilteredLossPr()
671 _lossPrHistory[i].timeMs = -1; in Reset()
Dcodec_timer.h25 VCMShortMaxSample() : shortMax(0), timeMs(-1) {} in VCMShortMaxSample()
28 int64_t timeMs; variable
Dmedia_opt_util.h84 VCMLossProbabilitySample() : lossPr255(0), timeMs(-1) {} in VCMLossProbabilitySample()
87 int64_t timeMs; variable
/external/jetty/src/java/org/eclipse/jetty/io/bio/
DSocketEndPoint.java257 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
259 if (timeMs!=getMaxIdleTime()) in setMaxIdleTime()
260 _socket.setSoTimeout(timeMs>0?timeMs:0); in setMaxIdleTime()
261 super.setMaxIdleTime(timeMs); in setMaxIdleTime()
DStreamEndPoint.java320 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
322 _maxIdleTime=timeMs; in setMaxIdleTime()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DChannelEndPoint.java503 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
505 if (_socket!=null && timeMs!=_maxIdleTime) in setMaxIdleTime()
506 _socket.setSoTimeout(timeMs>0?timeMs:0); in setMaxIdleTime()
507 _maxIdleTime=timeMs; in setMaxIdleTime()
DSelectChannelEndPoint.java863 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
865 _maxIdleTime=timeMs; in setMaxIdleTime()
DSslConnection.java831 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
833 _aEndp.setMaxIdleTime(timeMs); in setMaxIdleTime()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Dcommon.js34 function getIso8601String(timeMs) { argument
36 time.setTime(timeMs);
/external/jetty/src/java/org/eclipse/jetty/io/
DByteArrayEndPoint.java402 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
404 _maxIdleTime=timeMs; in setMaxIdleTime()
DEndPoint.java171 public void setMaxIdleTime(int timeMs) throws IOException; in setMaxIdleTime() argument
/external/jetty/src/java/org/eclipse/jetty/client/
DSelectConnector.java424 public void setMaxIdleTime(int timeMs) throws IOException in setMaxIdleTime() argument
426 _endp.setMaxIdleTime(timeMs); in setMaxIdleTime()
/external/deqp/execserver/tools/
DxsTest.cpp688 int timeMs = clock.getMilliseconds(); in runClient() local
689 …d bytes in %d ms: %.2f MiB/s\n", DATA_SIZE, timeMs, ((float)DATA_SIZE / (float)(1024*1024)) / ((fl… in runClient()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc60 void set_resend_time_ms(int64_t timeMs) { resend_time_ms_ = timeMs; } in set_resend_time_ms() argument
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...