Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 81) sorted by relevance

1234

/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c122 void ae(int g) { in ae()
130 int g; in A() local
138 int s(int g, int e) { in s()
173 int g,e,m,aa; in T() local
283 int e,g,m; in O() local
329 int m,g,e; in I() local
439 int run(int g, int e) { in run()
443 int main(int g, char** e) { in main()
Dflops.c121 void testpassi(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j, int k, int l) { in testpassi()
125 void testpassf(float a, float b, float c, float d, float e, float f, float g, float h, float i, flo… in testpassf()
129 void testpassd(double a, double b, double c, double d, double e, double f, double g, double h, doub… in testpassd()
Dlocals.c12 int g(int a) { in g() function
/frameworks/av/libvideoeditor/vss/common/inc/
DM4VIFI_Defines.h33 #define Y16(r, g, b) CLIP( ( ( (80593 * r)+(77855 * g)+(30728 * b)) >> 15)) argument
34 #define U16(r, g, b) CLIP(128+ ( ( -(45483 * r)-(43936 * g)+(134771 * b)) >> 15 )) argument
35 #define V16(r, g, b) CLIP(128+ ( ( (134771 * r)-(55532 * g)-(21917 * b)) >> 15 )) argument
81 #define GET_RGB565(r, g, b, data) {b = ((data) & 31); g =\ argument
83 #define GET_BGR565(b, g, r, data) \ argument
92 #define GET_RGB565(r, g, b, data) { b = (M4VIFI_UInt8)(((data) & 0x1F00) >> 8); g =\ argument
95 #define GET_BGR565(b, g, r, data) \ argument
103 #define Y24(r,g,b) CLIP(( ( (19595 * r) + (38470 * g) + (9437 * b) ) >>16)) argument
104 #define U24(r,g,b) CLIP(128 + ( ( -(11059 * r) - (21709 * g) + (32768 * b)) >>16)) argument
105 #define V24(r,g,b) CLIP(128 + ( ( (32768 * r) - (27426 * g) - (5329 * b)) >>16)) argument
[all …]
/frameworks/base/libs/hwui/font/
DFontUtil.h39 #define TO_GLYPH(g) g argument
46 glyph_t g = *src++; in nextGlyph() local
52 #define TO_GLYPH(g) ((SkUnichar) g) argument
/frameworks/base/location/tests/locationtests/src/android/location/
DGeocoderTest.java36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM.h561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM.h561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
DarmCOMM.h561 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
562 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
563 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
564 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
565 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
566 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
567 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
568 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
569 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DCrossProcess.java41 float g = f; in createTest() local
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/rs/
DrsCppUtils.h194 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) { in rs888to565()
204 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f); in rsBoxFilter565() local
211 … uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff); in rsBoxFilter8888() local
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dpreemph.cpp239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB()
80 float g(void) const { return _g; } in g() function
/frameworks/native/services/sensorservice/
DOrientationSensor.cpp43 vec3_t g; in process() local
DGravitySensor.cpp49 vec3_t g; in process() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp33 uint8_t r, uint8_t g, uint8_t b) { in fillSurfaceRGBA8()
68 void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) { in checkPixel()
/frameworks/base/graphics/java/android/graphics/
DColor.java120 int g = (color >> 8) & 0xFF; in hue() local
162 int g = (color >> 8) & 0xFF; in saturation() local
189 int g = (color >> 8) & 0xFF; in brightness() local
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java446 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioChecked() local
451 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioTag() local
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp63 EGLint r,g,b,a, vid; in main() local
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridDelete.java57 GridView g = getGridView(); in onKeyDown() local
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DLightBase.java50 public void setColor(float r, float g, float b) { in setColor()

1234