Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java713 Point origin = getOrigin(frameCount); in queueInputBufferEncoder() local
715 int srcOffsetY = origin.x + origin.y * mBufferWidth; in queueInputBufferEncoder()
722 int srcOffsetU = origin.y / 2 * mBufferWidth + origin.x / 2 * 2; in queueInputBufferEncoder()
729 int srcOffsetU = origin.y / 2 * mBufferWidth / 2 + origin.x / 2; in queueInputBufferEncoder()
759 Point origin, in YUVImage() argument
770 int srcOffsetY = origin.x + origin.y * arrayWidth; in YUVImage()
777 int srcOffsetUV = origin.y / 2 * arrayWidth + origin.x / 2 * 2; in YUVImage()
786 int srcOffsetU = origin.y / 2 * arrayWidth / 2 + origin.x / 2; in YUVImage()
874 Point origin = getOrigin(frameCount); in queueInputImageEncoder() local
878 origin, in queueInputImageEncoder()
[all …]
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java287 String origin, GeolocationPermissions.Callback callback) { in onGeolocationPermissionsShowPrompt() argument
289 callback.invoke(origin, mAccept, mRetain); in onGeolocationPermissionsShowPrompt()
342 for (String origin : mReceivedValue) { in check()
343 if (mExpectedValue.contains(origin)) continue; in check()
344 if (origin.endsWith("/")) { in check()
345 if (mExpectedValue.contains(origin.substring(0, origin.length() - 1))) { in check()
349 if (mExpectedValue.contains(origin + "/")) continue; in check()