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.java85 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceSharedOutputUpdate() local
97 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalStreaming() local
109 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalSettings() local
DMultiViewTest.java366 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testSharedSurfaceBasicByCamera() local
DCaptureRequestTest.java148 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