HomeSort by relevance Sort by last modified time
    Searched defs:gray (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gray_tbl.cpp 47 This file contains the declaration for the gray encoding and decoding tables,
86 extern const Word16 gray[];
88 const Word16 gray[8] = {0, 1, 3, 2, 6, 4, 5, 7}; variable
130 [1] gray.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
frametovalues.cpp 47 int gray = getIntensityFast(R, G, B); local
48 *(grayPtr+idx) = static_cast<unsigned char>(gray);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.cpp 43 const RGBA32 Color::gray; member in class:blink::Color
Color.h 132 static const RGBA32 gray = 0xFFA0A0A0; member in class:blink::Color
  /external/chromium_org/third_party/skia/gm/
texdata.cpp 45 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
56 gTextureData[offset + y * stride + x] = gray;
77 gTextureData[offset + y * stride + x] = gray;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 68 Color gray = new Color(null, 128, 128, 128); field in interface:IColorConstants
  /external/skia/gm/
texdata.cpp 45 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
56 gTextureData[offset + y * stride + x] = gray;
77 gTextureData[offset + y * stride + x] = gray;
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 55 int gray,
70 if (gray) {
195 int gray,
263 gray, rotate,
273 int height, width, gray, rotate; local
282 &gray,
317 INFO("gray only: %d\n", gray);
333 height, width, gray,
  /external/chromium_org/third_party/skia/bench/
GradientBench.cpp 370 const int gray = i % 256; local
371 const int alpha = fHasAlpha ? gray : 0xFF;
374 SkColorSetARGB(alpha, gray, gray, gray),
  /external/deqp/framework/common/
tcuRGBA.hpp 99 const static RGBA gray; member in class:tcu::RGBA
  /external/skia/bench/
GradientBench.cpp 371 const int gray = i % 256; local
372 const int alpha = fHasAlpha ? gray : 0xFF;
375 SkColorSetARGB(alpha, gray, gray, gray),
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.cpp 205 unsigned gray = src[0] >> 4; local
206 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);
563 // Sampling Gray to A8 uses the same function as Index to Index8,
649 NULL, // gray to index
795 // Gray
  /external/opencv/cvaux/src/
cvsegment.cpp 483 CvMat* gray = 0; local
505 CV_CALL( gray = cvCreateMat( size.height, size.width, CV_8UC1 ));
511 cvCvtColor( src, gray, CV_BGR2GRAY );
512 cvCanny( gray, canny, 0/*canny_threshold*0.4*/, canny_threshold, 3 );
578 cvReleaseMat( &gray );
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 205 unsigned gray = src[0] >> 4; local
206 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);
563 // Sampling Gray to A8 uses the same function as Index to Index8,
649 NULL, // gray to index
795 // Gray
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 250 const uint32_t gray = MakeBGRA(128, 128, 128, 255); local
251 color = gray;
402 const uint32_t gray = MakeBGRA(192, 192, 192, 255); local
405 screen_positions_[i].x, screen_positions_[i].y, white, gray);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 244 const uint32_t gray = MakeBGRA(128, 128, 128, 255); local
245 color = gray;
399 const uint32_t gray = MakeBGRA(192, 192, 192, 255); local
402 screen_positions_[i].x, screen_positions_[i].y, white, gray);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 186 Color gray= display.getSystemColor(SWT.COLOR_GRAY); local
210 gc.setBackground(gray);
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 327 FX_BYTE gray[2]; local
343 pIccModule->TranslateScanline(pIccTransform, gray, (FX_LPCBYTE)plt, 2);
360 gray[0] = FXRGB2GRAY(reset_r, reset_g, reset_b);
361 gray[1] = FXRGB2GRAY(set_r, set_g, set_b);
365 FXSYS_memset8(dest_scan, gray[0], width);
369 *dest_scan = gray[1];
380 FX_BYTE gray[256]; local
396 pIccModule->TranslateScanline(pIccTransform, gray, (FX_LPCBYTE)plt, 256);
403 gray[i] = FXRGB2GRAY(r, g, b);
407 gray[i] = FXRGB2GRAY(FXARGB_R(src_plt[i]), FXARGB_G(src_plt[i]), FXARGB_B(src_plt[i]));
    [all...]
  /external/chromium_org/third_party/libpng/
pngrtran.c 798 /* Detect gray background and attempt to enable optimization
799 * for gray --> RGB case
803 * background color might actually be gray yet not be flagged as such.
819 png_ptr->background.gray = png_ptr->background.red;
826 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
832 png_ptr->background.gray *= (png_uint_16)0xff;
834 = png_ptr->background.blue = png_ptr->background.gray;
837 png_ptr->trans_values.gray *= (png_uint_16)0xff;
839 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
844 png_ptr->background.gray *= (png_uint_16)0x55
3857 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform.c 337 uint16_t gray; local
342 gray = linear * PRECACHE_OUTPUT_MAX;
344 dest[r_out] = transform->output_table_r->data[gray];
345 dest[1] = transform->output_table_g->data[gray];
346 dest[b_out] = transform->output_table_b->data[gray];
361 uint16_t gray; local
366 gray = linear * PRECACHE_OUTPUT_MAX;
368 dest[r_out] = transform->output_table_r->data[gray];
369 dest[1] = transform->output_table_g->data[gray];
370 dest[b_out] = transform->output_table_b->data[gray];
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 30 ** mark objects referred by them. (They are always gray, so they must
131 GCObject *gray; /* list of gray objects */ member in struct:global_State
  /external/libpng/contrib/gregbook/
rpng2-win.c 968 double freq, rotate, saturate, gray, intensity; local
    [all...]

Completed in 463 milliseconds

1 2 3