commit | 5997faf9318df56c4a2644709483ff1f6c0fb14d | [log] [tgz] |
---|---|---|
author | Chih-Chung Chang <chihchung@google.com> | Thu May 06 16:36:58 2010 +0800 |
committer | Chih-Chung Chang <chihchung@google.com> | Mon May 10 11:21:14 2010 +0800 |
tree | 50064747f331ba344a54744741edd050675aa525 | |
parent | 81b3d23bd07b9c955be9c0b1933912eca22a1327 [diff] [blame] |
Support multiple cameras in framework. Change-Id: I081f0fbdca4b633715ea7c3b3d42f8662d27598a
diff --git a/camera/libcameraservice/FakeCamera.h b/camera/libcameraservice/FakeCamera.h index f7f8803..724de20 100644 --- a/camera/libcameraservice/FakeCamera.h +++ b/camera/libcameraservice/FakeCamera.h
@@ -40,7 +40,7 @@ ~FakeCamera(); void setSize(int width, int height); - void getNextFrameAsYuv422(uint8_t *buffer); + void getNextFrameAsYuv420(uint8_t *buffer); // Write to the fd a string representing the current state. void dump(int fd) const;