/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_formats.c | 84 FORMAT(B5G6R5_UNORM, RGB565, RGB565, SWIZ(X, Y, Z, 1)),
|
/external/libkmsxx/kms++util/src/ |
D | drawing.cpp | 45 case PixelFormat::RGB565: in draw_rgb_pixel() 167 case PixelFormat::RGB565: in draw_rect() 223 case PixelFormat::RGB565: in draw_char()
|
D | colorbar.cpp | 115 case PixelFormat::RGB565: in draw_color_bar()
|
D | testpat.cpp | 112 case PixelFormat::RGB565: in draw_test_pattern_part()
|
/external/libkmsxx/kms++/src/ |
D | pixelformats.cpp | 19 { PixelFormat::RGB565, { 1, { { 16, 1, 1 } }, } },
|
/external/libkmsxx/kms++/inc/kms++/ |
D | pixelformats.h | 33 RGB565 = MakeFourCC("RG16"), enumerator
|
/external/libkmsxx/py/tests/ |
D | modeset_event.py | 38 if format == pykms.PixelFormat.RGB565:
|
/external/libjpeg-turbo/ |
D | CMakeLists.txt | 1009 # CC: RGB->RGB565 SAMP: fullsize IDCT: islow ENT: huff 1014 # CC: RGB->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff 1036 # CC: YCC->RGB565 SAMP: h2v1 merged IDCT: ifast ENT: huff 1042 # CC: YCC->RGB565 (dithered) SAMP: h2v1 merged IDCT: ifast ENT: huff 1080 # CC: Gray->RGB565 SAMP: fullsize IDCT: islow ENT: huff 1085 # CC: Gray->RGB565 (dithered) SAMP: fullsize IDCT: islow ENT: huff 1180 # CC: YCC->RGB565 SAMP: h2v2 fancy IDCT: islow ENT: huff 1185 # CC: YCC->RGB565 (dithered) SAMP: h2v2 fancy IDCT: islow ENT: huff 1190 # CC: YCC->RGB565 SAMP: h2v2 merged IDCT: islow ENT: huff 1196 # CC: YCC->RGB565 (dithered) SAMP: h2v2 merged IDCT: islow ENT: huff
|
D | ChangeLog.md | 238 11. Fixed a bug in the merged 4:2:0 upsampling/dithered RGB565 color conversion 742 2. The non-SIMD RGB565 color conversion code did not work correctly on big 880 for decompressing JPEG images into RGB565 (16-bit) pixels. If dithering is not
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 575 TESTPLANARTOB(I420, 2, 2, RGB565, 2, 2, 1, 9, ARGB, 4) 579 TESTPLANARTOB(I422, 2, 1, RGB565, 2, 2, 1, 9, ARGB, 4) 740 TESTBIPLANARTOB(NV12, 2, 2, RGB565, 2, 9) 882 TESTATOPLANAR(RGB565, 2, 1, I420, 2, 2, 5) 1069 TESTATOB(ARGB, 4, 4, 1, RGB565, 2, 2, 1, 0) 1082 TESTATOB(RGB565, 2, 2, 1, ARGB, 4, 4, 1, 0) 1190 TESTATOBD(ARGB, 4, 4, 1, RGB565, 2, 2, 1, 0) 1669 TESTPLANARTOBD(I420, 2, 2, RGB565, 2, 2, 1, 9, ARGB, 4) 1803 TESTPLANARTOE(I420, 2, 2, ARGB, 1, 4, RGB565, 2) 1806 TESTPLANARTOE(I422, 2, 1, ARGB, 1, 4, RGB565, 2)
|
/external/libkmsxx/kms++/src/omap/ |
D | omapframebuffer.cpp | 90 case PixelFormat::RGB565: in Create()
|
/external/u-boot/drivers/video/rockchip/ |
D | rk_vop.c | 60 rgb_mode = RGB565; in rkvop_enable()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 190 .value("RGB565", PixelFormat::RGB565) in init_pykmsbase()
|
/external/u-boot/arch/arm/include/asm/arch-rockchip/ |
D | vop_rk3288.h | 76 RGB565 = 2, enumerator
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | v3dx_format_table.c | 78 FORMAT(B5G6R5_UNORM, BGR565, RGB565, SWIZ_XYZ1, 16, 0),
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 36 // Do YUV to RGB565 conversion.
|
/external/ImageMagick/coders/ |
D | bmp.c | 116 RGB565, enumerator 1810 bmp_subtype=RGB565; in WriteBMPImage() 2064 else if (bmp_subtype == RGB565) in WriteBMPImage()
|
/external/ImageMagick/ |
D | ChangeLog | 925 * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the
|