History log of /frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa5e2a156da99322a5e847ab2373c03784060119 11-Apr-2016 Eino-Ville Talvala <etalvala@google.com> Camera/Surface: Update OutputConfiguration API

- Rename "surface set ID" to "surface group ID"
- Remove setSurfaceSetId
- Use constructor overloads to set surface group ID, make
OutputConfiguration immutable
- Add Surface.getConsumerDescriptor to make it possible to verify
if two Surfaces have the same backing consumer
- Cache initial surface generation ID in OutputConfiguration so that
changes in a Surface's internals will label it is as a
new output
- Add sample use case for surface group IDs

Bug: 27950763
Bug: 28076469
Change-Id: I13251d1dd3d26a978ffbedc519966524e93bc61c
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
5d2d7788f1759b0f3d2c057af0b3ea61b0354fee 18-Dec-2015 Eino-Ville Talvala <etalvala@google.com> Camera2: Switch to auto-gen C++ binder interfaces

- Move camera AIDL files to frameworks/av
- Update makefiles to point to new AIDL locations
- Adjust camera2 implementation to match modifications to AIDL needed
for native AIDL auto-generation
- Move Surface.aidl to frameworks/native to allow use in
native AIDL. Use android::view::Surface in Surface JNI to
serialize Surface objects to ensure parceling compatibility.
- Adjust service binder tests to new interface

Bug: 25091611
Change-Id: I85b817374b34a4540fa145328dbe4bbf7f746baf
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
445b316755923565c3b5b8ebb642db10de5d0ab7 19-Jan-2016 Zhijun He <zhijunhe@google.com> Camera2: add surface set ID

Add surface set ID to OutputConfiguration class,and make this class public.

Bug: 25088440
Change-Id: Ib5fd74aa2c7bc06aed70771765767d6fcfefa98f
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
828adbba24c430b09c48092ce05730a54e50756a 18-Aug-2015 Chien-Yu Chen <cychen@google.com> Camera2: Handle surface size change

When comparing if two OutputConfigurations are equal, also check
the width, height, format, dataspace when the output configurations
were created. With this, CameraDeviceImpl knows that the surface has
changed sizes and will reconfigure the stream.

Bug: 12250682
Change-Id: Ie5965d242b2017b87a76d26cdc2f6b700082e002
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
61f15366127752258aea05398c40182c5b174a29 03-Apr-2015 Yin-Chia Yeh <yinchiayeh@google.com> Camera: add equals/hashCode to OutputConfiguration

Bug: 20057354
Change-Id: Ib9c2e26ac4c52c47ccab86a7f25363b164d36eb6
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
bfbbee756663aeeb38706bb1bd4841dcd050f91b 12-Mar-2015 Yin-Chia Yeh <yinchiayeh@google.com> Camera: update createStream API to add new rotation field

Change-Id: I0f4343a0bfa7bf09ba887c78a1da1c08daa35333
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java
49ea6ae76d78ff8d179c0957d4bc55f08cb98d0f 10-Mar-2015 Yin-Chia Yeh <yinchiayeh@google.com> Camera: add @hide API for setting camera rotation

Only adding API header. Haven't filled in implementation.

Change-Id: I99a1c84d194dd20562845a0f566dd10ddb3041b7
/frameworks/base/core/java/android/hardware/camera2/params/OutputConfiguration.java