Home
last modified time | relevance | path

Searched refs:outputTexture (Results 1 – 5 of 5) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeCameraDeviceTest.java85 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceSharedOutputUpdate() local
86 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceSharedOutputUpdate()
87 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceSharedOutputUpdate()
97 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalStreaming() local
98 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceLogicalPhysicalStreaming()
99 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceLogicalPhysicalStreaming()
109 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalSettings() local
110 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceLogicalPhysicalSettings()
111 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceLogicalPhysicalSettings()
DMultiViewTest.java366 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testSharedSurfaceBasicByCamera() local
367 outputTexture.setDefaultBufferSize(textureSize.getWidth(), textureSize.getHeight()); in testSharedSurfaceBasicByCamera()
368 Surface outputSurface = new Surface(outputTexture); in testSharedSurfaceBasicByCamera()
DCaptureRequestTest.java148 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSettingsBinderParcel() local
149 Surface surface = new Surface(outputTexture); in testSettingsBinderParcel()
/cts/tests/tests/effect/src/android/effect/cts/
DEffectTest.java103 int outputTexture = mEnv.generateTexture(); in test6_effectApply() local
105 effect.apply(inputTexture, bitmap.getWidth(), bitmap.getHeight(), outputTexture); in test6_effectApply()
110 mEnv.releaseTexture(outputTexture); in test6_effectApply()
/cts/tests/tests/security/src/android/security/cts/
DOutputConfigurationTest.java34 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSharedSurfaceOutputConfigurationBasic() local
35 Surface surface = new Surface(outputTexture); in testSharedSurfaceOutputConfigurationBasic()