Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java38 private final Matrix transformMatrix; field in TextureBufferImpl
44 public TextureBufferImpl(int width, int height, Type type, int id, Matrix transformMatrix, in TextureBufferImpl() argument
46 this(width, height, width, height, type, id, transformMatrix, toI420Handler, yuvConverter, in TextureBufferImpl()
63 TextureBufferImpl(int width, int height, Type type, int id, Matrix transformMatrix, in TextureBufferImpl() argument
65 this(width, height, width, height, type, id, transformMatrix, toI420Handler, yuvConverter, in TextureBufferImpl()
70 int id, Matrix transformMatrix, Handler toI420Handler, YuvConverter yuvConverter, in TextureBufferImpl() argument
78 this.transformMatrix = transformMatrix; in TextureBufferImpl()
97 return transformMatrix; in getTransformMatrix()
173 Matrix transformMatrix, int newWidth, int newHeight) { in applyTransformMatrix() argument
174 return applyTransformMatrix(transformMatrix, /* unscaledWidth= */ newWidth, in applyTransformMatrix()
[all …]
DSurfaceTextureHelper.java366 final float[] transformMatrix = new float[16];
367 surfaceTexture.getTransformMatrix(transformMatrix);
374 RendererCommon.convertMatrixToAndroidGraphicsMatrix(transformMatrix), handler,
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraSession.java59 final Matrix transformMatrix = new Matrix(); in createTextureBufferWithModifiedTransformMatrix() local
61 transformMatrix.preTranslate(/* dx= */ 0.5f, /* dy= */ 0.5f); in createTextureBufferWithModifiedTransformMatrix()
63 transformMatrix.preScale(/* sx= */ -1f, /* sy= */ 1f); in createTextureBufferWithModifiedTransformMatrix()
65 transformMatrix.preRotate(rotation); in createTextureBufferWithModifiedTransformMatrix()
66 transformMatrix.preTranslate(/* dx= */ -0.5f, /* dy= */ -0.5f); in createTextureBufferWithModifiedTransformMatrix()
70 return buffer.applyTransformMatrix(transformMatrix, buffer.getWidth(), buffer.getHeight()); in createTextureBufferWithModifiedTransformMatrix()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c250 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/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1472 Matrix transformMatrix = new Matrix(); in applyTextureViewRotation() local
1478 transformMatrix.postRotate(textureViewRotation, pivotX, pivotY); in applyTextureViewRotation()
1483 transformMatrix.mapRect(rotatedTextureRect, originalTextureRect); in applyTextureViewRotation()
1484 transformMatrix.postScale( in applyTextureViewRotation()
1490 textureView.setTransform(transformMatrix); in applyTextureViewRotation()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp294 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
315 topLevelAS->addInstance(blasSharedPtr, transformMatrix, 0, 0xFFu, 0u, instanceFlags); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp376 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
397 topLevelAS->addInstance(blasSharedPtr, transformMatrix, 0, 0xFFu, 0u, instanceFlags); in iterate()