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

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

Issue 24079003: Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementation for Linux and Fake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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/video/capture/android/video_capture_device_android.cc
diff --git a/media/video/capture/android/video_capture_device_android.cc b/media/video/capture/android/video_capture_device_android.cc
index 152cfda08756a0c48ac217be9032789306f4ba35..028d43c6c854e2e48327afbce0d7f7d8d13f7a59 100644
--- a/media/video/capture/android/video_capture_device_android.cc
+++ b/media/video/capture/android/video_capture_device_android.cc
@@ -121,6 +121,12 @@ const VideoCaptureDevice::Name& VideoCaptureDeviceAndroid::device_name() {
return device_name_;
}
+void VideoCaptureDeviceAndroid::GetDeviceSupportedFormats(
+ const std::string& device_name,
+ VideoCaptureFormats* capture_formats) {
+ NOTIMPLEMENTED();
+}
+
void VideoCaptureDeviceAndroid::Allocate(
const VideoCaptureCapability& capture_format,
EventHandler* observer) {

Powered by Google App Engine
This is Rietveld 408576698