/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | slice.cpp | 163 uint8 *cur, *curL, *curCb, *curCr; local 231 cur = curL; 241 video->pred_block = cur; 242 numcoeff = dct_luma(encvid, blkidx, cur, org4, &cost8); 252 cur += ((picPitch << 2) - 4); 257 cur += 4; 282 cur -= 8; 287 cur += (8 - (picPitch << 3));
|
H A D | intra_est.cpp | 720 int blk_intra4x4_search(AVCEncObject *encvid, int blkidx, uint8 *cur, uint8 *org) argument 767 temp = *(uint32*)(cur - pitch); 780 temp = *(uint32*)(cur - pitch + 4); 793 cur--; 794 P_I = *cur; 795 P_J = *(cur += pitch); 796 P_K = *(cur += pitch); 797 P_L = *(cur + pitch); 798 cur -= (pitch << 1); 799 cur [all...] |
/frameworks/base/services/core/java/com/android/server/ |
H A D | IntentResolver.java | 151 F cur = array[i]; 152 if (cur == null) { 155 if (filterEquals(cur, matching)) { 159 res.add(cur); 179 for (F cur : mFilters) { 180 if (filterEquals(cur, matching)) { 184 res.add(cur);
|
H A D | DeviceIdleController.java | 1502 int cur = 0; 1504 apps[cur] = mPowerSaveWhitelistAppsExceptIdle.keyAt(i); 1505 cur++; 1508 apps[cur] = mPowerSaveWhitelistUserApps.keyAt(i); 1509 cur++; 1519 int cur = 0; 1521 apps[cur] = mPowerSaveWhitelistApps.keyAt(i); 1522 cur++; 1525 apps[cur] = mPowerSaveWhitelistUserApps.keyAt(i); 1526 cur [all...] |
H A D | TextServicesManagerService.java | 946 SpellCheckerBindGroup cur = mSpellCheckerBindGroups.get(sciId); 947 if (cur == this) {
|
/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger_hwc1.cpp | 1186 HWComposer::LayerListIterator cur = hwc.begin(id); local 1188 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) { 1190 layer->setGeometry(hw, *cur); 1192 cur->setSkip(true); 1208 HWComposer::LayerListIterator cur = hwc.begin(id); local 1210 for (size_t i=0 ; cur!=end && i<count ; ++i, ++cur) { 1216 layer->setPerFrameData(hw, *cur); 1229 HWComposer::LayerListIterator cur local 1304 HWComposer::LayerListIterator cur = hwc.begin(id); local 1650 HWComposer::LayerListIterator cur = hwc.begin(id); local 1949 HWComposer::LayerListIterator cur = hwc.begin(id); local [all...] |
/frameworks/compile/mclinker/lib/Target/ |
H A D | GNULDBackend.cpp | 2077 LDSection* cur = NULL; local 2082 for (out = outBegin; out != outEnd; ++out, prev = cur) { 2083 cur = (*out)->getSection(); 2084 if (cur->kind() == LDFileFormat::Null) { 2085 cur->setOffset(0x0); 2100 alignAddress(offset, cur->align()); 2101 cur->setOffset(offset); 2110 LDSection* cur = NULL; local 2118 for (out = outBegin; out != outEnd; prev = cur, ++out) { 2119 cur [all...] |
/frameworks/base/services/core/java/com/android/server/job/ |
H A D | JobPackageTracker.java | 392 PackageEntry cur = mCurDataSet.getEntry(uid, pkg); 394 if (cur == null && last == null) { 398 long time = cur.getActiveTime(now) + cur.getPendingTime(now);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | mp4lib_int.h | 242 void (*ComputeMBSum)(UChar *cur, Int lx, MOT *mot_mb); 243 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
|
H A D | sad.cpp | 51 Int SAD_Blk_PADDING(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info) 52 Int SAD_MB_PADDING(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info) 53 Int SAD_MB_PAD1(UChar *ref,UChar *cur,Int dmin,Int lx,Int *rep); 54 Int SAD_MB_PADDING_HTFM_Collect(UChar *ref,UChar *cur,Int dmin,Int lx,void *extra_info) 55 Int SAD_MB_PADDING_HTFM(UChar *ref,UChar *cur,Int dmin,Int lx,void *vptr) 64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep);
|
/frameworks/native/opengl/libs/EGL/ |
H A D | Loader.cpp | 392 struct dirent cur; local 394 while (readdir_r(d, &cur, &e) == 0 && e) {
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | VoiceInteractionManagerService.java | 431 ServiceInfo cur = available.get(i).serviceInfo; 432 if ((cur.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) != 0) { 433 ComponentName comp = new ComponentName(cur.packageName, cur.name); 449 + new ComponentName(cur.packageName, cur.name));
|
/frameworks/base/tools/apilint/ |
H A D | apilint.py | 1058 def verify_compat(cur, prev): 1091 if not class_exists(cur, prev_clazz): 1095 cur_clazz = cur[key] 1098 if not ctor_exists(cur, cur_clazz, test): 1103 if not method_exists(cur, cur_clazz, test): 1107 if not field_exists(cur, cur_clazz, test): 1148 compat_fail = verify_compat(cur, prev)
|
/frameworks/native/libs/input/ |
H A D | KeyCharacterMap.cpp | 1147 for (const char* cur = str; ; cur++) { 1148 char ch = *cur; 1150 size_t len = cur - start; 1169 start = cur + 1;
|
/frameworks/base/core/java/com/android/internal/backup/ |
H A D | LocalTransport.java | 205 long cur = Os.lseek(data.getFileDescriptor(), 0, SEEK_CUR); 206 Log.v(TAG, " read entity data; new pos=" + cur);
|
/frameworks/base/core/jni/ |
H A D | android_database_SQLiteConnection.cpp | 764 int cur = -1; local 766 sqlite3_db_status(connection->db, SQLITE_DBSTATUS_LOOKASIDE_USED, &cur, &unused, 0); 767 return cur;
|
/frameworks/native/cmds/installd/ |
H A D | utils.cpp | 201 return StringPrintf("%s/cur/%u", android_profiles_dir.path, userid); 585 static void* _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len) argument 589 if (alloc != NULL && cur != NULL) { 590 memcpy(alloc, cur, origLen < len ? origLen : len);
|
/frameworks/av/media/libmedia/ |
H A D | IOMX.cpp | 661 ComponentInfo &cur = *it; local 663 reply->writeString8(cur.mName); 664 reply->writeInt32(cur.mRoles.size()); 665 for (List<String8>::iterator role_it = cur.mRoles.begin(); 666 role_it != cur.mRoles.end(); ++role_it) {
|
/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 4383 bag_entry* cur = entries+curEntry; local 4385 cur->stringBlock = entry.package->header->index; 4386 cur->map.name.ident = newName; 4387 cur->map.value.copyFrom_dtoh(map->value); 4388 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); 4390 ALOGE("Reference item(0x%08x) in bag could not be resolved.", cur->map.value.data); 4396 curEntry, cur, cur->stringBlock, cur->map.name.ident, 4397 cur 4833 const unit_entry* cur = unitNames; local [all...] |
/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncStorageEngine.java | 1212 SyncStatusInfo cur = mSyncStatus.valueAt(i); 1213 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); 1216 return cur; 1228 SyncStatusInfo cur = mSyncStatus.valueAt(i); 1229 AuthorityInfo ainfo = mAuthorities.get(cur.authorityId); 1236 if (cur.pending) {
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
H A D | PduParser.java | 1539 int cur = (temp & 0xFF); 1541 if (cur < TEXT_MIN) { 1576 } else if (cur <= TEXT_MAX) {
|
/frameworks/av/media/libstagefright/ |
H A D | MPEG4Extractor.cpp | 983 Track *cur = mFirstTrack; local 985 if (cur == mLastTrack) { 986 delete cur; 989 while (cur && cur->next != mLastTrack) { 990 cur = cur->next; 992 cur->next = NULL; 994 mLastTrack = cur;
|
/frameworks/native/services/inputflinger/ |
H A D | InputDispatcher.cpp | 186 Region::const_iterator cur = region.begin(); local 188 while (cur != tail) { 194 dump.appendFormat("[%d,%d][%d,%d]", cur->left, cur->top, cur->right, cur->bottom); 195 cur++;
|
/frameworks/base/core/java/android/content/res/ |
H A D | Configuration.java | 371 int cur = screenLayout&SCREENLAYOUT_SIZE_MASK; 372 if (cur == SCREENLAYOUT_SIZE_UNDEFINED) return false; 373 return cur >= size;
|
/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 2921 final ResolveInfo cur = matches.get(i); 2922 final String packageName = cur.getComponentInfo().packageName; 2928 if (best == null || cur.priority > best.priority) { 2929 best = cur; 3152 static int[] appendInts(int[] cur, int[] add) { argument 3153 if (add == null) return cur; 3154 if (cur == null) return add; 3157 cur = appendInt(cur, add[i]); 3159 return cur; [all...] |