Home
last modified time | relevance | path

Searched defs:numerator (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/exif/
H A Dexif_utils.h47 int32_t numerator; member
H A Dexif_utils.cpp361 long long numerator = 0; in ConvertAltitudeToRational() local
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.h36 T DivRoundUp(T numerator, T denominator) in DivRoundUp()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/device_manager/include/
H A Ddevice_manager_adapter.h75 int32_t numerator; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_common.h38 int32_t numerator; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_common.h143 uint32_t numerator; member
178 uint32_t numerator; member
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_metadata_operator.h69 int32_t numerator; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dtime_lapse_photo_session.cpp95 int32_t numerator = item.data.r->numerator; in ProcessExposureChange() local
454 int32_t numerator = 0; in GetSupportedExposureRange() local
H A Dprofession_session.cpp790 int32_t numerator = item.data.r->numerator; in ProcessSensorExposureTimeChange() local
H A Dcapture_session.cpp2359 int32_t numerator = item.data.r->numerator; in ProcessAREngineUpdates() local
4101 int32_t numerator = 0; in GetSensorExposureTimeRange() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp537 vector<double> numerator = { 1.0, 0.0 }; in ComputeValue() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp719 int numerator = decPart * pow(DECIMAL_BASE, decimal.length() - decimal.find(".") - 1); in GetFractionFromStr() local
1538 int numerator = 0; in StrToDouble() local
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h57 uint32_t numerator; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1106 int numerator = decPart * pow(10, decimal.length() - decimal.find(".") - 1); in GetFractionFromStr() local