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

/system/media/camera/tests/
H A Dcamera_metadata_tests_fake_vendor.h141 int tag_index = tag & 0xFFFF; local
142 return fakevendor_tag_info[tag_section][tag_index].tag_name;
152 int tag_index = tag & 0xFFFF; local
153 return fakevendor_tag_info[tag_section][tag_index].tag_type;
/system/media/camera/src/
H A Dcamera_metadata.c790 uint32_t tag_index = tag & 0xFFFF; local
791 return tag_info[tag_section][tag_index].tag_name;
805 uint32_t tag_index = tag & 0xFFFF; local
806 return tag_info[tag_section][tag_index].tag_type;

Completed in 75 milliseconds