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

Unified Diff: media/video/capture/win/video_capture_device_mf_win.h

Issue 83793004: Implement IPCs and VideoCapture::Client interfaces for texture capture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: e296ac98 Win32 bits. Created 6 years, 10 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
« no previous file with comments | « media/video/capture/video_capture_types.cc ('k') | media/video/capture/win/video_capture_device_mf_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/capture/win/video_capture_device_mf_win.h
diff --git a/media/video/capture/win/video_capture_device_mf_win.h b/media/video/capture/win/video_capture_device_mf_win.h
index 31a8f22400047bff072f93b646fd3ba5406d70d5..a1bda9f288c589f738582daedf02ccb00b59f00c 100644
--- a/media/video/capture/win/video_capture_device_mf_win.h
+++ b/media/video/capture/win/video_capture_device_mf_win.h
@@ -55,11 +55,11 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
static void GetDeviceSupportedFormats(const Name& device,
VideoCaptureFormats* formats);
- // Captured a new video frame.
- void OnIncomingCapturedFrame(const uint8* data,
- int length,
- const base::TimeTicks& time_stamp,
- int rotation);
+ // Captured new video data.
+ void OnIncomingCapturedData(const uint8* data,
+ int length,
+ int rotation,
+ const base::TimeTicks& time_stamp);
private:
void OnError(HRESULT hr);
« no previous file with comments | « media/video/capture/video_capture_types.cc ('k') | media/video/capture/win/video_capture_device_mf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698