Searched refs:camera_metadata_section_bounds (Results 1 – 5 of 5) sorted by relevance
43 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
40 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
932 tag >= camera_metadata_section_bounds[tag_section][1] ) { in get_local_camera_metadata_tag_name_vendor_id()952 tag >= camera_metadata_section_bounds[tag_section][1] ) { in get_local_camera_metadata_tag_type_vendor_id()
62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = { variable
879 total_tag_count += camera_metadata_section_bounds[i][1] - in TEST()880 camera_metadata_section_bounds[i][0]; in TEST()901 for (uint32_t tag = camera_metadata_section_bounds[i][0]; in TEST()902 tag < camera_metadata_section_bounds[i][1]; in TEST()