Searched refs:origin (Results 1 – 2 of 2) sorted by relevance
713 Point origin = getOrigin(frameCount); in queueInputBufferEncoder() local715 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() argument770 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() local878 origin, in queueInputImageEncoder()[all …]
287 String origin, GeolocationPermissions.Callback callback) { in onGeolocationPermissionsShowPrompt() argument289 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()