Home
last modified time | relevance | path

Searched refs:isoSpeed (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DDriveFileImageMediaMetadata.php30 public $isoSpeed; variable in Google_Service_Drive_DriveFileImageMediaMetadata
123 public function setIsoSpeed($isoSpeed) argument
125 $this->isoSpeed = $isoSpeed;
129 return $this->isoSpeed;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DDriveFileImageMediaMetadata.php30 public $isoSpeed; variable in Google_Service_Drive_DriveFileImageMediaMetadata
123 public function setIsoSpeed($isoSpeed) argument
125 $this->isoSpeed = $isoSpeed;
129 return $this->isoSpeed;
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_dc1394_v2.cpp116 int isoSpeed; member in CvCaptureCAM_DC1394_v2_CPP
168 isoSpeed = 400; in CvCaptureCAM_DC1394_v2_CPP()
194 if (isoSpeed > 0) in startCapture()
197 if (isoSpeed > 400 && dcCam->bmode_capable == DC1394_TRUE) in startCapture()
202 isoSpeed <= 100 ? DC1394_ISO_SPEED_100 : in startCapture()
203 isoSpeed <= 200 ? DC1394_ISO_SPEED_200 : in startCapture()
204 isoSpeed <= 400 ? DC1394_ISO_SPEED_400 : in startCapture()
205 isoSpeed <= 800 ? DC1394_ISO_SPEED_800 : in startCapture()
206 isoSpeed == 1600 ? DC1394_ISO_SPEED_1600 : in startCapture()
542 return (double) isoSpeed; in getProperty()
[all …]
/dports/security/afl++/AFLplusplus-3.14c/dictionaries/
H A Dopenexr.dict28 isoSpeed="isoSpeed"
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/gstreamer/camerabin/
H A Dcamerabinexposure.cpp117 guint isoSpeed = 0; in actualValue() local
118 gst_photography_get_iso_speed(m_session->photography(), &isoSpeed); in actualValue()
119 return QVariant(isoSpeed); in actualValue()
/dports/graphics/ampasACES-container/aces_container-7a4e21e/
H A Daces_attributestructs.cpp244 isoSpeed ( 0.0f ), in acesHeaderInfo()
308 << "\n\tisoSpeed :\t" << v.isoSpeed in operator <<()
H A Daces_attributestructs.h282 float isoSpeed; // exposure index rating setting on camera ~TIFF tag 37397 member
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Duni-exiv2.hpp55 { "Exif.Photo.ISOSpeedRatings", _("ISO speed"), Exiv2::isoSpeed },
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dfile.cpp257 int isoSpeed; member in File::ImageMediaMetadata::Private
277 isoSpeed(-1), in Private()
296 isoSpeed(other.isoSpeed), in Private()
322 d->isoSpeed = map[QStringLiteral("isoSpeed")].toInt(); in ImageMediaMetadata()
363 GAPI_COMPARE(isoSpeed) in operator ==()
431 int File::ImageMediaMetadata::isoSpeed() const in isoSpeed() function in File::ImageMediaMetadata
433 return d->isoSpeed; in isoSpeed()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/include/exiv2/
H A Deasyaccess.hpp44 EXIV2API ExifData::const_iterator isoSpeed(const ExifData& ed);
/dports/graphics/exiv2/exiv2-0.27.5-Source/samples/
H A Deasyaccess-test.cpp37 { "ISO speed", Exiv2::isoSpeed },
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfStandardAttributes.h218 IMF_STD_ATTRIBUTE_DEF (isoSpeed, IsoSpeed, float)
H A DImfStandardAttributes.cpp112 IMF_STD_ATTRIBUTE_IMP (isoSpeed, IsoSpeed, float)
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfStandardAttributes.h218 IMF_STD_ATTRIBUTE_DEF (isoSpeed, IsoSpeed, float)
H A DImfStandardAttributes.cpp112 IMF_STD_ATTRIBUTE_IMP (isoSpeed, IsoSpeed, float)
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfStandardAttributes.h218 IMF_STD_ATTRIBUTE_DEF (isoSpeed, IsoSpeed, float)
H A DImfStandardAttributes.cpp112 IMF_STD_ATTRIBUTE_IMP (isoSpeed, IsoSpeed, float)
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfStandardAttributes.cpp88 IMF_STD_ATTRIBUTE_IMP (isoSpeed, IsoSpeed, float)
H A DImfStandardAttributes.h212 IMF_STD_ATTRIBUTE_DEF (isoSpeed, IsoSpeed, float)
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Deasyaccess.hpp44 EXIV2API ExifData::const_iterator isoSpeed(const ExifData& ed);
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DOpenEXR.pm110 isoSpeed => { Name => 'ISO' },
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DOpenEXR.pm110 isoSpeed => { Name => 'ISO' },
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Deasyaccess.cpp82 ExifData::const_iterator isoSpeed(const ExifData& ed) in isoSpeed() function
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkBasicLoader.cpp2271 float isoSpeed = iProcessor.imgdata.other.iso_speed; local
2273 if (isoSpeed > 0) {
2278 if (isoSpeed > 6400)
2280 else if (isoSpeed >= 3200)
2282 else if (isoSpeed >= 2500)
2284 else if (isoSpeed >= 400)
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Deasyaccess.cpp76 ExifData::const_iterator isoSpeed(const ExifData& ed) in isoSpeed() function

123