Searched refs:outputTexture (Results 1 – 5 of 5) sorted by relevance
89 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceSharedOutputUpdate() local90 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceSharedOutputUpdate()91 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceSharedOutputUpdate()102 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalStreaming() local103 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceLogicalPhysicalStreaming()104 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceLogicalPhysicalStreaming()114 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testCameraDeviceLogicalPhysicalSettings() local115 outputTexture.setDefaultBufferSize(previewSize.getWidth(), previewSize.getHeight()); in testCameraDeviceLogicalPhysicalSettings()116 Surface outputSurface = new Surface(outputTexture); in testCameraDeviceLogicalPhysicalSettings()
374 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID*/ 5); in testSharedSurfaceBasicByCamera() local375 outputTexture.setDefaultBufferSize(textureSize.getWidth(), textureSize.getHeight()); in testSharedSurfaceBasicByCamera()376 Surface outputSurface = new Surface(outputTexture); in testSharedSurfaceBasicByCamera()
149 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSettingsBinderParcel() local150 Surface surface = new Surface(outputTexture); in testSettingsBinderParcel()
103 int outputTexture = mEnv.generateTexture(); in test6_effectApply() local105 effect.apply(inputTexture, bitmap.getWidth(), bitmap.getHeight(), outputTexture); in test6_effectApply()110 mEnv.releaseTexture(outputTexture); in test6_effectApply()
34 SurfaceTexture outputTexture = new SurfaceTexture(/* random texture ID */ 5); in testSharedSurfaceOutputConfigurationBasic() local35 Surface surface = new Surface(outputTexture); in testSharedSurfaceOutputConfigurationBasic()