History log of /system/media/camera/docs/metadata_template.mako
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ba998e1af176ee98e8f04f58995b76211419cb7 06-Apr-2016 Yin-Chia Yeh <yinchiayeh@google.com> Camera: hide some enum values in NDK

Bug: 27102995
Change-Id: Ibcca0576f5e88c2e7a904c0d0699640c69005048
/system/media/camera/docs/metadata_template.mako
7defc683c4e99cfef83d8352d20e619ad1018e9d 23-May-2015 Zhijun He <zhijunhe@google.com> camera_metadata: update high speed video recording API

* Update high speed video recording API to support batch mode recording.
* Update the cropRegion doc for sensor cropped output case.
* Add Enum type deprecation codegen support

Bug: 21442271
Bug: 21025492
Change-Id: I62de6067c75fcfbe6320dd987cce65843d810021
/system/media/camera/docs/metadata_template.mako
ca25627fc63255d147286ef9a9624059825eb548 03-Oct-2014 Igor Murashkin <iam@google.com> camera: Add a hwlevel attribute, annotate each metadata's hardware level

* Set each metadata key to one of full,legacy,limited.
* All keys present on the lower level must also be present on higher
levels (i.e. all legacy keys present on limited/full devices, all limited
keys present on full devices.)
* If a key is not annotated, it is assumed to be optional even on full.
This is usually the case only for future, deprecated, or system keys.

Bug: 17788234
Change-Id: Ie88f3750cc06d889c6750f2099598d53ccb601b7
/system/media/camera/docs/metadata_template.mako
b432916043290beb246054a77f8978b3136f4315 09-Jun-2014 Eino-Ville Talvala <etalvala@google.com> camera_metadata: Update docs for enum value definitions

- Add proper @hide support for enum values
(previous hack produced bad @see lines)
- Format many enum values properly for javadoc
- Additional updates to various entries

Bug: 15475465
Change-Id: I2b03cac8d478e945c7d93717845a9ae44b97639b
/system/media/camera/docs/metadata_template.mako
35a108fbfe7d174682187fa6a87f0590837924d0 27-May-2014 Igor Murashkin <iam@google.com> camera_metadata: Add support to generate Keys for generic types

Also adds the following keys:
* android.control.maxRegionsAe
* android.control.maxRegionsAwb
* android.control.maxRegionsAf
* android.request.maxNumOutputRaw
* android.request.maxNumOutputProc
* android.request.maxNumOutputProcStalling

Changes the following keys' type generations:
* android.control.aeTargetFpsRange (Range<Integer>)
* android.control.aeAvailableTargetFpsRanges (Range<Integer>[])
* android.control.aeCompensationRange (Range<Integer>)
* android.lens.focusRange (Range<Float>)

When trying to generate code for a generic type such as a
"Range<Float>", the generated static key initializers will now use
a TypeReference<T> instead of a T.class.

Non-generic types will proceed to use the older T.class variant.

Bug: 14628001
Change-Id: I141847dffc4b0d89cea37c19a54d6d5faf24a9bb
/system/media/camera/docs/metadata_template.mako
6c936c18e02b122baaa3d5056b0555b6cff256f8 13-May-2014 Igor Murashkin <iam@google.com> camera2: Add synthetic key support; add scaler.streamConfigurationMap

Also @hide/@deprecate keys that are now accessible only via
StreamConfigurationMap.

Bug: 14628001
Change-Id: I2db490a0849680a133a901403477a147b004fb28
/system/media/camera/docs/metadata_template.mako
a5b73c27ddbf032d1b3b4f628ac8fc0846c0ed2c 27-Dec-2013 Eino-Ville Talvala <etalvala@google.com> camera_metadata: Add 'hal_details' field, rename 'notes' field to 'details'

- Details will contain the full documentation aimed at API users
- HAL details will contain additional notes for HAL implementors

Change-Id: I66452914382b8eca166a032bff4681d7fcef22cf
/system/media/camera/docs/metadata_template.mako
ef40ad6249555a0a45c57907f4b9509b59e3e9f5 02-Oct-2013 Alex Ray <aray@google.com> camera_metadata: add non-full hw level optional tag

Bug: 10838063
Change-Id: If6d1ef5bd58aca3a9a722e4317f5ce6804dd6680
/system/media/camera/docs/metadata_template.mako
b8dc88148bca2e5a267c2ff39aff94b98b00ad6d 18-Jul-2013 Igor Murashkin <iam@google.com> camera_metadata: add typedefs for java generated code

Change-Id: I619261b9645cda669a3b5ee7c79f4c56d4d4c3d4
/system/media/camera/docs/metadata_template.mako
f384f0a06cf156c51c4ca584a4323e132c15f64f 13-Jul-2013 Eino-Ville Talvala <etalvala@google.com> camera_metadata: Add visibility support, and a HAL2 tag

- Add a visibility property which controls whether a tag is available
only to the system, hidden in managed code, or public in managed code.
- Add a HAL2 tag to indicate HAL2.x-only tags
- Fix output/inputStream tags to be arrays.

Change-Id: I856d0b1bf413eefd58914e5b85b08331a4bf4536
/system/media/camera/docs/metadata_template.mako
b556bc47068d816cb319a5d0e2f6841b007b38f2 05-Dec-2012 Igor Murashkin <iam@google.com> Camera2: Doc entries no longer have type='enum', instead they use enum='true'

* This allows all entries to have any backing type
(usually a byte, but for availableFormats it's int32)
* No longer need special casing for availableFormats
* No longer need to coerce an enum type into a byte

Change-Id: Ib1d4b93521e90f243b54f66c3d4c4b35032bc06a
/system/media/camera/docs/metadata_template.mako
7b9a2dccf20bac314258708e55d8c75b2ecf892a 21-Nov-2012 Igor Murashkin <iam@google.com> Camera: Generate camera_metadata_tags.h from XML

Change-Id: Ie98f9dca854841ff1430c1314fbc570e26e5398b
/system/media/camera/docs/metadata_template.mako
6ad61d460aabf8db9b52e946bb38b8f20717b2a8 21-Nov-2012 Igor Murashkin <iam@google.com> Camera: Metadata XML cleanup, add README

Change-Id: Ib53757029becbd4148867a144ba3725c4f9e5d82
/system/media/camera/docs/metadata_template.mako
96bd019289c47433e1b3522500bb166a4662e0f5 20-Nov-2012 Igor Murashkin <iam@google.com> Camera: Add an XML parser for the XML metadata

Change-Id: Ie97893e82d6cae2cb7fa3853b326df1cf0f3ff18
/system/media/camera/docs/metadata_template.mako
77b63ca0447545a4dac3ac062f218d878ce01ba0 10-Nov-2012 Igor Murashkin <iam@google.com> Camera: Define all Properties via an XML data file

Change-Id: I82aad9e1e8c8064373a9881f255ec2eb9d2f023e
/system/media/camera/docs/metadata_template.mako