From 5e7271d6e24efb891e0de141a06228c99866f49f Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Mon, 6 Jun 2011 16:36:05 -0700 Subject: CameraParameters: add PIXEL_FORMAT_RGBA8888 Change-Id: I2780e936f5b4628d506ac4e6947b78ef831fbde8 Signed-off-by: Iliyan Malchev --- include/camera/CameraParameters.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/camera') diff --git a/include/camera/CameraParameters.h b/include/camera/CameraParameters.h index dc5fc84..7992861 100644 --- a/include/camera/CameraParameters.h +++ b/include/camera/CameraParameters.h @@ -550,6 +550,7 @@ public: static const char PIXEL_FORMAT_YUV422I[]; // YUY2 static const char PIXEL_FORMAT_YUV420P[]; // YV12 static const char PIXEL_FORMAT_RGB565[]; + static const char PIXEL_FORMAT_RGBA8888[]; static const char PIXEL_FORMAT_JPEG[]; // Values for focus mode settings. -- cgit v1.1