/external/libjpeg-turbo/release/ |
ReadMe.txt | 3 libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
|
deb-control.tmpl | 23 big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java
|
libjpeg-turbo.spec.in | 57 big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java
|
/bootable/recovery/minui/ |
graphics_fbdev.cpp | 75 // different format (XBGR) but actually produces the correct
|
/cts/hostsidetests/security/securityPatch/Bug-35950388/ |
local_poc.h | 286 MDP_XBGR_8888_TILE, /* XBGR 8888 in tile format */
|
/external/libjpeg-turbo/ |
README-turbo.txt | 16 big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java 65 RGBX, XBGR, and XRGB pixel ordering. This is implemented with ten new 94 When using the RGBX, BGRX, XBGR, and XRGB colorspaces during decompression, the
|
README.md | 15 big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java 69 RGBX, XBGR, and XRGB pixel ordering. This is implemented with ten new 98 When using the RGBX, BGRX, XBGR, and XRGB colorspaces during decompression, the
|
tjbench.c | 53 "RGB", "BGR", "RGBX", "BGRX", "XBGR", "XRGB", "GRAY", "", "", "", "", "CMYK" 726 printf("-rgb, -bgr, -rgbx, -bgrx, -xbgr, -xrgb =\n"); 839 if(!strcasecmp(argv[i], "-xbgr")) pf=TJPF_XBGR;
|
jmorecfg.h | 313 * to compress from/decompress to a BGR/BGRX/RGBX/XBGR/XRGB buffer, they could
|
tjunittest.c | 70 "RGB", "BGR", "RGBX", "BGRX", "XBGR", "XRGB", "Grayscale",
|
/external/libvncserver/test/ |
tjbench.c | 51 "RGB", "BGR", "RGBX", "BGRX", "XBGR", "XRGB", "GRAY" 483 printf("-rgb, -bgr, -rgbx, -bgrx, -xbgr, -xrgb =\n"); 580 if(!strcasecmp(argv[i], "-xbgr")) pf=TJPF_XBGR;
|
tjunittest.c | 58 "RGB", "BGR", "RGBX", "BGRX", "XBGR", "XRGB", "Grayscale",
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msm_vpu.h | 93 * V4L2_PIX_FMT_XBGR2 32 bit XBGR-2-10-10-10
|
/external/libjpeg-turbo/java/ |
TJBench.java | 41 "RGB", "BGR", "RGBX", "BGRX", "XBGR", "XRGB", "GRAY" 622 System.out.println("-rgb, -bgr, -rgbx, -bgrx, -xbgr, -xrgb ="); 734 if (argv[i].equalsIgnoreCase("-xbgr")) [all...] |
/external/swiftshader/src/OpenGL/libEGL/ |
Config.cpp | 109 mNativeVisualID = 1; // Arbitrary; prefer over XBGR
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_buffer.h | 87 kFormatXBGR2101010, //!< 10-bits Padding, Blue, Green, Red interleaved in XBGR order. No Alpha.
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
layer_buffer.h | 78 kFormatXBGR2101010, //!< 10-bits Padding, Blue, Green, Red interleaved in XBGR order. No Alpha.
|
/hardware/qcom/display/sdm845/sdm/include/core/ |
layer_buffer.h | 78 kFormatXBGR2101010, //!< 10-bits Padding, Blue, Green, Red interleaved in XBGR order. No Alpha.
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
msm_vpu.h | 101 * V4L2_PIX_FMT_XBGR2 32 bit XBGR-2-10-10-10
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
msm_vpu.h | 101 * V4L2_PIX_FMT_XBGR2 32 bit XBGR-2-10-10-10
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
msm_vpu.h | 101 * V4L2_PIX_FMT_XBGR2 32 bit XBGR-2-10-10-10
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
TJ.java | 152 * XBGR pixel format. The red, green, and blue components in the image are
|
/external/libvncserver/common/ |
turbojpeg.h | 150 * XBGR pixel format. The red, green, and blue components in the image are
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Context.cpp | 2560 unsigned int xbgr = *(unsigned int*)(source + 4 * i); local [all...] |
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 159 MDP_XBGR_8888_TILE, /* XBGR 8888 in tile format */
|