Home
last modified time | relevance | path

Searched refs:fov_h (Results 1 – 17 of 17) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dopsastrometry.cpp64 double fov_w, fov_h, fov_pixscale; in slotUpdateScale() local
67 alignModule->getCalculatedFOVScale(fov_w, fov_h, fov_pixscale); in slotUpdateScale()
69 if (fov_w == 0 || fov_h == 0) in slotUpdateScale()
80 fov_h /= 60; in slotUpdateScale()
81 kcfg_AstrometryImageScaleLow->setValue(qMin(fov_w, fov_h)); in slotUpdateScale()
82 kcfg_AstrometryImageScaleHigh->setValue(qMax(fov_w, fov_h)); in slotUpdateScale()
86 kcfg_AstrometryImageScaleLow->setValue(qMin(fov_w, fov_h)); in slotUpdateScale()
87 kcfg_AstrometryImageScaleHigh->setValue(qMax(fov_w, fov_h)); in slotUpdateScale()
H A Dopsastrometryindexfiles.cpp165 double fov_w, fov_h, fov_pixscale; in slotUpdate() local
168 alignModule->getFOVScale(fov_w, fov_h, fov_pixscale); in slotUpdate()
170 double fov_check = qMax(fov_w, fov_h); in slotUpdate()
172 …FOVOut->setText(QString("%1' x %2'").arg(QString::number(fov_w, 'f', 2), QString::number(fov_h, 'f… in slotUpdate()
H A Dalign.h284 void getFOVScale(double &fov_w, double &fov_h, double &fov_scale);
295 void getCalculatedFOVScale(double &fov_w, double &fov_h, double &fov_scale);
331 …static void generateFOVBounds(double fov_h, QString &fov_low, QString &fov_high, double tolerance …
H A Dalign.cpp1113 void Align::getFOVScale(double &fov_w, double &fov_h, double &fov_scale) in getFOVScale() argument
1116 fov_h = fov_y; in getFOVScale()
1147 void Align::getCalculatedFOVScale(double &fov_w, double &fov_h, double &fov_scale) in getCalculatedFOVScale() argument
1151 fov_h = 206264.8062470963552 * ccd_height * ccd_ver_pixel / 1000.0 / focal_length; in getCalculatedFOVScale()
1158 fov_h /= 60.0; in getCalculatedFOVScale()
1442 double fov_h = fov_y; in generateRemoteArgs() local
1447 fov_h /= 60; in generateRemoteArgs()
1452 fov_h = fov_pixscale; in generateRemoteArgs()
/dports/games/flightgear-data/fgdata/Compositor/Shaders/ALS/
H A Dsecondary_lights.frag61 float fov_h = field_of_view;
71 float x_offset = (float(display_xsize) / fov_h * (yaw_offset + offset));
/dports/games/flightgear-data/fgdata/Shaders/
H A Dsecondary_lights.frag61 float fov_h = field_of_view;
71 float x_offset = (float(display_xsize) / fov_h * (yaw_offset + offset));
/dports/astro/kstars/kstars-3.5.6/kstars/hips/
H A Dhipsfinder.cpp50 …yPoint *center, uint8_t level, double zoom, QImage *destinationImage, double &fov_w, double &fov_h) in render() argument
88 fov_h = cornerSkyCoords[1].angularDistanceTo(&cornerSkyCoords[2]).Degrees(); in render()
H A Dhipsfinder.h35 …Point *center, uint8_t level, double zoom, QImage *destinationImage, double &fov_w, double &fov_h);
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dmedia.cpp143 double fov_w = 0, fov_h = 0; in onTextReceived() local
144 … if (HIPSFinder::Instance()->render(oneObject, level, zoom, &centerImage, fov_w, fov_h)) in onTextReceived()
158 {"fov_h", QString::number(fov_h)}, in onTextReceived()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/openmaxil/
H A Dmmalomx_util_params_camera.c292 mmal->fov_h = mmal_rational_from_fixed_16_16(omx->xFieldOfViewHorizontal); in mmalomx_param_mapping_fov()
297 omx->xFieldOfViewHorizontal = mmal_rational_to_fixed_16_16(mmal->fov_h); in mmalomx_param_mapping_fov()
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dview.cxx942 double fov_h; in handleAGL() local
943 fov_h = 2 * atan(aircraft_size_horizontal / 2 / h_distance); in handleAGL()
944 double fov_h_deg = fov_h / 3.1415 * 180; in handleAGL()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/
H A Dmmal_parameters_camera.h595 MMAL_RATIONAL_T fov_h; /**< Horizontal field of view */ member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/
H A Dmmal_parameters_camera.h607 MMAL_RATIONAL_T fov_h; /**< Horizontal field of view */ member
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/interface/mmal/
H A Dmmal_parameters_camera.h615 MMAL_RATIONAL_T fov_h; /**< Horizontal field of view */ member
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/mmal/
H A Dmmal_parameters_camera.h615 MMAL_RATIONAL_T fov_h; /**< Horizontal field of view */ member
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp741 double fov_h = (h * pixScaleY) / 60.0; in updateGuideParams() local
743 …l_FOV->setText(QString("%1x%2").arg(QString::number(fov_w, 'f', 1), QString::number(fov_h, 'f', 1)… in updateGuideParams()
/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog143 9b00fd163 2021-08-29 Jasem Mutlaq Add fov_w and fov_h to hipsfinder