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

  /external/libdrm/intel/
intel_bufmgr.c 362 fprintf(stderr, "%s: Mappable aperture size hardcoded to 64MiB\n", __func__);
371 struct drm_i915_gem_get_aperture aperture; local
374 ret = drmIoctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
384 *total = aperture.aper_size;
intel_bufmgr_gem.c 602 * and require tiled buffer to be size aligned in the aperture.
605 * aperture. Optimal packing is for wimps.
768 * cache and in the aperture for us.
3625 struct drm_i915_gem_get_aperture aperture; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_gem.c 293 struct drm_i915_gem_get_aperture aperture = { 0 }; local
295 int ret = anv_ioctl(fd, DRM_IOCTL_I915_GEM_GET_APERTURE, &aperture);
299 *size = aperture.aper_available_size;
  /device/generic/goldfish/camera/
Exif.cpp 469 // Aperture
471 float aperture = (entry.count > 0) ? entry.data.f[0] : 2.8; local
472 createEntry(exifData, EXIF_IFD_EXIF, EXIF_TAG_FNUMBER, aperture);
EmulatedFakeCamera3.cpp 459 static const float aperture = 2.8f; local
460 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
1263 static const float aperture = 2.8f; local
    [all...]
EmulatedQemuCamera3.cpp 490 static const float aperture = 2.8f; local
491 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
1150 static const float aperture = 2.8f; local
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
SnapshotDialogFragment.java 178 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE); local
230 exifInfo.append("Aperture: ").
231 append(aperture).append("\n");
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 112 public final float aperture; field in class:ExifInterfaceTest.ExpectedValue
158 aperture = typedArray.getFloat(index++, 0f);
278 assertFloatTag(exifInterface, ExifInterface.TAG_F_NUMBER, expectedValue.aperture);
  /external/libxcam/xcore/base/
xcam_3a_result.h 140 double aperture; //fn member in struct:_XCam3aResultExposure
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera3.cpp 422 static const float aperture = 2.8f; local
423 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
1175 static const float aperture = 2.8f; local
    [all...]
  /frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
ExifInterfaceTest.java 236 public final float aperture; field in class:ExifInterfaceTest.ExpectedValue
279 aperture = typedArray.getFloat(9, 0f);
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java 1012 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); local
    [all...]

Completed in 236 milliseconds