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

Unified Diff: talk/app/webrtc/androidvideocapturer.h

Issue 1178703009: VideoCapturerAndroid: Add function to change capture format while camera is running (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 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: talk/app/webrtc/androidvideocapturer.h
diff --git a/talk/app/webrtc/androidvideocapturer.h b/talk/app/webrtc/androidvideocapturer.h
index 2dffb9c1414307bf3bac33d356dd0bf8f99a0641..876504a376398700d33945cdd198d9a97725eb7e 100644
--- a/talk/app/webrtc/androidvideocapturer.h
+++ b/talk/app/webrtc/androidvideocapturer.h
@@ -71,6 +71,8 @@ class AndroidVideoCapturer : public cricket::VideoCapturer {
// Called from JNI when a new frame has been captured.
void OnIncomingFrame(void* video_frame,
int length,
+ int width,
+ int height,
int rotation,
int64 time_stamp);

Powered by Google App Engine
This is Rietveld 408576698