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

1 2

  /external/opencv/cv/include/
cvcompat.h 639 CvPoint3D32f* _object_points, float* focal_length,
651 a[0] = focal_length[0]; a[4] = focal_length[1];
664 CvPoint3D64f* _object_points, double* focal_length,
676 a[0] = focal_length[0]; a[4] = focal_length[1];
704 double* focal_length, CvPoint2D64f principal_point,
725 a[0] = focal_length[0]; a[4] = focal_length[1];
    [all...]
cv.h     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosExif.h 206 rational_t focal_length; member in struct:__anon21847
ExynosJpegEncoderForCamera.cpp 455 1, &exifInfo->focal_length, &LongerTagOffest, pIfdStart);
    [all...]
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosExif.h 211 rational_t focal_length; member in struct:__anon21855
ExynosJpegEncoderForCamera.cpp 438 1, &exifInfo->focal_length, &LongerTagOffest, pIfdStart);
    [all...]
ExynosCameraHWInterface2.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 135 return context.getString(R.string.focal_length);
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 498 const T& focal_length = intrinsics[OFFSET_FOCAL_LENGTH]; local
524 ApplyRadialDistortionCameraIntrinsics(focal_length,
525 focal_length,
  /external/opencv/cvaux/src/
cv3dtracker.cpp 232 const_cast<float *>(camera_intrinsics[c].focal_length),
288 smat[0][0] = 1.0f / camera_intrinsics[c].focal_length[0];
289 smat[1][1] = 1.0f / camera_intrinsics[c].focal_length[1];
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 348 val_short = (short) p_sensor_params->focal_length*p_sensor_params->crop_factor;
519 p_sensor_params.focal_length = 0;
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 324 return context.getString(R.string.focal_length);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 120 float focal_length; /* focal length */ member in struct:__anon2633
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 125 float focal_length; /* focal length */ member in struct:__anon3127
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 124 float focal_length; /* focal length */ member in struct:__anon4184
    [all...]
cam_types.h 940 float focal_length; member in struct:__anon4291
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1835 float focal_length = *(float *)POINTER_OF( local
    [all...]
QCamera3HWI.cpp     [all...]
  /external/opencv/cvaux/include/
cvaux.h 893 float focal_length[2]; member in struct:__anon11790
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 2441 float focal_length = *(float *)POINTER_OF_PARAM( local
    [all...]
QCamera3HWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 504 milliseconds

1 2