Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeCameraDeviceTest.java89 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceSharedOutputUpdate() local
102 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalStreaming() local
114 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalSettings() local
DMultiViewTest.java374 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testSharedSurfaceBasicByCamera() local
DCaptureRequestTest.java149 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSettingsBinderParcel() local
/cts/tests/tests/security/src/android/security/cts/
DOutputConfigurationTest.java34 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSharedSurfaceOutputConfigurationBasic() local
/cts/tests/tests/effect/src/android/effect/cts/
DEffectTest.java103 int outputTexture = mEnv.generateTexture(); in test6_effectApply() local