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

  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 132 int tag_section = (tag >> 16) - VENDOR_SECTION; local
133 if (tag_section < 0 ||
134 tag_section >= FAKEVENDOR_SECTION_COUNT) return NULL;
136 return fakevendor_section_names[tag_section];
142 int tag_section = (tag >> 16) - VENDOR_SECTION; local
143 if (tag_section < 0
144 || tag_section >= FAKEVENDOR_SECTION_COUNT
145 || tag >= fakevendor_section_bounds[tag_section][1]) return NULL;
147 return fakevendor_tag_info[tag_section][tag_index].tag_name;
153 int tag_section = (tag >> 16) - VENDOR_SECTION local
    [all...]
  /system/media/camera/src/
camera_metadata.c 409 uint32_t tag_section = entry.tag >> 16; local
411 if (tag_type != (int)entry.type && tag_section < VENDOR_SECTION) {
782 uint32_t tag_section = tag >> 16; local
783 if (tag_section >= VENDOR_SECTION && vendor_tag_ops != NULL) {
788 if (tag_section >= ANDROID_SECTION_COUNT) {
791 return camera_metadata_section_names[tag_section];
795 uint32_t tag_section = tag >> 16; local
796 if (tag_section >= VENDOR_SECTION && vendor_tag_ops != NULL) {
801 if (tag_section >= ANDROID_SECTION_COUNT ||
802 tag >= camera_metadata_section_bounds[tag_section][1] )
810 uint32_t tag_section = tag >> 16; local
867 const char *tag_name, *tag_section; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 87 'SECTION' : 'tag_section',
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 127 milliseconds