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

1 2

  /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
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 43 const RGBA32 Color::gray; member in class:WebCore::Color
Color.h 161 static const RGBA32 gray = 0xFFA0A0A0; member in class:WebCore::Color
  /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 41 static const SkPMColor gray = SkPackARGB32(0x40, 0x40, 0x40, 0x40); local
52 gTextureData[offset + y * stride + x] = gray;
73 gTextureData[offset + y * stride + x] = gray;
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 107 int gray = distance * qreal(255); local
108 diffImage.setPixel(x, y, qRgb(gray, gray, gray));
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 120 unsigned gray = src[0] >> 4; local
121 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);
  /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,
  /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/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/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/libpng/contrib/gregbook/
rpng2-win.c 945 double freq, rotate, saturate, gray, intensity; local
    [all...]
rpng2-x.c 32 - 1.23: added -bgpat 0 mode (std white/gray checkerboard, 8x8 squares)
222 {192, 192, 192} /* 16: Netscape/Mosaic gray */
250 {0, 1,1, 16,16}, /* checkered: white vs. light gray (basic) */
1215 double freq, rotate, saturate, gray, intensity; local
1984 double freq, rotate, saturate, gray, intensity; local
    [all...]
  /external/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...]
png.h 647 png_uint_16 gray; /* for use in grayscale files */ member in struct:png_color_16_struct
657 png_byte gray; /* for use in grayscale files */ member in struct:png_color_8_struct
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 1150 CvMat* gray = 0; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 741 /* Detect gray background and attempt to enable optimization
742 * for gray --> RGB case */
745 * background color might actually be gray yet not be flagged as such.
761 png_ptr->background.gray = png_ptr->background.red;
768 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */
774 png_ptr->background.gray *= (png_uint_16)0xff;
776 = png_ptr->background.blue = png_ptr->background.gray;
779 png_ptr->trans_values.gray *= (png_uint_16)0xff;
781 = png_ptr->trans_values.blue = png_ptr->trans_values.gray;
785 png_ptr->background.gray *= (png_uint_16)0x55
3722 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local
    [all...]
png.h 531 png_uint_16 gray; /* for use in grayscale files */ member in struct:png_color_16_struct
541 png_byte gray; /* for use in grayscale files */ member in struct:png_color_8_struct
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Color.js 419 "808080": [[128, 128, 128], [0, 0, 50], "gray"],
566 "gray": "808080",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 890 milliseconds

1 2