HomeSort by relevance Sort by last modified time
    Searched refs:RGB565 (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/angle/tests/angle_tests/
FramebufferFormatsTest.cpp 79 TEST_F(FramebufferFormatsTest, RGB565)
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 73 RGB565 = 1,
C2DColorConverter.cpp 266 case RGB565:
367 case RGB565:
390 case RGB565:
391 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
444 case RGB565:
588 case RGB565:
680 if (mDstFormat == RGB565) {
  /device/generic/goldfish/camera/
Converters.h 45 * RGB565 color masks
81 /* Extract red, green, and blue bytes from RGB565 word. */
85 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
93 /* Build RGB565 word from red, green, and blue bytes. */
94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | g) << 5) | r)
98 /* Extract red, green, and blue bytes from RGB565 word. */
102 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
110 /* Build RGB565 word from red, green, and blue bytes. */
111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b)
160 /* Converts RGB565 color to YUV. *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/
WebGLImageConversionNEON.h 286 uint8x8x2_t RGB565;
287 RGB565.val[0] = vorr_u8(componentGRight, componentB);
288 RGB565.val[1] = vorr_u8(componentR, componentGLeft);
289 vst2_u8(dst, RGB565);
  /external/libyuv/files/unit_test/
planar_test.cc 93 TESTPLANARTOB(I420, 2, 2, RGB565, 2)
165 TESTBIPLANARTOB(NV12, 2, 2, RGB565, 2)
166 TESTBIPLANARTOB(NV21, 2, 2, RGB565, 2)
251 TESTATOPLANAR(RGB565, 2, I420, 2, 2)
315 TESTATOB(ARGB, 4, 4, RGB565, 2)
323 TESTATOB(RGB565, 2, 2, ARGB, 4)
373 TESTATOBRANDOM(ARGB, 4, 4, RGB565, 2)
382 TESTATOBRANDOM(RGB565, 2, 2, ARGB, 4)
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 47 * RGB565 color masks
79 /* Extract red, green, and blue bytes from RGB565 word. */
83 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
91 /* Build RGB565 word from red, green, and blue bytes. */
92 #define RGB565(r, g, b) (uint16_t)(((((uint16_t)(b) << 6) | (g)) << 5) | (r))
96 /* Extract red, green, and blue bytes from RGB565 word. */
100 /* Make 8 bits red, green, and blue, extracted from RGB565 word. */
108 /* Build RGB565 word from red, green, and blue bytes. */
109 #define RGB565(r, g, b) (uint16_t)(((((uint16_t)(r) << 6) | (g)) << 5) | (b))
168 /* Converts RGB565 color to YUV. *
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
convert_test.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 89 _COLOR(RGB565),
90 _COLOR_REV(RGB565),
117 _COLOR(RGB565),
118 _COLOR_REV(RGB565),
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 89 _COLOR(RGB565),
90 _COLOR_REV(RGB565),
117 _COLOR(RGB565),
118 _COLOR_REV(RGB565),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 94 _COLOR(RGB565),
95 _COLOR_REV(RGB565),
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 94 _COLOR(RGB565),
95 _COLOR_REV(RGB565),
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 18 @r9 temp4, Raw RGB565
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 426 const GLenum RGB565 = 0x8D62;
    [all...]
  /device/lge/mako/camera/
QCamera_Intf.h     [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCamera_Intf.h 1093 RGB565 = 8,
    [all...]

Completed in 293 milliseconds