Home
last modified time | relevance | path

Searched defs:textureTransform (Results 1 – 7 of 7) sorted by relevance

/camera/camera-effects/src/main/java/androidx/camera/effects/opengl/
DGlRenderer.java216 public void renderInputToSurface(long timestampNs, float @NonNull [] textureTransform, in renderInputToSurface()
232 float @NonNull [] textureTransform, @NonNull Surface surface) { in renderQueueTextureToSurface()
253 float @NonNull [] textureTransform) { in renderQueueTextureToBitmap()
264 float @NonNull [] textureTransform) { in renderInputToBitmap()
DGlProgramOverlay.java173 int height, float @NonNull [] textureTransform, @NonNull ByteBuffer byteBuffer) { in snapshot()
/camera/camera-core/src/main/java/androidx/camera/core/processing/
DOpenGlRenderer.java257 public void render(long timestampNs, float @NonNull [] textureTransform, in render()
311 public @NonNull Bitmap snapshot(@NonNull Size size, float @NonNull [] textureTransform) { in snapshot()
337 float @NonNull [] textureTransform) { in snapshot()
DDefaultSurfaceProcessor.java325 float @NonNull [] textureTransform, in getBitmap()
/camera/camera-core/src/main/java/androidx/camera/core/processing/concurrent/
DDualOpenGlRenderer.java167 float[] textureTransform = new float[16]; in renderInternal() local
/camera/integration-tests/coretestapp/src/androidTest/java/androidx/camera/integration/core/
DCoroutineCopyEffect.kt133 val textureTransform = FloatArray(16) in <lambda>() constant
/camera/integration-tests/viewtestapp/src/main/java/androidx/camera/integration/view/
DToneMappingSurfaceProcessor.kt77 private val textureTransform: FloatArray = FloatArray(16) in <lambda>() constant in androidx.camera.integration.view.ToneMappingSurfaceProcessor