Searched refs:c0 (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java195 int c0 = colors[i];
202 // comparing the original (c0) with the returned color is tricky,
205 int a0 = Color.alpha(c0);
209 int r0 = Color.red(c0);
214 int g0 = Color.green(c0);
219 int b0 = Color.blue(c0);
226 android.util.Log.d("skia", "original " + Integer.toHexString(c0) +
/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1206 c0 = C0 = clipTable[Strng];
1207 if (ap < 0) c0++;
1208 if (aq < 0) c0++;
1210 //dif = IClip(-c0, c0, ((Delta << 2) + (L1 - R1) + 4) >> 3);
1212 tmp = dif + c0;
1213 if ((uint)tmp > (uint)c0 << 1)
1216 dif = (tmp & (c0 << 1)) - c0;
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1495 int c0, dif; local
1585 int c0, dif; local
[all...]
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
303 iteratorsScale(GGLfixed* it, int32_t c0, int32_t c1, int32_t c2) const argument
331 iterators1616(GGLfixed* it, GGLfixed c0, GGLfixed c1, GGLfixed c2) const argument
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
651 const GGLcolor c0 = v0->color.v[i] * 255; local
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java458 char c0;
462 c0 = command.charAt(6);
468 success = simulatedCallState.onChld(c0, c1);
H A DSimulatedGsmCallState.java391 onChld(char c0, char c1) { argument
403 switch (c0) {
/frameworks/base/services/audioflinger/
H A DAudioResamplerSinc.cpp344 int32_t c0 = coefs[0]; local
346 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
/frameworks/base/include/private/opengles/
H A Dgl_context.h553 int32_t c0, int32_t c1, int32_t c2) const;
556 GGLfixed c0, GGLfixed c1, GGLfixed c2) const;
559 int32_t c0, int32_t c1, int32_t c2) const;
562 int32_t c0, int32_t c1, int32_t c2) const;
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java304 char[] c0 = new char[]{'a'};
307 char[] cr = mRemote.charArray(c0, c1, c2);
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp305 void waitUntil(int c0, int c1, int c2);
355 void MSurface::waitUntil(int c0, int c1, int c2) { argument
356 INFO("waitUntil: %d %d %d", c0, c1, c2);
359 if (registerBuffersCount >= c0 &&
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp392 const egl_config_t& c0 = *(egl_config_t const *)a; local
394 return c0<c1 ? -1 : (c1<c0 ? 1 : 0);

Completed in 730 milliseconds