Home
last modified time | relevance | path

Searched refs:DeviceTimestampTZ (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Drpdfile.py40 DeviceTimestampTZ, ThumbnailCacheDiskStatus, ExifSource,
74 device_timestamp_type: DeviceTimestampTZ, argument
326 device_timestamp_type: DeviceTimestampTZ, argument
583 if self.device_timestamp_type == DeviceTimestampTZ.is_utc:
906 device_timestamp_type=DeviceTimestampTZ.is_local,
934 device_timestamp_type=DeviceTimestampTZ.is_local,
H A Dscan.py84 DeviceType, FileType, DeviceTimestampTZ, CameraErrorCode, FileExtension,
124 self.device_timestamp_type = DeviceTimestampTZ.undetermined
360 if self.device_timestamp_type != DeviceTimestampTZ.undetermined:
715 get_tz = self.device_timestamp_type == DeviceTimestampTZ.undetermined and not (
1381 self.device_timestamp_type = DeviceTimestampTZ.unknown
1443 self.device_timestamp_type = DeviceTimestampTZ.unknown
1454 self.device_timestamp_type = DeviceTimestampTZ.is_utc
1461 self.device_timestamp_type = DeviceTimestampTZ.is_local
1468 self.device_timestamp_type = DeviceTimestampTZ.unknown
1479 if self.device_timestamp_type == DeviceTimestampTZ.is_utc:
H A Dconstants.py331 class DeviceTimestampTZ(Enum): class