Searched defs:transformMatrix (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/sdk/android/api/org/webrtc/ |
D | TextureBufferImpl.java | 38 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/ |
D | CameraSession.java | 59 final Matrix transformMatrix = new Matrix(); in createTextureBufferWithModifiedTransformMatrix() local
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 250 GLfloat transformMatrix[16]; in ShowTextures() local
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryDirectionTests.cpp | 294 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDirectionTests.cpp | 376 const auto transformMatrix = toTransformMatrixKHR(rotationMatrix); in iterate() local
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerView.java | 1472 Matrix transformMatrix = new Matrix(); in applyTextureViewRotation() local
|