HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_SECTION_COUNT (Results 1 - 5 of 5) sorted by null

  /system/media/camera/include/system/
camera_metadata.h 43 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
45 extern const char *camera_metadata_section_names[ANDROID_SECTION_COUNT];
camera_metadata_tags.h 28 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
64 ANDROID_SECTION_COUNT,
  /system/media/camera/src/
camera_metadata_tag_info.c 27 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
539 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = {
camera_metadata.c 570 if (tag_section >= ANDROID_SECTION_COUNT) {
583 if (tag_section >= ANDROID_SECTION_COUNT ||
598 if (tag_section >= ANDROID_SECTION_COUNT ||
  /system/media/camera/tests/
camera_metadata_tests.cpp 759 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
781 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
    [all...]

Completed in 765 milliseconds