History log of /system/media/camera/docs/metadata_parser_xml.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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_parser_xml.py
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_parser_xml.py
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_parser_xml.py
63c0fb27d923a32d9a398471ad318bfe84befbeb 03-Jan-2014 Eino-Ville Talvala <etalvala@google.com> camera_metadata: Automatically linkify tag names

Change-Id: I5f07a99765174f519e5d1187b38fd0e7ab355d3f
/system/media/camera/docs/metadata_parser_xml.py
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_parser_xml.py
1dd4ecb0ea0589610b3616459b707c2898889153 11-Dec-2013 Igor Murashkin <iam@google.com> camera_metadata: Add support for embedding images into html/javadoc

- Also finishes specifying the lensShadingMap related fields

Bug: 12135317
Change-Id: I488f76db4650fcc4f8ce6d45e420217016837fbc
/system/media/camera/docs/metadata_parser_xml.py
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_parser_xml.py
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_parser_xml.py
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_parser_xml.py
480986832a29121f7a16e49f30e5c5f7501ef56c 05-Dec-2012 Igor Murashkin <iam@google.com> Camera2: Docs - Add output_file option to metadata_parser_xml.py

Change-Id: I5b7d991bc569c36e23a9567289e9c4dbd9759378
/system/media/camera/docs/metadata_parser_xml.py
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_parser_xml.py
586c861e6dab3fdf48fc8440c719ad0b59d49d72 30-Nov-2012 Igor Murashkin <iam@google.com> Camera2: Fix metadata XML to maintain ordering

Change-Id: I69adfbb1010b5f624d3ee618a1a45e0be510ca31
/system/media/camera/docs/metadata_parser_xml.py
da1c314e080d33eb6b93a1d3da070c99b41e7b22 22-Nov-2012 Igor Murashkin <iam@google.com> Camera: Generate tag string info from XML

Change-Id: I5109a3c46a065fb2dce31482d4377c33aeb84176
/system/media/camera/docs/metadata_parser_xml.py
617da1675f9ea7b6ea33d9e6f47e0a07379f14b1 29-Nov-2012 Igor Murashkin <iam@google.com> Camera: Metadata docs HTML generated from XML

Change-Id: Ic39249d7019dab0a6c5f5daf5d54074f6cc9c0d4
/system/media/camera/docs/metadata_parser_xml.py
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_parser_xml.py