HomeSort by relevance Sort by last modified time
    Searched defs:aperture (Results 1 - 14 of 14) sorted by null

  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 304 ALOGD("%s:%d] From metadata aperture = %f ", __func__, __LINE__,
529 float *aperture = (float *)POINTER_OF(CAM_INTF_META_LENS_APERTURE, p_meta); local
536 if (NULL != aperture) {
537 p_sensor_params.aperture_value = *aperture;
539 ALOGE("%s: Cannot extract Aperture value", __func__);
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 84 // Check if the left-over quad is the same size as the mapped aperture quad in
114 // Input is a 100x100 bitmap with a 40x50 aperture at x=20, y=30.
189 // The aperture is the size of the bitmap and the center doesn't draw.
203 // The aperture is the size of the bitmap and the center does draw.
239 gfx::Rect aperture = gfx::Rect(3, 3, 4, 4); local
241 nine_patch_layer_impl->SetLayout(aperture, border, true);
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 58 float aperture; member in struct:android::ExynosCamera2Info
ExynosExif.h 156 #define EXIF_DEF_EXPOSURE_PROGRAM 3 /* aperture priority */
209 rational_t aperture; member in struct:__anon41846
fimc-is-metadata.h 61 float aperture; member in struct:camera2_lens_ctl
70 float aperture; member in struct:camera2_lens_dm
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 307 CDBG_HIGH("%s:%d] From metadata aperture = %f ", __func__, __LINE__,
559 float *aperture = (float *)POINTER_OF_META(CAM_INTF_META_LENS_APERTURE, p_meta); local
560 if (NULL != aperture) {
561 p_sensor_params.aperture_value = *aperture;
563 ALOGE("%s: Cannot extract Aperture value", __func__);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 157 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE); local
209 exifInfo.append("Aperture: ").
210 append(aperture).append("\n");
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 134 static float aperture = 2.8f; local
137 (void *)&aperture);
139 &aperture, 1);
447 static const float aperture = 2.8f; local
448 ADD_OR_SIZE(ANDROID_LENS_APERTURE, &aperture, 1);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1800 rat_t aperture; local
    [all...]
  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_gem.c 351 * and in the aperture for us.
1402 struct drm_i915_gem_get_aperture aperture; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 152 #define EXIF_DEF_EXPOSURE_PROGRAM 3 /* aperture priority */
204 rational_t aperture; member in struct:__anon41838
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 482 static const float aperture = 2.8f; local
483 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
1048 static const float aperture = 2.8f; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 950 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); local
    [all...]
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 74 float aperture; member in struct:camera2_lens_ctl
83 float aperture; member in struct:camera2_lens_dm
95 /*assuming 1 aperture*/

Completed in 2649 milliseconds