Home
last modified time | relevance | path

Searched refs:RATIO_VALUE_4_3 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp37 static constexpr float RATIO_VALUE_4_3 = 4.0f / 3; variable
97 float ratioValue = RATIO_VALUE_4_3; in GetRatioValue()
103 ratioValue = RATIO_VALUE_4_3; in GetRatioValue()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dcamera_output_capability.h30 static constexpr float RATIO_VALUE_4_3 = 4.0f / 3; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp27 return RATIO_VALUE_4_3; in GetTargetRatio()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dphoto_session.cpp229 return IsProfileSameRatio(profile, photoProfile.sizeRatio_, RATIO_VALUE_4_3); in IsPhotoProfileLegal()
H A Dcapture_session.cpp724 float photoRatioValue = GetTargetRatio(sizeRatio, RATIO_VALUE_4_3); in GetMaxSizePhotoProfile()