HomeSort by relevance Sort by last modified time
    Searched refs:aperture (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/cc/layers/
nine_patch_layer.h 30 // aperture is in the pixel space of the bitmap resource and refers to
36 void SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture);
nine_patch_layer_impl.h 31 void SetLayout(gfx::Size image_bounds, gfx::Rect aperture);
nine_patch_layer.cc 50 void NinePatchLayer::SetBitmap(const SkBitmap& bitmap, gfx::Rect aperture) {
52 image_aperture_ = aperture;
nine_patch_layer_impl.cc 53 void NinePatchLayerImpl::SetLayout(gfx::Size image_bounds, gfx::Rect aperture) {
55 image_aperture_ = aperture;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.h 52 float aperture; member in struct:android::ExynosCamera2Info
ExynosCamera2.cpp 197 aperture = 2.7f;
288 aperture = 2.8f;
410 &m_curCameraInfo->aperture, 1);
714 ADD_OR_SIZE(ANDROID_LENS_APERTURE, &m_curCameraInfo->aperture, 1);
ExynosExif.h 152 #define EXIF_DEF_EXPOSURE_PROGRAM 3 /* aperture priority */
204 rational_t aperture; member in struct:__anon34067
fimc-is-metadata.h 61 float aperture; member in struct:camera2_lens_ctl
70 float aperture; member in struct:camera2_lens_dm
MetadataConverter.cpp 111 dst->ctl.lens.aperture = curr_entry.data.f[0];
540 &metadata->dm.lens.aperture, 1))
549 metadata->dm.sensor.timeStamp, metadata->dm.sensor.exposureTime, metadata->dm.lens.aperture);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 36 region into byte offsets into the AGP aperture.
70 aperture. The function
  /external/mesa3d/docs/
MESA_agp_offset.spec 36 region into byte offsets into the AGP aperture.
70 aperture. The function
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 304 ALOGD("%s:%d] From metadata aperture = %f ", __func__, __LINE__,
508 float *aperture = (float *)POINTER_OF(CAM_INTF_META_LENS_APERTURE, p_meta); local
516 if (NULL != aperture) {
517 p_sensor_params.aperture_value = *aperture;
519 ALOGE("%s: Cannot extract Aperture value", __func__);
  /external/opencv/cv/src/
_cvimgproc.h 56 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture );
_cvipp.h 443 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture ))
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 152 #define EXIF_DEF_EXPOSURE_PROGRAM 3 /* aperture priority */
204 rational_t aperture; member in struct:__anon34059
ExynosCamera.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 133 return context.getString(R.string.aperture);
  /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");
  /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*/
  /external/oprofile/events/x86-64/hammer/
unit_masks 116 0x01 GART aperture hit on access from CPU
117 0x02 GART aperture hit on access from I/O
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 322 return context.getString(R.string.aperture);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 480 static const float aperture = 2.8f; local
481 settings.update(ANDROID_LENS_APERTURE, &aperture, 1);
1050 static const float aperture = 2.8f; local
    [all...]
EmulatedFakeCamera2.cpp     [all...]
  /external/kernel-headers/original/linux/
fb.h 897 struct aperture { struct in struct:fb_info::apertures_struct
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 135 0x01 GART aperture hit on access from CPU
136 0x02 GART aperture hit on access from I/O

Completed in 1145 milliseconds

1 2