diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2021-02-17 16:23:34 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2021-03-03 09:50:44 +0100 |
commit | d8d6a78f223e14e3da7adf73ee54730ba0f1740b (patch) | |
tree | 5b8e64f12e8a760f6e7aa04780d7903a80fbc64e /meson_options.txt | |
parent | 1427d124e86a134076f6abdd4a11b037e005fede (diff) |
android: Introduce Chromium OS buffer manager
Introduce the CameraBuffer backend for the Chromium OS operating system
and the associated meson option.
The Chromium OS CameraBuffer implementation uses the
cros::CameraBufferManager class to perform mapping of 1 plane and multiplane
buffers and to retrieve size information.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index d840543b..f6b6c65c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,7 +7,7 @@ option('android', option('android_platform', type : 'combo', - choices : ['generic'], + choices : ['cros', 'generic'], value : 'generic', description : 'Select the Android platform to compile for') |