diff options
author | Hirokazu Honda <hiroh@chromium.org> | 2020-12-11 09:53:36 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | # SPDX-License-Identifier: CC0-1.0 glib_dep = dependency('glib-2.0', required : get_option('gstreamer')) gst_dep_version = '>=1.14.0' gstvideo_dep = dependency('gstreamer-video-1.0', version : gst_dep_version, required : get_option('gstreamer')) gstallocator_dep = dependency('gstreamer-allocators-1.0', version : gst_dep_version, required : get_option('gstreamer')) if not glib_dep.found() or not gstvideo_dep.found() or not gstallocator_dep.found() gst_enabled = false subdir_done() endif gst_enabled = true l&id=26d90af082d1d810a75ba73472cce2950fc94284'>src/android/metadata|
parent | 2bc6ba2e1f013530677080c60ab0a24ce39fcf0b (diff) |
android: camera_device: Reorder configurations before requesting
This reorders Camera3Configs before executing
CameraConfiguration::validate() to make it easier for the Camera
to satisfy the Android framework request.
Signed-off-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Umang Jain <email@uajain.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Add blank line and fix compilation on gcc 7.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/android/metadata')
0 files changed, 0 insertions, 0 deletions