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/device3/Camera3Stream.h b/services/camera/libcameraservice/device3/Camera3Stream.h index 72f3ee9..aba27fe 100644 --- a/services/camera/libcameraservice/device3/Camera3Stream.h +++ b/services/camera/libcameraservice/device3/Camera3Stream.h
@@ -266,7 +266,7 @@ Camera3Stream(int id, camera3_stream_type type, uint32_t width, uint32_t height, size_t maxSize, int format, - android_dataspace dataSpace); + android_dataspace dataSpace, camera3_stream_rotation_t rotation); /** * Interface to be implemented by derived classes