Searched refs:camera_metadata_section_bounds (Results 1 – 5 of 5) sorted by relevance
44 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
40 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
802 tag >= camera_metadata_section_bounds[tag_section][1] ) { in get_camera_metadata_tag_name()817 tag >= camera_metadata_section_bounds[tag_section][1] ) { in get_camera_metadata_tag_type()
62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = { variable
877 total_tag_count += camera_metadata_section_bounds[i][1] - in TEST()878 camera_metadata_section_bounds[i][0]; in TEST()899 for (uint32_t tag = camera_metadata_section_bounds[i][0]; in TEST()900 tag < camera_metadata_section_bounds[i][1]; in TEST()