Searched defs:offset1 (Results 1 - 2 of 2) 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
49 return subarray(arr1, offset1, len1);
52 System.arraycopy(arr1, offset1, result, 0, len1);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dresidual.cpp29 int offset1 = y_position * orgPitch + x_position; local
43 pSrc = currInput->YCbCr[0] + offset1;
44 pDst = video->currPic->Sl + offset1;
77 pDst = video->currPic->Scb + ((offset1 + x_position) >> 2);
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
111 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);

Completed in 92 milliseconds