Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dget_pred_adv_b_add.cpp90 int offset, offset2; in GetPredAdvancedBy0x0() local
100 pred_block -= offset2; /* preset */ in GetPredAdvancedBy0x0()
190 int offset, offset2; in GetPredAdvancedBy0x1() local
204 pred_block -= offset2; /* preset */ in GetPredAdvancedBy0x1()
519 int offset, offset2; in GetPredAdvancedBy1x0() local
533 pred_block -= offset2; /* preset */ in GetPredAdvancedBy1x0()
866 int offset, offset2; in GetPredAdvancedBy1x1() local
955 pred_block += offset2; in GetPredAdvancedBy1x1()
1034 pred_block += offset2; in GetPredAdvancedBy1x1()
1112 pred_block += offset2; in GetPredAdvancedBy1x1()
[all …]
/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DArrayUtils.java54 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in concat() argument
57 return subarray(arr2, offset2, len2); in concat()
63 System.arraycopy(arr2, offset2, result, len1, len2); in concat()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp599 offset2[0] = 0; in InitHTFM()
600 offset2[1] = rx2 + 2; in InitHTFM()
601 offset2[2] = 2; in InitHTFM()
602 offset2[3] = rx2; in InitHTFM()
603 offset2[4] = rx + 1; in InitHTFM()
604 offset2[5] = rx3 + 3; in InitHTFM()
605 offset2[6] = rx + 3; in InitHTFM()
607 offset2[8] = rx; in InitHTFM()
609 offset2[10] = rx3 ; in InitHTFM()
611 offset2[12] = 1; in InitHTFM()
[all …]
H A Ddct.cpp1214 Int offset2; in Block1x1DCTwSub() local
1216 offset2 = width - 8; in Block1x1DCTwSub()
1228 cur += offset2; in Block1x1DCTwSub()
/aosp12/frameworks/av/media/mtp/
H A DMtpServer.cpp884 uint64_t offset2 = mRequest.getParameter(3); in doGetPartialObject() local
885 offset = offset | (offset2 << 32); in doGetPartialObject()
1374 uint64_t offset2 = mRequest.getParameter(3); in doSendPartialObject() local
1375 offset = offset | (offset2 << 32); in doSendPartialObject()
1453 uint64_t offset2 = mRequest.getParameter(3); in doTruncateObject() local
1454 offset |= (offset2 << 32); in doTruncateObject()
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/include/
H A DVendorGraphicBuffer.h96 uint32_t offset2 = 0; member
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/frameworks/base/media/java/android/media/
H A DMediaPlayer.java3097 final long offset2 = offset; in addTimedTextSource() local
3108 Os.lseek(dupedFd, offset2, OsConstants.SEEK_SET); in addTimedTextSource()