summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/shield.svg
AgeCommit message (Expand)Author
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
class="hl com"> * * pixelformats.cpp - libcamera pixel formats */ #include <libcamera/pixelformats.h> /** * \file pixelformats.h * \brief libcamera pixel formats */ namespace libcamera { /** * \typedef PixelFormat * \brief libcamera image pixel format * * The PixelFormat type describes the format of images in the public libcamera * API. It stores a FourCC value as a 32-bit unsigned integer. The values are * defined in the Linux kernel DRM/KMS API (see linux/drm_fourcc.h). * * \todo Add support for format modifiers */ } /* namespace libcamera */