Searched defs:ll (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_luma.cpp29 ll = pointer to the buffer (int)
117 int *ll, /* i */
228 pp_dec_y += ll[kk];
229 pp_prev1 += ll[kk];
230 pp_prev2 += ll[kk];
231 pp_prev3 += ll[kk];
232 pp_prev4 += ll[kk];
366 pp_dec_y += ll[kk];
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
H A Dmb_motion_comp.cpp157 int ll[4]; local
404 ll[0] = 1;
405 ll[1] = mvwidth - 1;
406 ll[2] = 1;
407 ll[3] = -mvwidth - 1;
409 video->pstprcTypPrv, ll, &tmp, px[0], py[0], mvwidth,
/frameworks/base/core/jni/
H A DBindTest.cpp157 long long ll = JARG_get_long_long(5+2); local
166 JOBJ_set_long_long(jthis, offset_mLong, ll);
182 long long ll = JARG_get_long_long(5+2); local
204 && (ll == JOBJ_get_long_long(jthis, offset_mLong));
/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeStubs.cpp190 static void SC_debugLL64(const char *s, long long ll) { argument
191 ALOGD("long %s %lld 0x%llx", s, ll, ll);
193 static void SC_debugL2(const char *s, const long2 *ll) { argument
194 ALOGD("long2 %s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
196 static void SC_debugL3(const char *s, const long3 *ll) { argument
197 ALOGD("long3 %s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
199 SC_debugL4(const char *s, const long4 *ll) argument
202 SC_debugULL64(const char *s, unsigned long long ll) argument
205 SC_debugUL2(const char *s, const ulong2 *ll) argument
208 SC_debugUL3(const char *s, const ulong3 *ll) argument
211 SC_debugUL4(const char *s, const ulong4 *ll) argument
[all...]
/frameworks/native/libs/binder/
H A DParcel.cpp690 unsigned long long ll; member in union:android::__anon1313
693 return writeAligned(u.ll);
1081 unsigned long long ll; member in union:android::__anon1314
1085 status = readAligned(&u.ll);
1094 unsigned long long ll; member in union:android::__anon1315
1096 u.ll = readAligned<unsigned long long>();
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1711 static void SC_debugLL64(const char *s, long long ll) { argument
1712 ALOGD("%s %lld 0x%llx", s, ll, ll);
1714 static void SC_debugL2(const char *s, long2 ll) { argument
1715 ALOGD("%s {%lld, %lld} 0x%llx 0x%llx", s, ll.x, ll.y, ll.x, ll.y);
1717 static void SC_debugL3(const char *s, long3 ll) { argument
1718 ALOGD("%s {%lld, %lld, %lld} 0x%llx 0x%llx 0x%llx", s, ll
1720 SC_debugL4(const char *s, long4 ll) argument
1723 SC_debugULL64(const char *s, unsigned long long ll) argument
1726 SC_debugUL2(const char *s, ulong2 ll) argument
1729 SC_debugUL3(const char *s, ulong3 ll) argument
1732 SC_debugUL4(const char *s, ulong4 ll) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1267 private void refreshAllIconsForLayout(LinearLayout ll) { argument
1268 final int count = ll.getChildCount();
1270 View child = ll.getChildAt(n);
3249 * should, but getting that smooth is tough. Someday we'll fix that. In the
3403 // Reserve 8 bits for statusBarState. We'll never go higher than

Completed in 1612 milliseconds