Home
last modified time | relevance | path

Searched defs:transformMatrix (Results 1 – 6 of 6) 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()
63 TextureBufferImpl(int width, int height, Type type, int id, Matrix transformMatrix, in TextureBufferImpl()
70 int id, Matrix transformMatrix, Handler toI420Handler, YuvConverter yuvConverter, in TextureBufferImpl()
173 Matrix transformMatrix, int newWidth, int newHeight) { in applyTransformMatrix()
179 private TextureBufferImpl applyTransformMatrix(Matrix transformMatrix, int unscaledWidth, in applyTransformMatrix()
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraSession.java59 final Matrix transformMatrix = new Matrix(); in createTextureBufferWithModifiedTransformMatrix() local
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c250 GLfloat transformMatrix[16]; in ShowTextures() local
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryDirectionTests.cpp294 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp376 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1472 Matrix transformMatrix = new Matrix(); in applyTextureViewRotation() local