/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 65 int oesTextureId, float[] transformMatrix, long timestampNs); in onTextureFrameAvailable() argument 189 int width, int height, int stride, int textureId, float [] transformMatrix) { 244 transformMatrix = 245 RendererCommon.multiplyMatrices(transformMatrix, 263 GLES20.glUniformMatrix4fv(texMatrixLoc, 1, false, transformMatrix, 0); 269 transformMatrix[0] / width, 270 transformMatrix[1] / width); 281 transformMatrix[0] / (2.0f*width), 282 transformMatrix[1] / (2.0f*width)); 443 int width, int height, int stride, int textureId, float [] transformMatrix) { [all …]
|
D | VideoCapturerAndroid.java | 698 int oesTextureId, float[] transformMatrix, long timestampNs) { in onTextureFrameAvailable() argument 715 transformMatrix = in onTextureFrameAvailable() 716 RendererCommon.multiplyMatrices(transformMatrix, RendererCommon.horizontalFlipMatrix()); in onTextureFrameAvailable() 720 transformMatrix, rotation, timestampNs); in onTextureFrameAvailable() 737 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured() argument 769 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured() argument 771 nativeOnTextureFrameCaptured(nativeCapturer, width, height, oesTextureId, transformMatrix, in onTextureFrameCaptured() 785 int oesTextureId, float[] transformMatrix, int rotation, long timestamp); in nativeOnTextureFrameCaptured() argument
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | SurfaceTextureHelperTest.java | 47 public float[] transformMatrix; field in SurfaceTextureHelperTest.MockTextureListener 62 int oesTextureId, float[] transformMatrix, long timestampNs) { in onTextureFrameAvailable() argument 67 this.transformMatrix = transformMatrix; in onTextureFrameAvailable() 152 drawer.drawOes(listener.oesTextureId, listener.transformMatrix, 0, 0, width, height); in testThreeConstantColorFrames() 223 drawer.drawOes(listener.oesTextureId, listener.transformMatrix, 0, 0, width, height); in testLateReturnFrame() 420 listener.oesTextureId, listener.transformMatrix); in testTexturetoYUV()
|
D | GlRectDrawerTest.java | 291 drawer.drawOes(listener.oesTextureId, listener.transformMatrix, 0, 0, WIDTH, HEIGHT);
|
D | VideoCapturerAndroidTestFixtures.java | 135 int width, int height, int oesTextureId, float[] transformMatrix, int rotation, in onTextureFrameCaptured() argument
|
/external/opencv3/modules/calib3d/misc/java/test/ |
D | Calib3dTest.java | 358 Mat transformMatrix = new Mat(4, 4, CvType.CV_64F); in testReprojectImageTo3DMatMatMat() local 359 transformMatrix.put(0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); in testReprojectImageTo3DMatMatMat() 371 Calib3d.reprojectImageTo3D(disparity, _3dPoints, transformMatrix); in testReprojectImageTo3DMatMatMat() 392 Mat transformMatrix = new Mat(4, 4, CvType.CV_64F); in testReprojectImageTo3DMatMatMatBoolean() local 393 transformMatrix.put(0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); in testReprojectImageTo3DMatMatMatBoolean() 406 Calib3d.reprojectImageTo3D(disparity, _3dPoints, transformMatrix, true); in testReprojectImageTo3DMatMatMatBoolean() 428 Mat transformMatrix = new Mat(4, 4, CvType.CV_64F); in testReprojectImageTo3DMatMatMatBooleanInt() local 429 transformMatrix.put(0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); in testReprojectImageTo3DMatMatMatBooleanInt() 441 Calib3d.reprojectImageTo3D(disparity, _3dPoints, transformMatrix, false, CvType.CV_16S); in testReprojectImageTo3DMatMatMatBooleanInt()
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 250 GLfloat transformMatrix[16]; in ShowTextures() local 275 LoadIdentity(transformMatrix); in ShowTextures() 276 Scale(transformMatrix, 4.0f/cols, 4.0f/cols, 4.0f/cols); in ShowTextures() 277 Translate(transformMatrix, -cols - 1.0f, cols - 1.0f, 0.0f); in ShowTextures() 281 Translate(transformMatrix, 2.0f, 0.0f, 0.0f); in ShowTextures() 283 transformMatrix); in ShowTextures() 287 Translate(transformMatrix, -2.0f*cols, -2.0f, in ShowTextures()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 411 private final float[] transformMatrix; field in MediaCodecVideoDecoder.DecodedTextureBuffer 423 public DecodedTextureBuffer(int textureID, float[] transformMatrix, long timeStampMs, in DecodedTextureBuffer() argument 426 this.transformMatrix = transformMatrix; in DecodedTextureBuffer() 468 int oesTextureId, float[] transformMatrix, long timestampNs) { in onTextureFrameAvailable() argument 476 renderedBuffer = new DecodedTextureBuffer(oesTextureId, transformMatrix, in onTextureFrameAvailable()
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1404 Mat transformMatrix = Mat.eye(3, 3, CvType.CV_32F); in testPerspectiveTransform() local 1406 Core.perspectiveTransform(src, dst, transformMatrix); in testPerspectiveTransform() 1413 Mat transformMatrix = Mat.eye(4, 4, CvType.CV_32F); in testPerspectiveTransform3D() local 1415 Core.perspectiveTransform(src, dst, transformMatrix); in testPerspectiveTransform3D()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |