/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/modules/Bluetooth/system/embdrv/g722/ |
D | g722_enc_dec.h | 54 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((s) * (int32_t)(g)) >> 16) argument 56 #define NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC(s,g) (uint16_t)((uint16_t)(((s) * (int32_t)(g)) >> 20… argument 58 #define NLDECOMPRESS_APPLY_GAIN(s,g) (((int32_t)(s) * (int32_t)(g)) >> 16) argument 62 #define NLDECOMPRESS_PREPROCESS_PCM_SAMPLE_WITH_GAIN(s,g) NLDECOMPRESS_APPLY_GAIN_CONVERTED_DAC((s)… argument 63 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)NLDECOMPRESS_APPLY_GAIN((s),(g))) argument 66 #define NLDECOMPRESS_PREPROCESS_SAMPLE_WITH_GAIN(s,g) ((int16_t)(NLDECOMPRESS_APPLY_GAIN((s),(g)))) argument
|
/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 521 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doConnectStatus() local 544 SyncEventGuard g(sReconnectEvent); in nativeNfcTag_doDeactivateStatus() local 672 SyncEventGuard g(sReconnectEvent); in reSelect() local 907 SyncEventGuard g(sTransceiveEvent); in nativeNfcTag_doTransceiveStatus() local 930 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 | hue.c | 31 int g = rgb[GREEN]; in JNIFUNCF() local
|
D | gradient.c | 46 int g = destination[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/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/services/Car/tools/keventreader/server/ |
D | eventprovider.cpp | 23 EventProviderImpl::EventProviderImpl(EventGatherer&& g) : mGatherer(std::move(g)) {} in EventProviderImpl()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PanoUtil.java | 62 int g = (y1192 - 833 * v - 400 * u); in decodeYUV420SPQuarterRes() local
|
/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/modules/ExtServices/native/ |
D | ImageHashManager.cpp | 47 uint8_t g = *(src + 1); in generatePHash() local
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorPreference.java | 78 final int g = Color.green(value); in getTitleAt() local
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | GroupedConv2D.cpp | 68 for (int32_t g = 0; g < numGroups; g++) { in groupedConvFloat32() local 140 for (int32_t g = 0; g < numGroups; g++) { in groupedConvQuant8() local 245 for (int32_t g = 0; g < numGroups; g++) { in groupedConvQuant8PerChannel() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | ColorPreferenceTest.java | 106 final int g = Color.green(value); in setTitles_noTitle_returnRGBText() 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()
|