Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_enc_dec.h54 #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
/system/core/logd/
DLogCommand.cpp124 gid_t g[4] = { (gid_t)-1, (gid_t)-1, (gid_t)-1, (gid_t)-1 }; in clientHasLogCredentials() local
/system/extras/runconuid/
Drunconuid.cpp106 gid_t g; in lookup_gid() local
/system/core/libpixelflinger/
Dclear.cpp147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
Dpixelflinger.cpp282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv() local
372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv() local
513 GGLboolean g, in ggl_colorMask()
Dbuffer.cpp258 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a) in ggl_pack_color()
Dscanline.cpp655 GGLcolor r, g, b, a; in scanline() local
1140 uint32_t g = (s >> 8) & 0xff; in abgr8888ToRgb565() local
1254 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8); in init() local
/system/core/healthd/
DAnimationParser.cpp58 int* g = &field->color_g; in parse_text_field() local
/system/extras/simpleperf/scripts/
Dreport_html.js945 _adjustTextSizeForNode(g) { argument
969 this.svg.find('g').each(function(_, g) { argument
999 function displayFromElement(g) { argument
1006 thisObj.svg.find('g').each(function(_, g) { argument
/system/tools/hidl/c2hal/test/
Dtest.h47 #define g 1l + 3 macro
254 int g[4+4][6 * 6][]; member
/system/extras/ksmutils/
Dlookup3.c800 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1856 IGraph::Graph g; in TEST_F() local
1874 IGraph::Graph g; in TEST_F() local