HomeSort by relevance Sort by last modified time
    Searched full:argb (Results 201 - 225 of 547) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webp/src/enc/
vp8enci.h 503 // Remove reference to the ARGB/YUVA buffer (doesn't free anything).
506 // Allocates ARGB buffer of given dimension (previous one is always free'd).
513 // Preserves the ARGB buffer.
523 int VP8ApplyNearLossless(int xsize, int ysize, uint32_t* argb, int quality);
527 uint32_t* argb, uint32_t* argb_scratch,
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 128 MDP_ARGB_8888, /* ARGB 888 */
137 MDP_RGBA_8888, /* ARGB 888 */
154 MDP_ARGB_8888_TILE, /* ARGB 8888 in tile format */
164 MDP_ARGB_1555, /*ARGB 1555*/
166 MDP_ARGB_4444, /*ARGB 4444*/
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 140 MDP_ARGB_8888, /* ARGB 888 */
149 MDP_RGBA_8888, /* ARGB 888 */
166 MDP_ARGB_8888_TILE, /* ARGB 8888 in tile format */
176 MDP_ARGB_1555, /*ARGB 1555*/
178 MDP_ARGB_4444, /*ARGB 4444*/
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 86 // Scale ARGB vertically with bilinear interpolation.
303 // ARGB Column functions
319 // ARGB Row functions
  /external/libyuv/files/include/libyuv/
scale_row.h 105 // Scale ARGB vertically with bilinear interpolation.
328 // ARGB Column functions
344 // ARGB Row functions
  /external/skia/src/animator/
SkDisplayType.cpp 94 // argb
248 // argb
414 // argb
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 120 void notificationLightPulse(int argb, int onMillis, int offMillis);
308 public void notificationLightPulse(int argb, int onMillis, int offMillis) {
310 mHandler.obtainMessage(MSG_NOTIFICATION_LIGHT_PULSE, onMillis, offMillis, argb)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 88 "A @color@ value specifies an RGB value with an alpha channel, which can be used in various places such as specifying a solid color for a Drawable or the color to use for text. It always begins with a # character and then is followed by the alpha-red-green-blue information in one of the following formats: #RGB, #ARGB, #RRGGBB or #AARRGGBB.",
161 "A @drawable@ defines a rectangle of color. Android accepts color values written in various web-style formats -- a hexadecimal constant in any of the following forms: #RGB, #ARGB, #RRGGBB, #AARRGGBB. Zero in the alpha channel means transparent. The default value is opaque.",
170 "A mandatory color value in the form #RGB, #ARGB, #RRGGBB or #AARRGGBB.")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaTextureRender.java 261 // with native-order ARGB data to feed to Bitmap.
270 // Swapping B and R gives us ARGB. We need about 30ms for the bulk get(), and another
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 257 // with native-order ARGB data to feed to Bitmap.
266 // Swapping B and R gives us ARGB. We need about 30ms for the bulk get(), and another
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 220 PRINT("encoding raw ARGB\n");
328 else if (!strcmp(type, "argb"))
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/distancefield/
DistanceFieldGenerator.java 172 * For a distance as returned by {@link #findSignedDistance}, returns the corresponding "RGB" (really ARGB) color value.
175 * @return an ARGB color value suitable for {@link BufferedImage#setRGB}.
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 298 // Set sample encoding format to ARGB. See the documentation for further values.
299 pAudioVideoCaptureDevice->VideoEncodingFormat = CameraCaptureVideoFormat::Argb;
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]
  /external/webp/src/utils/
utils.c 235 WebPCopyPlane((uint8_t*)src->argb, 4 * src->argb_stride, (uint8_t*)dst->argb,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 204 mLightingColorFilter.setColorMultiply(Color.argb(255, mul, mul, mul));
212 mDrawPaint.setColor(Color.argb(255, grey, grey, grey));
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifPatternDrawable.java 300 mColor = Color.argb(COLOR_ALPHA_INT, r, g, b);
315 return Color.argb(255, Color.red(mColor), Color.green(mColor), Color.blue(mColor));
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 94 MDP_ARGB_8888, /* ARGB 888 */
102 MDP_RGBA_8888, /* ARGB 888 */
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 92 MDP_ARGB_8888, /* ARGB 888 */
100 MDP_RGBA_8888, /* ARGB 888 */
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 84 parts.argb[i].reg = c;
89 CONTEXT_LOAD(dvdx, generated_vars.argb[i].dx);
107 CONTEXT_STORE(c, generated_vars.argb[i].c);
200 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c);
201 CONTEXT_LOAD(dx, generated_vars.argb[component].dx);
203 CONTEXT_STORE(dx, generated_vars.argb[component].c);
205 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c);
211 fragment.reg = parts.argb[component].reg;
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 416 *r_pos = 1; *g_pos = 2; *b_pos = 3; *bytes = 4; // ARGB in memory.
697 // Test constructing an image from a ARGB buffer
711 // Test constructing an image from a wide ARGB buffer
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
SweepGradientTest.java 118 color = Color.argb(alpha, red, green, blue);
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightStatusBarTests.java 224 return Color.argb(fgAlpha + (255 - fgAlpha) * bgAlpha / 255,
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 169 return Color.argb(alpha, Color.red(color), Color.green(color), Color.blue(color));
  /developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/
ChangeColor.java 94 // #argb values, which are specified as the 2nd and 3rd input arguments.

Completed in 1103 milliseconds

1 2 3 4 5 6 7 891011>>