Home
last modified time | relevance | path

Searched full:jpeg (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung,s5pv210-jpeg.yaml4 $id: http://devicetree.org/schemas/media/samsung,s5pv210-jpeg.yaml#
7 title: Samsung S5PV210 and Exynos SoC JPEG codec
18 - samsung,s5pv210-jpeg
19 - samsung,exynos3250-jpeg
20 - samsung,exynos4210-jpeg
21 - samsung,exynos4212-jpeg
22 - samsung,exynos5420-jpeg
23 - samsung,exynos5433-jpeg
59 - samsung,s5pv210-jpeg
60 - samsung,exynos4210-jpeg
[all …]
H A Dimg,e5010-jpeg-enc.yaml4 $id: http://devicetree.org/schemas/media/img,e5010-jpeg-enc.yaml#
7 title: Imagination E5010 JPEG Encoder
13 The E5010 is a JPEG encoder from Imagination Technologies implemented on
15 inputs to JPEG and M-JPEG. It supports baseline JPEG Encoding up to
22 - const: ti,am62a-jpeg-enc
23 - const: img,e5010-jpeg-enc
24 - const: img,e5010-jpeg-enc
66 jpeg-encoder@fd20000 {
67 compatible = "img,e5010-jpeg-enc";
H A Dexynos-jpeg-codec.txt1 Samsung S5P/Exynos SoC series JPEG codec
6 "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg",
7 "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg",
8 "samsung,exynos5433-jpeg";
9 - reg : address and length of the JPEG codec IP register set;
10 - interrupts : specifies the JPEG codec IP interrupt;
12 - "jpeg" for the core gate clock,
H A Drenesas,jpu.txt1 * Renesas JPEG Processing Unit
3 The JPEG processing unit (JPU) incorporates the JPEG codec with an encoding
4 and decoding function conforming to the JPEG baseline process, so that the JPU
5 can encode image data and decode JPEG data quickly.
20 jpeg-codec@fe980000 {
H A Drenesas,jpu.yaml7 title: Renesas JPEG Processing Unit
13 The JPEG processing unit (JPU) incorporates the JPEG codec with an encoding
14 and decoding function conforming to the JPEG baseline process, so that the
15 JPU can encode image data and decode JPEG data quickly.
58 jpeg-codec@fe980000 {
H A Dmediatek-jpeg-encoder.txt1 * MediaTek JPEG Encoder
3 MediaTek JPEG Encoder is the JPEG encode hardware present in MediaTek SoCs
8 - reg : physical base address of the JPEG encoder registers and length of
13 - clock-names: must contain "jpgenc". It is the clock of JPEG encoder.
H A Dnxp,imx8-jpeg.yaml4 $id: http://devicetree.org/schemas/media/nxp,imx8-jpeg.yaml#
7 title: i.MX8QXP/QM JPEG decoder/encoder
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
36 - description: AXI DMA engine clock for fetching JPEG bitstream from memory (per)
H A Dmediatek-jpeg-decoder.txt1 * Mediatek JPEG Decoder
3 Mediatek JPEG Decoder is the JPEG decode hardware present in Mediatek SoCs
10 - reg : physical base address of the jpeg decoder registers and length of
H A Dmediatek,mt8195-jpegenc.yaml7 title: MediaTek JPEG Encoder
13 MediaTek JPEG Encoder is the JPEG encode hardware present in MediaTek SoCs
42 The jpeg encoder hardware device node which should be added as subnodes to
43 the main jpeg node.
H A Dmediatek-jpeg-encoder.yaml4 $id: http://devicetree.org/schemas/media/mediatek-jpeg-encoder.yaml#
7 title: MediaTek JPEG Encoder
13 MediaTek JPEG Encoder is the JPEG encode hardware present in MediaTek SoCs
H A Dmediatek-jpeg-decoder.yaml4 $id: http://devicetree.org/schemas/media/mediatek-jpeg-decoder.yaml#
7 title: MediaTek JPEG Decoder
13 Mediatek JPEG Decoder is the JPEG decode hardware present in Mediatek SoCs
H A Dmediatek,mt8195-jpegdec.yaml7 title: MediaTek JPEG Decoder
13 MediaTek JPEG Decoder is the JPEG decode hardware present in MediaTek SoCs
42 The jpeg decoder hardware device node which should be added as subnodes to
43 the main jpeg node.
H A Dcoda.yaml51 - description: JPEG unit interrupt
57 - const: jpeg
/freebsd/contrib/file/magic/Magdir/
H A Djpeg3 # $File: jpeg,v 1.40 2024/11/10 00:26:35 christos Exp $
4 # JPEG images
7 # 0 string \377\330\377\340 JPEG file
10 # both of which turn into "JPEG image data" here.
12 0 belong 0xffd8fff7 JPEG-LS image data
15 >0 use jpeg
17 0 belong&0xffffff00 0xffd8ff00 JPEG image data
18 !:mime image/jpeg
21 !:ext jpeg/jpg/jpe/jfif
22 >0 use jpeg
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420.dtsi99 bus_jpeg: bus-jpeg {
106 bus_jpeg_apb: bus-jpeg-apb {
905 jpeg_0: jpeg@11f50000 {
906 compatible = "samsung,exynos5420-jpeg";
909 clock-names = "jpeg";
914 jpeg_1: jpeg@11f60000 {
915 compatible = "samsung,exynos5420-jpeg";
918 clock-names = "jpeg";
H A Ds5pv210.dtsi623 jpeg_codec: jpeg-codec@fb600000 {
624 compatible = "samsung,s5pv210-jpeg";
629 clock-names = "jpeg";
/freebsd/contrib/file/tests/
H A DMakefile.am56 jpeg-text.result \
57 jpeg-text.testfile \
/freebsd/sys/contrib/v4l/
H A Dvideodev2.h356 #define V4L2_PIX_FMT_MJPEG v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG */
357 #define V4L2_PIX_FMT_JPEG v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG */
377 #define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
378 #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */
379 #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */
499 int APP_len; /* Length of data in JPEG APPn segment */
500 char APP_data[60]; /* Data in the JPEG APPn segment. */
502 int COM_len; /* Length of data in JPEG COM segment */
503 char COM_data[60]; /* Data in JPEG COM segment */
505 __u32 jpeg_markers; /* Which markers should go into the JPEG
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dlibsodium.vcxproj.filters14 …<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms…
H A Dtl_libsodium.vcxproj.filters.tpl14 …<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms…
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-server.c94 { "jpg", "image/jpeg" },
95 { "jpeg", "image/jpeg" },
/freebsd/contrib/libevent/sample/
H A Dhttp-server.c94 { "jpg", "image/jpeg" },
95 { "jpeg", "image/jpeg" },
/freebsd/sys/contrib/device-tree/Bindings/gpu/host1x/
H A Dnvidia,tegra210-nvjpg.yaml10 NVJPG is the hardware JPEG decoder and encoder present on NVIDIA Tegra210
/freebsd/sys/contrib/device-tree/Bindings/display/hisilicon/
H A Dhisi-ade.txt18 jpeg codec.
/freebsd/contrib/wpa/wpa_supplicant/vs2005/win_if_list/
H A Dwin_if_list.vcproj196 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"

123