diff options
| author | Steve Kondik <shade@chemlab.org> | 2012-12-07 15:44:58 -0800 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2012-12-07 15:44:58 -0800 |
| commit | 57bf34d85b43766a76a241b0f970e320b4c31cf5 (patch) | |
| tree | a18061d6c976d8855b5e63e2ef171211b6635fa2 | |
| parent | d7fbac3c4a5cec9b0249e2871391513dcc45db3f (diff) | |
| download | system_core-57bf34d85b43766a76a241b0f970e320b4c31cf5.tar.gz system_core-57bf34d85b43766a76a241b0f970e320b4c31cf5.tar.bz2 system_core-57bf34d85b43766a76a241b0f970e320b4c31cf5.zip | |
camera: Add new commands to compatibility block
Change-Id: I2952963661abf17f55eca811a8d4e8fc87933df0
| -rw-r--r-- | include/system/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/camera.h b/include/system/camera.h index e98abaaf..11a3f2af 100644 --- a/include/system/camera.h +++ b/include/system/camera.h @@ -168,6 +168,7 @@ enum { /* Unused by the older blobs, but referenced */ CAMERA_CMD_ENABLE_FOCUS_MOVE_MSG = 11, CAMERA_CMD_PING = 12, + CAMERA_CMD_SET_VIDEO_BUFFER_COUNT = 13, #else /** * Enable/disable focus move callback (CAMERA_MSG_FOCUS_MOVE). Passing |
