Searched +full:imx8qxp +full:- +full:jpgenc (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | nxp,imx8-jpeg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/nxp,imx8-jpeg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Mirela Rabulea <mirela.rabulea@nxp.com> 12 description: |- 13 The JPEG decoder/encoder present in iMX8QXP and iMX8QM SoCs is an 14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline 20 - items: 22 - nxp,imx8qxp-jpgdec [all …]
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8qm-ss-img.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 7 compatible = "nxp,imx8qm-jpgdec", "nxp,imx8qxp-jpgdec"; 11 compatible = "nxp,imx8qm-jpgenc", "nxp,imx8qxp-jpgenc";
|
H A D | imx8qxp-ss-img.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 8 compatible = "nxp,imx8qxp-jpgdec"; 12 compatible = "nxp,imx8qxp-jpgenc";
|
/linux/drivers/media/platform/nxp/imx-jpeg/ |
H A D | mxc-jpeg.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * The multi-planar buffers API is used. 12 * YUV420 is the only multi-planar format supported. 38 * This is inspired by the drivers/media/platform/samsung/s5p-jpeg driver 40 * Copyright 2018-2019 NXP 56 #include <media/v4l2-jpeg.h> 57 #include <media/v4l2-mem2mem.h> 58 #include <media/v4l2-ioctl.h> 59 #include <media/v4l2-common.h> 60 #include <media/v4l2-event.h> [all …]
|