From 03dfce9672b36c1a334959a602f909b8410bec50 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 7 Dec 2010 19:38:17 -0800 Subject: remove support for PUSH_BUFFER surfaces and overlays the same functionality is now supported through the h/w composer HAL, and YUV support in the GPU. Change-Id: I8146605449954b8e8fd7f78810b7d873c2d8f5bf --- include/camera/CameraHardwareInterface.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/camera') diff --git a/include/camera/CameraHardwareInterface.h b/include/camera/CameraHardwareInterface.h index 16f572c..3c6c94f 100644 --- a/include/camera/CameraHardwareInterface.h +++ b/include/camera/CameraHardwareInterface.h @@ -28,8 +28,6 @@ namespace android { -class Overlay; - /** * The size of image for display. */ @@ -130,12 +128,6 @@ public: virtual status_t startPreview() = 0; /** - * Only used if overlays are used for camera preview. - */ - virtual bool useOverlay() {return false;} - virtual status_t setOverlay(const sp &overlay) {return BAD_VALUE;} - - /** * Stop a previously started preview. */ virtual void stopPreview() = 0; -- cgit v1.1