Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp724 float photoRatioValue = GetTargetRatio(sizeRatio, RATIO_VALUE_4_3); in GetMaxSizePhotoProfile() local
725 …return cameraInfo->GetMaxSizeProfile<Profile>(it->second, photoRatioValue, CameraFormat::CAMERA_FO… in GetMaxSizePhotoProfile()
729 float photoRatioValue = GetTargetRatio(sizeRatio, RATIO_VALUE_16_9); in GetMaxSizePhotoProfile() local
730 …return cameraInfo->GetMaxSizeProfile<Profile>(it->second, photoRatioValue, CameraFormat::CAMERA_FO… in GetMaxSizePhotoProfile()