summaryrefslogtreecommitdiff
path: root/src/android/yuv
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>202/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ipu3-unpack - Unpack IPU3 raw Bayer format to 16-bit Bayer * * Copyright 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */ #define _GNU_SOURCE #include <errno.h> #include <fcntl.h> #include <stdint.h> #include <stdio.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> static void usage(const char *argv0) { printf("Usage: %s input-file output-file\n", basename(argv0)); printf("Unpack the IPU3 raw Bayer format to 16-bit Bayer\n"); } ffer' to comply with the coding style guidelines. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/android/yuv')
0 files changed, 0 insertions, 0 deletions