Searched defs:metadata (Results 1 - 2 of 2) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_parser_xml.py56 A class to parse any XML block that passes validation with metadata-validate.
62 metadata: a constructed instance of metadata_model.Metadata
67 metadata model.
70 xml: The XML block to use for the metadata
106 def metadata(self): member in class:MetadataParserXml
125 self.metadata.insert_tag(tag['id'], tag.string)
134 self.metadata.insert_type(tp['name'], 'typedef', languages=languages)
149 insert = self.metadata.insert_entry
160 insert = self.metadata.insert_clone
167 self.metadata
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c36 * A single metadata entry, storing an array of values of a given type. If the
57 * A packet of metadata. This is a list of entries, each of which may point to
87 * In short, the entries and data are contiguous in memory after the metadata
105 * A datum of metadata. This corresponds to camera_metadata_entry_t::data
121 * The preferred alignment of a packet of camera metadata. In general,
122 * this is the lowest common multiple of the constituents of a metadata
163 const camera_metadata_t *metadata) {
165 ((uint8_t*)metadata + metadata->entries_start);
168 static uint8_t *get_data(const camera_metadata_t *metadata) { argument
162 get_entries( const camera_metadata_t *metadata) argument
187 camera_metadata_t *metadata = (camera_metadata_t*) buffer; local
234 free_camera_metadata(camera_metadata_t *metadata) argument
250 get_camera_metadata_size(const camera_metadata_t *metadata) argument
256 get_camera_metadata_compact_size(const camera_metadata_t *metadata) argument
263 get_camera_metadata_entry_count(const camera_metadata_t *metadata) argument
267 get_camera_metadata_entry_capacity(const camera_metadata_t *metadata) argument
271 get_camera_metadata_data_count(const camera_metadata_t *metadata) argument
275 get_camera_metadata_data_capacity(const camera_metadata_t *metadata) argument
302 validate_camera_metadata_structure(const camera_metadata_t *metadata, const size_t *expected_size) argument
840 dump_camera_metadata(const camera_metadata_t *metadata, int fd, int verbosity) argument
846 dump_indented_camera_metadata(const camera_metadata_t *metadata, int fd, int verbosity, int indentation) argument
[all...]

Completed in 139 milliseconds