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

  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 82 camera_metadata_entry_t curr_entry; local
99 if (get_camera_metadata_entry(request, index, &curr_entry)==0) {
100 switch (curr_entry.tag) {
103 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
105 dst->ctl.lens.focusDistance = curr_entry.data.f[0];
109 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
111 dst->ctl.lens.aperture = curr_entry.data.f[0];
115 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1))
117 dst->ctl.lens.focalLength = curr_entry.data.f[0];
121 if (NO_ERROR != CheckEntryTypeMismatch(&curr_entry, TYPE_FLOAT, 1)
395 camera_metadata_entry_t curr_entry; local
    [all...]
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.cc 426 const NavigationEntry* curr_entry,
434 // page and one isn't. If there's no curr_entry, check the current RVH's
436 const GURL& current_url = (curr_entry) ? curr_entry->GetURL() :
458 curr_entry ? curr_entry->GetURL() : GURL(),
463 if (!curr_entry)
470 if (curr_entry->IsViewSourceMode() != new_entry->IsViewSourceMode())
477 const NavigationEntry* curr_entry,
481 return curr_entry && web_ui_.get() &
590 NavigationEntry* curr_entry = controller.GetLastCommittedEntry(); local
866 const NavigationEntry* curr_entry = local
    [all...]
render_view_host_manager.h 262 const NavigationEntry* curr_entry,
266 const NavigationEntry* curr_entry,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 1787 uint8_t curr_entry = GET_FIRST_PARAM_ID(metadata); local
2122 uint8_t curr_entry = GET_FIRST_PARAM_ID(metadata); local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c     [all...]
ext2fs.h 369 int curr_entry; member in struct:ext2_extent_info
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 625 info.curr_entry, info.num_entries,
647 info.curr_entry, info.num_entries,
    [all...]

Completed in 139 milliseconds