/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ColorSpaceMatrix.java | 185 public float getRed(int r, int g, int b) { in getRed() 197 public float getGreen(int r, int g, int b) { in getGreen() 209 public float getBlue(int r, int g, int b) { in getBlue() 213 private float getRedf(float r, float g, float b) { in getRedf() 217 private float getGreenf(float r, float g, float b) { in getGreenf() 221 private float getBluef(float r, float g, float b) { in getBluef()
|
D | ImageFilterBwFilter.java | 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter() 59 int g = 0xFF & (rgb >> 8); in apply() local
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 141 SyncEventGuard g(sReadEvent); in nativeNfcTag_abortWaits() local 147 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_abortWaits() local 151 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_abortWaits() local 191 SyncEventGuard g(sReadEvent); in nativeNfcTag_doReadCompleted() local 285 SyncEventGuard g(sReadEvent); in nativeNfcTag_doRead() local 511 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doConnectStatus() local 534 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doDeactivateStatus() local 659 SyncEventGuard g(sReconnectEvent); in reSelect() local 894 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_doTransceiveStatus() local 917 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_notifyRfTimeout() local [all …]
|
/packages/apps/Gallery2/jni/filters/ |
D | redEyeMath.c | 22 int value(int r, int g, int b) { in value() 28 int g = src[p + 1]; in isRed() local 46 int g = src[p + 1]; in findPossible() local 106 void stuff(int r, int g, int b, unsigned char *img, int off) { in stuff() 144 int g = src[p + 1]; in filterRedEye() local
|
D | wbalance.c | 44 int g = histG[i]; in estmateWhite() local 70 int g = histG[i]; in estmateWhite() local 105 int g = 0; in estmateWhiteBox() local 159 int g = rgb[GREEN]; in JNIFUNCF() local
|
D | gradient.c | 46 int g = destination[GREEN]; in JNIFUNCF() local
|
D | hue.c | 31 int g = rgb[GREEN]; in JNIFUNCF() local
|
D | bwfilter.c | 43 float g = sg *rgb[GREEN]; in JNIFUNCF() local
|
D | saturated.c | 37 int g = destination[GREEN]; in JNIFUNCF() local
|
D | vibrance.c | 39 int g = destination[GREEN]; in JNIFUNCF() local
|
D | filters.h | 27 #define SetColor(a, r, g, b) (((a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0)); argument
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_linalg.h | 257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s() 270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s() 292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s() 597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 30 int r,g,b, a; in rgba2yvu() local 75 int r,g,b; in rgb2yvu() local 118 int r,g,b, nr, ng, nb, val; in rgb2gray() local 148 int r,g,b, nr, ng, nb, val; in rgb2gray() local 192 int y,v,u, r, g, b; in yvu2rgb() local 237 int y,v,u, r, g, b; in yvu2bgr() local
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpeg_reader.cpp | 186 int r, g, b, c, m, y, k; in formatPixels() local 226 int r, g, b; in formatPixels() local
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/ |
D | ColorMatcher.java | 26 int g = bucketize(Color.green(targetColor)); in findClosestColor() local
|
D | SwiperThemeMatcher.java | 40 int g = Color.green(closestColor); in findTheme() local
|
/packages/services/Car/tools/keventreader/server/ |
D | eventprovider.cpp | 23 EventProviderImpl::EventProviderImpl(EventGatherer&& g) : mGatherer(std::move(g)) {} in EventProviderImpl()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 361 Gap g = mGaps.get(i); in startOpeningAnimationIfNeeded() local 398 Gap g = mGaps.get(i); in updateScaleAndGapLimit() local 453 Gap g = mGaps.get(i); in skipAnimation() local 553 Gap g = mGaps.get(offset); // the gap between the two boxes in startCaptureAnimationSlide() local 906 Gap g = mGaps.get(i - 1); in convertBoxToRect() local 911 Gap g = mGaps.get(i); in convertBoxToRect() local 971 Gap g = mGaps.get(index); in initGap() local 978 Gap g = mGaps.get(index); in initGap() local 1140 int g = b.mAbsoluteX - a.mAbsoluteX - wb / 2 - (wa - wa / 2); in moveBox() local 1154 Gap g = mGaps.get(i); in moveBox() local [all …]
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | PanoUtil.java | 62 int g = (y1192 - 833 * v - 400 * u); in decodeYUV420SPQuarterRes() local
|
D | MosaicRendererSurfaceView.java | 126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 190 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PanoUtil.java | 62 int g = (y1192 - 833 * v - 400 * u); in decodeYUV420SPQuarterRes() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/ |
D | ColorPreference.java | 78 final int g = Color.green(value); in getTitleAt() local
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorPreference.java | 78 final int g = Color.green(value); in getTitleAt() local
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
D | Renderer.cpp | 174 bool Renderer::Clear(float r, float g, float b, float a) in Clear()
|
/packages/apps/Dialer/java/com/android/contacts/common/util/ |
D | MaterialColorMapUtils.java | 45 int g = (color >> 8) & 0xFF; in hue() local
|