HomeSort by relevance Sort by last modified time
    Searched full:argb (Results 76 - 100 of 533) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 32 ; 4. ARGB frame
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
convert_rgb_to_yuv_ssse3.h 30 void ConvertARGBToYUVRow_SSSE3(const uint8* argb,
convert_yuv_to_rgb_mmx.inc 12 PROLOGUE 6, 7, 3, Y, U, V, ARGB, WIDTH, TABLE, TEMP
linear_scale_yuv_to_rgb_mmx.inc 17 ; 4. ARGB frame
22 PROLOGUE 7, 7, 3, Y, R0, R1, ARGB, R2, TEMP, R3
linear_scale_yuv_to_rgb_mmx_x64.asm 32 ; 4. ARGB frame
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
  /external/chromium_org/third_party/libwebp/utils/
alpha_processing.c 140 const uint32_t argb = ptr[x]; local
141 if (argb < 0xff000000u) { // alpha < 255
142 if (argb <= 0x00ffffffu) { // alpha == 0
145 const uint32_t alpha = (argb >> 24) & 0xff;
147 uint32_t out = argb & 0xff000000u;
148 out |= Mult(argb >> 0, scale) << 0;
149 out |= Mult(argb >> 8, scale) << 8;
150 out |= Mult(argb >> 16, scale) << 16;
  /frameworks/native/include/ui/
PixelFormat.h 64 PIXEL_FORMAT_RGBA_5551 = 6, // 16-bit ARGB
65 PIXEL_FORMAT_RGBA_4444 = 7, // 16-bit ARGB
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 29 typedef DWORD ARGB;
92 ARGB Entries[1];
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
index.html 20 and stride for a 32 bit (RGBA/ARGB) area in which the example draws
  /external/chromium_org/third_party/libyuv/include/libyuv/
scale_argb.h 39 // Scale with YUV conversion to ARGB and clipping.
  /external/pdfium/core/src/fxge/apple/
apple_int.h 59 FX_ARGB argb,
159 void setStrokeInfo(const CFX_GraphStateData * graphState, FX_ARGB argb, FX_FLOAT lineWidth);
160 void setFillInfo(FX_ARGB argb);
170 FX_DWORD argb,
fx_apple_platform.cpp 48 FX_DWORD argb,
99 argb,
109 FX_DWORD argb,
157 FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, argb, alpha_flag, pIccTransform);
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 38 void notificationLightPulse(int argb, int millisOn, int millisOff);
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 52 const uint32_t* argb = pic->argb; local
55 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0]
59 if (argb[x] == last_pix) {
62 last_pix = argb[x];
84 argb += pic->argb_stride;
101 static int AnalyzeEntropy(const uint32_t* argb,
107 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0
114 const uint32_t pix = argb[x]
706 const uint32_t* const argb = enc->argb_; local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 267 // ARGB mirror.
322 // Alpha Blend 2 ARGB images and store to destination.
349 // Convert ARGB to I400.
381 // ARGB little endian (bgra in memory) to I422
587 // Convert ARGB to RGBA.
626 // Convert ARGB To RGB24.
672 // Convert ARGB To RAW.
718 // Convert ARGB To RGB565.
753 // Convert ARGB To ARGB1555.
788 // Convert ARGB To ARGB4444
    [all...]
  /external/webp/src/enc/
vp8l.c 52 const uint32_t* argb = pic->argb; local
55 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0]
59 if (argb[x] == last_pix) {
62 last_pix = argb[x];
84 argb += pic->argb_stride;
101 static int AnalyzeEntropy(const uint32_t* argb,
107 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0
114 const uint32_t pix = argb[x]
706 const uint32_t* const argb = enc->argb_; local
    [all...]
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 58 private static final int POINTS_COLOR_BLUE = Color.argb(179, 0, 0, 255);
59 private static final int POINTS_COLOR_GREEN = Color.argb(210, 166, 51, 255);
60 private static final int POINTS_COLOR_AQUA = Color.argb(220, 38, 120, 148);
61 private static final int BG_COLOR_BLACK = Color.argb(255, 26, 26, 83);
62 private static final int BG_COLOR_BLUE = Color.argb(255, 8, 0, 26);
  /external/chromium_org/third_party/libyuv/source/
convert_from_argb.cc 24 // ARGB little endian (bgra in memory) to I444
97 // ARGB little endian (bgra in memory) to I422
174 // ARGB little endian (bgra in memory) to I411
453 // Convert ARGB to YUY2.
551 // Convert ARGB to UYVY.
649 // Convert ARGB to I400.
708 // Shuffle table for converting ARGB to RGBA.
713 // Convert ARGB to RGBA.
724 // Convert ARGB To RGB24.
770 // Convert ARGB To RAW
    [all...]
planar_functions.cc 479 // ARGB mirror.
550 // Alpha Blend 2 ARGB images and store to destination.
586 // Multiply 2 ARGB images and store to destination.
647 // Add 2 ARGB images and store to destination.
713 // Subtract 2 ARGB images and store to destination.
    [all...]
row_neon.cc     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 140 movq mm0, [esi] ; argb
141 movq mm1, mm0 ; argb
143 movq mm3, mm1 ; argb
150 movq mm4, [esi+8] ; argb
151 movq mm2, mm4 ; argb
153 movq mm1, mm2 ; argb
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 30 assertEquals(Color.RED, Color.argb(0xff, 0xff, 0x00, 0x00));
31 assertEquals(Color.YELLOW, Color.argb(0xff, 0xff, 0xff, 0x00));
  /development/tools/yuv420sp2rgb/
cmdline.c 30 "encode as one of { 'ppm', 'rgb', or 'argb' }",
40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
  /external/chromium_org/third_party/libwebp/dsp/
alpha_processing.c 140 const uint32_t argb = ptr[x]; local
141 if (argb < 0xff000000u) { // alpha < 255
142 if (argb <= 0x00ffffffu) { // alpha == 0
145 const uint32_t alpha = (argb >> 24) & 0xff;
147 uint32_t out = argb & 0xff000000u;
148 out |= Mult(argb >> 0, scale) << 0;
149 out |= Mult(argb >> 8, scale) << 8;
150 out |= Mult(argb >> 16, scale) << 16;
lossless_neon.c 272 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); local
274 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
275 vtbl1_u8(vget_high_u8(argb), shuffle));
276 vst1q_u8((uint8_t*)argb_data, vsubq_u8(argb, greens));
286 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); local
288 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
289 vtbl1_u8(vget_high_u8(argb), shuffle));
290 vst1q_u8((uint8_t*)argb_data, vaddq_u8(argb, greens));

Completed in 251 milliseconds

1 2 34 5 6 7 8 91011>>