summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2013-05-09 17:03:54 -0700
committerEino-Ville Talvala <etalvala@google.com>2013-05-09 17:03:54 -0700
commit2703cf1f71f679542f21632a9c1bd88af9578d0f (patch)
tree90d5d92acd715fa59163d7232c82ba898d777708 /services
parent9d75e9928f0fd49c4a0764ab71eb00636848c87a (diff)
downloadframeworks_av-2703cf1f71f679542f21632a9c1bd88af9578d0f.zip
frameworks_av-2703cf1f71f679542f21632a9c1bd88af9578d0f.tar.gz
frameworks_av-2703cf1f71f679542f21632a9c1bd88af9578d0f.tar.bz2
Camera3: Fix initial orientation configuration.
One call to set orientation too many. Bug: 8683719 Change-Id: I4b776fc8665eed940a1f18a6f617be4f1406e41a
Diffstat (limited to 'services')
-rw-r--r--services/camera/libcameraservice/camera3/Camera3OutputStream.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/camera/libcameraservice/camera3/Camera3OutputStream.cpp b/services/camera/libcameraservice/camera3/Camera3OutputStream.cpp
index 9693346..055913a 100644
--- a/services/camera/libcameraservice/camera3/Camera3OutputStream.cpp
+++ b/services/camera/libcameraservice/camera3/Camera3OutputStream.cpp
@@ -361,11 +361,6 @@ status_t Camera3OutputStream::configureQueueLocked() {
return res;
}
- res = setTransformLocked(0);
- if (res != OK) {
- return res;
- }
-
if (mMaxSize == 0) {
// For buffers of known size
res = native_window_set_buffers_geometry(mConsumer.get(),