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

Unified Diff: media/capture/video/win/video_capture_device_mf_win.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/win/video_capture_device_mf_win.h
diff --git a/media/capture/video/win/video_capture_device_mf_win.h b/media/capture/video/win/video_capture_device_mf_win.h
index b78828e177d5f07d01670a097c40a71ac90b6bac..8d653d8697d2aaf39c07eb1a6943f5b14d769d8e 100644
--- a/media/capture/video/win/video_capture_device_mf_win.h
+++ b/media/capture/video/win/video_capture_device_mf_win.h
@@ -56,7 +56,8 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin : public base::NonThreadSafe,
void OnIncomingCapturedData(const uint8_t* data,
int length,
int rotation,
- const base::TimeTicks& time_stamp);
+ base::TimeTicks reference_time,
+ base::TimeDelta timestamp);
private:
void OnError(const tracked_objects::Location& from_here, HRESULT hr);
« no previous file with comments | « media/capture/video/win/sink_input_pin_win.cc ('k') | media/capture/video/win/video_capture_device_mf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698