Searched refs:SetPhysicalAperture (Results 1 – 7 of 7) sorted by relevance
379 s->SetPhysicalAperture(aperture); in Test31()
364 static napi_value SetPhysicalAperture(napi_env env, napi_callback_info info);
1534 int32_t SetPhysicalAperture(float physicalAperture);
261 DECLARE_NAPI_FUNCTION("setPhysicalAperture", CameraSessionNapi::SetPhysicalAperture)4271 napi_value CameraSessionNapi::SetPhysicalAperture(napi_env env, napi_callback_info info) in SetPhysicalAperture() function in OHOS::CameraStandard::CameraSessionNapi4288 … int32_t retCode = cameraSessionNapi->cameraSession_->SetPhysicalAperture((float)physicalAperture); in SetPhysicalAperture()
5744 int32_t CaptureSession::SetPhysicalAperture(float physicalAperture) in SetPhysicalAperture() function in OHOS::CameraStandard::CaptureSession5789 int32_t retCode = sharedThis->SetPhysicalAperture(physicalAperture); in SetPhysicalAperture()
6915 portraitSession->SetPhysicalAperture(aperture);6978 portraitSession->SetPhysicalAperture(physicalAperture);
9347 intResult = camSession->SetPhysicalAperture(setAperture);9381 intResult = camSession->SetPhysicalAperture(setAperture);