Home
last modified time | relevance | path

Searched refs:fakevendor_section_bounds (Results 1 – 1 of 1) sorted by relevance

/system/media/camera/tests/
Dcamera_metadata_tests_fake_vendor.h75 uint32_t fakevendor_section_bounds[FAKEVENDOR_SECTION_COUNT][2] = { variable
146 || tag >= fakevendor_section_bounds[tag_section][1]) return NULL; in get_fakevendor_tag_name()
157 || tag >= fakevendor_section_bounds[tag_section][1]) return -1; in get_fakevendor_tag_type()
169 start = fakevendor_section_bounds[section][0]; in get_fakevendor_tag_count()
170 end = fakevendor_section_bounds[section][1]; in get_fakevendor_tag_count()
182 start = fakevendor_section_bounds[section][0]; in get_fakevendor_tags()
183 end = fakevendor_section_bounds[section][1]; in get_fakevendor_tags()