Home
last modified time | relevance | path

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

/system/media/camera/docs/
Dcamera_metadata_tag_info.mako34 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
40 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
58 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = {
Dcamera_metadata_tags.mako47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
54 ANDROID_SECTION_COUNT,
/system/media/camera/include/system/
Dcamera_metadata.h44 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
46 extern const char *camera_metadata_section_names[ANDROID_SECTION_COUNT];
Dcamera_metadata_tags.h64 ANDROID_SECTION_COUNT, enumerator
/system/media/camera/src/
Dcamera_metadata.c788 if (tag_section >= ANDROID_SECTION_COUNT) { in get_camera_metadata_section_name()
801 if (tag_section >= ANDROID_SECTION_COUNT || in get_camera_metadata_tag_name()
816 if (tag_section >= ANDROID_SECTION_COUNT || in get_camera_metadata_tag_type()
Dcamera_metadata_tag_info.c33 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
665 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = {
/system/media/camera/tests/
Dcamera_metadata_tests.cpp882 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) { in TEST()
904 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) { in TEST()