Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3805)

Unified Diff: media/capture/video/android/video_capture_device_android.h

Issue 1983193002: Decouple capture timestamp and reference time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve Comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/android/video_capture_device_android.h
diff --git a/media/capture/video/android/video_capture_device_android.h b/media/capture/video/android/video_capture_device_android.h
index 3ac88bd3cc75f3d5b0772be7a7468b48c1ccb7fe..529acd07d1e2605c1acf2b8a3212c29e207230d4 100644
--- a/media/capture/video/android/video_capture_device_android.h
+++ b/media/capture/video/android/video_capture_device_android.h
@@ -93,6 +93,7 @@ class MEDIA_EXPORT VideoCaptureDeviceAndroid : public VideoCaptureDevice {
InternalState state_;
bool got_first_frame_;
base::TimeTicks expected_next_frame_time_;
+ base::TimeTicks first_ref_time_;
base::TimeDelta frame_interval_;
std::unique_ptr<VideoCaptureDevice::Client> client_;

Powered by Google App Engine
This is Rietveld 408576698