summaryrefslogtreecommitdiff
/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2020, Google Inc. * * sysfs.h - Miscellaneous utility functions to access sysfs */ #ifndef __LIBCAMERA_INTERNAL_SYSFS_H__ #define __LIBCAMERA_INTERNAL_SYSFS_H__ #include <string> namespace libcamera { namespace sysfs { std::string charDevPath(const std::string &deviceNode); std::string firmwareNodePath(const std::
2021-02-04subprojects: Add libyuv and built if -Dandroid=enabledHirokazu Honda
Android HAL adaptation layer may need image processing, for example, scaling and format conversion. Libyuv is a general image processing. This adds libyuv to subprojects, so that it is forked locally and can be used with Android HAL implementation code. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>