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

  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 133 int tag_section = (tag >> 16) - VENDOR_SECTION; local
134 if (tag_section < 0 ||
135 tag_section >= FAKEVENDOR_SECTION_COUNT) return NULL;
137 return fakevendor_section_names[tag_section];
143 int tag_section = (tag >> 16) - VENDOR_SECTION; local
144 if (tag_section < 0
145 || tag_section >= FAKEVENDOR_SECTION_COUNT
146 || tag >= fakevendor_section_bounds[tag_section][1]) return NULL;
148 return fakevendor_tag_info[tag_section][tag_index].tag_name;
154 int tag_section = (tag >> 16) - VENDOR_SECTION local
    [all...]
  /system/media/camera/src/
camera_metadata.c 517 uint32_t tag_section = entry.tag >> 16; local
519 if (tag_type != (int)entry.type && tag_section < VENDOR_SECTION) {
910 uint32_t tag_section = tag >> 16; local
928 uint32_t tag_section = tag >> 16; local
948 uint32_t tag_section = tag >> 16; local
1072 const char *tag_name, *tag_section; local
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.cpp 152 uint32_t tag_section = tag >> 16; local
153 if (tag_section >= VENDOR_SECTION) {

Completed in 67 milliseconds