Searched refs:GetPhysicalAperture (Results 1 – 7 of 7) sorted by relevance
378 s->GetPhysicalAperture(aperture); in Test31()
363 static napi_value GetPhysicalAperture(napi_env env, napi_callback_info info);
1527 int32_t GetPhysicalAperture(float& aperture);
260 DECLARE_NAPI_FUNCTION("getPhysicalAperture", CameraSessionNapi::GetPhysicalAperture),4242 napi_value CameraSessionNapi::GetPhysicalAperture(napi_env env, napi_callback_info info) in GetPhysicalAperture() function in OHOS::CameraStandard::CameraSessionNapi4258 int32_t retCode = cameraSessionNapi->cameraSession_->GetPhysicalAperture(physicalAperture); in GetPhysicalAperture()
9341 intResult = camSession->GetPhysicalAperture(getAperture);9377 intResult = camSession->GetPhysicalAperture(getAperture);9384 intResult = camSession->GetPhysicalAperture(getAperture);9391 intResult = camSession->GetPhysicalAperture(getAperture);
6913 portraitSession->GetPhysicalAperture(physicalAperture);6976 portraitSession->GetPhysicalAperture(physicalApertureResult);7041 portraitSession->GetPhysicalAperture(physicalAperture);
5716 int32_t CaptureSession::GetPhysicalAperture(float& physicalAperture) in GetPhysicalAperture() function in OHOS::CameraStandard::CaptureSession