/external/webrtc/webrtc/modules/video_coding/ |
codec_timer.cc | 36 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) { 38 UpdateMaxHistory(decodeTime, nowMs); 39 ProcessHistory(nowMs); 72 void VCMCodecTimer::ProcessHistory(int64_t nowMs) { 81 if (nowMs - _history[i].timeMs > MAX_HISTORY_SIZE * SHORT_FILTER_MS) {
|
codec_timer.h | 36 void MaxFilter(int32_t newDecodeTimeMs, int64_t nowMs); 46 void ProcessHistory(int64_t nowMs);
|
media_opt_util.cc | 471 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) 489 Reset(nowMs); 551 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const { 560 if (nowMs - _lossPrHistory[i].timeMs > 573 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, 577 UpdateMaxLossHistory(lossPr255, nowMs); 580 _lossPr255.Apply(static_cast<float>(nowMs - _lastPrUpdateT), 582 _lastPrUpdateT = nowMs; 594 filtered_loss = MaxFilteredLossPr(nowMs); 610 int64_t nowMs) { [all...] |
media_opt_util.h | 227 explicit VCMLossProtectionLogic(int64_t nowMs); 260 void UpdatePacketsPerFrame(float nPackets, int64_t nowMs); 266 void UpdatePacketsPerFrameKey(float nPackets, int64_t nowMs); 324 uint8_t FilteredLoss(int64_t nowMs, 328 void Reset(int64_t nowMs); 335 uint8_t MaxFilteredLossPr(int64_t nowMs) const;
|
generic_decoder.h | 79 int32_t Decode(const VCMEncodedFrame& inputFrame, int64_t nowMs);
|
generic_decoder.cc | 143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) { 146 _frameInfos[_nextFrameInfoIdx].decodeStartTimeMs = nowMs;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 51 final long nowMs = SystemClock.uptimeMillis(); 54 if (last != null && nowMs - last.millis > MAX_SAMPLE_INTERVAL_MS) { 64 sample.millis = nowMs;
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
PlotStatistics.java | 80 long nowMs = System.currentTimeMillis();
82 long msSinceUpdate = (nowMs - lastAnnotation);
90 lastAnnotation = nowMs;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MockTvInputSetupActivity.java | 105 long nowMs = System.currentTimeMillis(); 106 long startTimeMs = nowMs - nowMs % PROGRAM_LENGTH_MILLIS;
|
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
RichTvInputService.java | 270 long nowMs = System.currentTimeMillis(); 275 int seekPosMs = (int) (nowMs - info.startTimeMs); 283 mDbHandler.postDelayed(mPlayCurrentProgramRunnable, info.endTimeMs - nowMs + 1000); 406 long nowMs = System.currentTimeMillis(); 408 mContext.getContentResolver(), mChannelUri, nowMs, nowMs + 1, 1);
|
/packages/apps/EmergencyInfo/src/com/android/emergency/edit/ |
EditInfoActivity.java | 80 long nowMs = System.currentTimeMillis(); 83 if (nowMs - lastConsentTimeMs > ONE_DAY_MS || lastConsentTimeMs > nowMs) {
|
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 323 long nowMs = -1; 326 nowMs = mTimeProvider.getCurrentTimeUs( 334 cue.mStartTimeMs + " <= " + nowMs + ", " + 338 cue.mStartTimeMs <= nowMs && 339 // we don't trust nowMs, so check any cue since last callback 345 final long thenMs = nowMs;
|
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationUsageStats.java | [all...] |
/art/runtime/hprof/ |
hprof.cc | 653 const uint64_t nowMs = (gettimeofday(&now, nullptr) < 0) ? 0 : 657 __ AddU4(static_cast<uint32_t>(nowMs >> 32)); 659 __ AddU4(static_cast<uint32_t>(nowMs & 0xFFFFFFFF)); [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiServiceImpl.java | [all...] |
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
ImageReaderSubPane.java | 751 long nowMs = new Date().getTime(); 757 long timestampMs = (nowMs * NS_PER_MS - nowBootTimeNs + timestamp) / NS_PER_MS;
|
/cts/tests/video/src/android/video/cts/ |
VideoEncoderDecoderTest.java | [all...] |
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/ |
exoplayer_dev-hls_20150123.jar | |
/packages/apps/TV/usbtuner/libs/ |
exoplayer_1.5.6.jar | |