Lines Matching refs:tag

82     uint32_t tag;
101 uint32_t tag;
133 * an integer tag to identify its meaning, 'type' and 'count' field, and the
141 * entries with the same tag are allowed. The packet will not dynamically resize
315 * left to add the entry, or if the tag is unknown. data_count is the number of
316 * entries in the data array of the tag's type, not a count of
324 uint32_t tag,
349 * Find an entry with given tag value. If not found, returns -ENOENT. Otherwise,
352 * If multiple entries with the same tag exist, does not have any guarantees on
358 uint32_t tag,
362 * Find an entry with given tag value, but disallow editing the data
366 uint32_t tag,
411 * Retrieve human-readable name of section the tag is in. Returns NULL if
412 * no such tag is defined. Returns NULL for tags in the vendor section, unless
416 const char *get_camera_metadata_section_name(uint32_t tag);
419 * Retrieve human-readable name of tag (not including section). Returns NULL if
420 * no such tag is defined. Returns NULL for tags in the vendor section, unless
424 const char *get_camera_metadata_tag_name(uint32_t tag);
427 * Retrieve the type of a tag. Returns -1 if no such tag is defined. Returns -1
432 int get_camera_metadata_tag_type(uint32_t tag);
435 * Set up vendor-specific tag query methods. These are needed to properly add
443 * Get vendor section name for a vendor-specified entry tag. Only called for
446 * their sections with "com.camerazoom." Must return NULL if the tag is
451 uint32_t tag);
453 * Get tag name for a vendor-specified entry tag. Only called for tags >=
454 * 0x80000000. Must return NULL if the tag is outside the bounds of
459 uint32_t tag);
461 * Get tag type for a vendor-specified entry tag. Only called for tags >=
462 * 0x80000000. Must return -1 if the tag is outside the bounds of
467 uint32_t tag);
490 * verbosity = 0: Only tag entry information
510 * Prints the specified tag value as a string. Only works for enum tags.
514 int camera_metadata_enum_snprint(uint32_t tag,