HomeSort by relevance Sort by last modified time
    Searched full:hrange (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 126 size_t hRange, vRange;
131 hRange = CameraArea::RIGHT - CameraArea::LEFT;
133 hScale = ( double ) width / ( double ) hRange;
137 left = ( mLeft + hRange / 2 ) * hScale;
140 areaWidth = ( mRight + hRange / 2) * hScale;
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 128 size_t hRange, vRange;
133 hRange = CameraArea::RIGHT - CameraArea::LEFT;
135 hScale = ( double ) width / ( double ) hRange;
139 left = ( mLeft + hRange / 2 ) * hScale;
142 areaWidth = ( mRight + hRange / 2) * hScale;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 300 size_t hRange, vRange;
312 hRange = CameraFDResult::RIGHT - CameraFDResult::LEFT;
399 tmp *= hRange;
400 tmp -= hRange/2;
409 tmp *= hRange;
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFD.cpp 308 size_t hRange, vRange;
314 hRange = CameraMetadataResult::RIGHT - CameraMetadataResult::LEFT;
406 tmp *= hRange;
407 tmp -= hRange/2;
416 tmp *= hRange;
  /external/opencv3/modules/imgproc/src/
color.cpp 7026 int hrange = depth == CV_32F ? 360 : code == COLOR_BGR2HSV || code == COLOR_RGB2HSV || local
7095 int hrange = depth == CV_32F ? 360 : code == COLOR_HSV2BGR || code == COLOR_HSV2RGB || local
    [all...]
  /external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl 94 #ifndef hrange
95 #define hrange 0
    [all...]
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c     [all...]

Completed in 128 milliseconds