commit | b97babb8c08969b55af3b6456d15f764c8873d3f | [log] [tgz] |
---|---|---|
author | Yin-Chia Yeh <yinchiayeh@google.com> | Thu Mar 12 13:42:44 2015 -0700 |
committer | Yin-Chia Yeh <yinchiayeh@google.com> | Wed Mar 18 14:15:12 2015 -0700 |
tree | e972ec2e9ff83219464a753f4298aa37c3220e55 | |
parent | 802a568f77b9a372537e4216b2a7cbb203958a87 [diff] [blame] |
Camera: plumbing rotation field through Change-Id: I0f4343a0bfa7bf09ba887c78a1da1c08daa35333
diff --git a/services/camera/libcameraservice/CameraFlashlight.cpp b/services/camera/libcameraservice/CameraFlashlight.cpp index 7a79750..b3449e2 100644 --- a/services/camera/libcameraservice/CameraFlashlight.cpp +++ b/services/camera/libcameraservice/CameraFlashlight.cpp
@@ -389,7 +389,7 @@ return NO_MEMORY; } res = device->createStream(mAnw, width, height, format, - HAL_DATASPACE_UNKNOWN, &mStreamId); + HAL_DATASPACE_UNKNOWN, CAMERA3_STREAM_ROTATION_0, &mStreamId); if (res) { return res; }