Searched refs:camera_metadata_section_bounds (Results 1 - 4 of 4) sorted by relevance

/system/media/camera/include/system/
H A Dcamera_metadata.h43 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
/system/media/camera/src/
H A Dcamera_metadata.c584 tag >= camera_metadata_section_bounds[tag_section][1] ) {
599 tag >= camera_metadata_section_bounds[tag_section][1] ) {
H A Dcamera_metadata_tag_info.c62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = { variable
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp760 total_tag_count += camera_metadata_section_bounds[i][1] -
761 camera_metadata_section_bounds[i][0];
782 for (uint32_t tag = camera_metadata_section_bounds[i][0];
783 tag < camera_metadata_section_bounds[i][1];

Completed in 283 milliseconds