Home
last modified time | relevance | path

Searched defs:surfaceOutput (Results 1 – 14 of 14) sorted by relevance

/camera/camera-core/src/androidTest/java/androidx/camera/core/processing/
DDefaultSurfaceProcessorTest.kt173 val surfaceOutput = in <lambda>() constant
270 val surfaceOutput = createSurfaceOutput() in <lambda>() constant
285 val surfaceOutput = createSurfaceOutput() in <lambda>() constant
301 val surfaceOutput = createSurfaceOutput() in <lambda>() constant
399 val surfaceOutput = createSurfaceOutput(renderOutput.surface) in <lambda>() constant
/camera/camera-testing/src/main/java/androidx/camera/testing/impl/fakes/
DFakeSurfaceProcessor.java84 public void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) { in onOutputSurface()
85 mSurfaceOutputs.put(surfaceOutput.getTargets(), surfaceOutput); in onOutputSurface() local
/camera/camera-core/src/main/java/androidx/camera/core/
DSurfaceProcessor.java156 void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) throws ProcessingException; in onOutputSurface()
DSurfaceOutput.java238 @NonNull SurfaceOutput surfaceOutput) { in of()
/camera/camera-core/src/main/java/androidx/camera/core/processing/concurrent/
DDualSurfaceProcessor.java141 public void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) throws ProcessingException { in onOutputSurface()
183 SurfaceOutput surfaceOutput = entry.getKey(); in onFrameAvailable() local
190 surfaceOutput, in onFrameAvailable() local
DDualOpenGlRenderer.java113 @NonNull SurfaceOutput surfaceOutput, in render()
156 @NonNull SurfaceOutput surfaceOutput, in renderInternal()
/camera/integration-tests/viewtestapp/src/main/java/androidx/camera/integration/view/
DToneMappingSurfaceProcessor.kt149 for (surfaceOutput in outputSurfaces.keys) { in <lambda>() method
176 val surfaceOutput = entry.key in <lambda>() constant
/camera/camera-effects/src/main/java/androidx/camera/effects/internal/
DSurfaceProcessorImpl.java143 public void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) { in onOutputSurface()
183 SurfaceOutput surfaceOutput = requireNonNull(mOutputSurfacePair.first); in onFrameAvailable() local
/camera/camera-core/src/test/java/androidx/camera/core/processing/
DSurfaceEdgeTest.kt264 val surfaceOutput = createSurfaceOutputFuture(surfaceEdge) in provideSurfaceThenImmediatelyInvalidate_surfaceOutputFails() constant
399 val surfaceOutput = getSurfaceOutputFromFuture(createSurfaceOutputFuture(surfaceEdge)) in createSurfaceOutputWithDisconnectedEdge_surfaceOutputNotCreated() constant
411 val surfaceOutput = getSurfaceOutputFromFuture(createSurfaceOutputFuture(surfaceEdge)) in createSurfaceOutput_inheritSurfaceEdgeTransformation() constant
509 var surfaceOutput: SurfaceOutput? = null in linkBothProviderAndConsumer_surfaceAndResultsArePropagatedE2E() variable
648 var surfaceOutput: SurfaceOutput? = null in getSurfaceOutputFromFuture() variable
/camera/camera-core/src/main/java/androidx/camera/core/processing/
DSurfaceProcessorWithExecutor.java83 public void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) { in onOutputSurface()
DDefaultSurfaceProcessor.java168 public void onOutputSurface(@NonNull SurfaceOutput surfaceOutput) { in onOutputSurface()
232 SurfaceOutput surfaceOutput = entry.getKey(); in onFrameAvailable() local
DSurfaceEdge.java638 public void setConsumer(@NonNull SurfaceOutputImpl surfaceOutput) { in setConsumer()
/camera/integration-tests/coretestapp/src/androidTest/java/androidx/camera/integration/core/
DCoroutineCopyEffect.kt115 .collectLatest { surfaceOutput -> in <lambda>() method
/camera/camera-effects/src/androidTest/java/androidx/camera/effects/internal/
DSurfaceProcessorImplDeviceTest.kt80 private lateinit var surfaceOutput: SurfaceOutput in <lambda>() variable in androidx.camera.effects.internal.SurfaceProcessorImplDeviceTest