Searched defs:offset2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DArrayUtils.java44 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, argument
47 return subarray(arr2, offset2, len2);
53 System.arraycopy(arr2, offset2, result, len1, len2);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp90 int offset, offset2; local
97 offset2 = (pred_width_rnd >> 1) - 4; /* offset for pred_block */
100 pred_block -= offset2; /* preset */
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
122 *((uint32*)(pred_block += offset2)) = pred_word;
144 *((uint32*)(pred_block += offset2)) = pred_word;
167 *((uint32*)(pred_block += offset2)) = pred_word;
190 int offset, offset2; local
199 offset2 = (pred_width_rnd >> 1) - 4; /* offset of pred_block */
204 pred_block -= offset2; /* prese
519 int offset, offset2; local
866 int offset, offset2; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1214 Int offset2; local
1216 offset2 = width - 8;
1228 cur += offset2;
H A Dmotion_est.cpp544 Int *offset, *offset2; local
567 offset2 = htfm_stat->offsetRef;
579 offset2 = video->nrmlz_th + 32;
599 offset2[0] = 0;
600 offset2[1] = rx2 + 2;
601 offset2[2] = 2;
602 offset2[3] = rx2;
603 offset2[4] = rx + 1;
604 offset2[5] = rx3 + 3;
605 offset2[
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp858 uint64_t offset2 = mRequest.getParameter(3);
859 offset = offset | (offset2 << 32);
1222 uint64_t offset2 = mRequest.getParameter(3); local
1223 offset = offset | (offset2 << 32);
1301 uint64_t offset2 = mRequest.getParameter(3); local
1302 offset |= (offset2 << 32);

Completed in 1071 milliseconds