Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DYUVImage.java33 Point origin, in YUVImage() argument
44 int srcOffsetY = origin.x + origin.y * arrayWidth; in YUVImage()
51 int srcOffsetUV = origin.y / 2 * arrayWidth + origin.x / 2 * 2; in YUVImage()
60 int srcOffsetU = origin.y / 2 * arrayWidth / 2 + origin.x / 2; in YUVImage()
DExtractDecodeEditEncodeMuxTest.java548 public boolean onError(MediaPlayer origin, int what, int extra) { in extractDecodeEditEncodeMux()
558 public void onCompletion(MediaPlayer origin) { in extractDecodeEditEncodeMux()
/cts/libs/view/src/com/android/view/
DPosition.java62 public double arcAngleTo(Position other, Position origin) { in arcAngleTo() argument
64 double originToThisAngle = Math.atan2(origin.mY - mY, mX - origin.mX); in arcAngleTo()
65 double originToOtherAngle = Math.atan2(origin.mY - other.mY, other.mX - origin.mX); in arcAngleTo()
/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java170 private Integer origin; field in AuthorizationList
218 origin = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
304 public static String originToString(int origin) { in originToString() argument
305 switch (origin) { in originToString()
465 return origin; in getOrigin()
544 if (origin != null) { in toString()
545 s.append("\nOrigin: ").append(originToString(origin)); in toString()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java320 String origin, GeolocationPermissions.Callback callback) { in onGeolocationPermissionsShowPrompt() argument
322 callback.invoke(origin, mAccept, mRetain); in onGeolocationPermissionsShowPrompt()
375 for (String origin : mReceivedValue) { in check()
376 if (mExpectedValue.contains(origin)) continue; in check()
377 if (origin.endsWith("/")) { in check()
378 if (mExpectedValue.contains(origin.substring(0, origin.length() - 1))) { in check()
382 if (mExpectedValue.contains(origin + "/")) continue; in check()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java918 Point origin = getOrigin(frameCount, runId); in queueInputBufferEncoder() local
920 int srcOffsetY = origin.x + origin.y * mBufferWidth; in queueInputBufferEncoder()
928 int srcOffsetU = origin.y / 2 * mBufferWidth + origin.x / 2 * 2; in queueInputBufferEncoder()
936 int srcOffsetU = origin.y / 2 * mBufferWidth / 2 + origin.x / 2; in queueInputBufferEncoder()
972 Point origin = getOrigin(frameCount, runId); in queueInputImageEncoder() local
976 origin, in queueInputImageEncoder()
1083 Point origin = getOrigin(outFrameCount, runId); in runDecoder() local
1101 getPixelValuesFromYUVBuffers(origin.x, origin.y, w, h, expected); in runDecoder()
1119 getPixelValuesFromYUVBuffers(origin.x, origin.y, w, h, expected); in runDecoder()
/cts/tools/dex-tools/dex/
Dclasses.out.dex64113 public android.provider.Gmail$AttachmentOrigin origin