Searched refs:physicalAperture (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/ |
H A D | CameraService.ts | 1941 physicalAperturesList.forEach((physicalAperture) => { 1942 …ortraitPhotoFunctions PhysicalAperture: zoomRange${physicalAperture.zoomRange.min},${physicalApert… 1943 physicalAperture.apertures.forEach((aperture) => { 2021 physicalAperturesList.forEach((physicalAperture) => { 2022 …hotoConflictFunctions PhysicalAperture: zoomRange${physicalAperture.zoomRange.min},${physicalApert… 2023 physicalAperture.apertures.forEach((aperture) => {
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | capture_session.cpp | 5716 int32_t CaptureSession::GetPhysicalAperture(float& physicalAperture) in GetPhysicalAperture() argument 5718 physicalAperture = 0.0; in GetPhysicalAperture() 5740 physicalAperture = item.data.f[0]; in GetPhysicalAperture() 5744 int32_t CaptureSession::SetPhysicalAperture(float physicalAperture) in SetPhysicalAperture() argument 5756 …ureSession::SetPhysicalAperture physicalAperture = %{public}f", ConfusingNumber(physicalAperture)); in SetPhysicalAperture() 5774 [&physicalAperture]( in SetPhysicalAperture() 5775 …const float physicalApertureTemp) { return FloatIsEqual(physicalAperture, physicalApertureTemp); }… in SetPhysicalAperture() 5776 …CHECK_ERROR_RETURN_RET_LOG((physicalAperture != autoAperture) && res == (*it).end(), CameraErrorCo… in SetPhysicalAperture() 5779 changedMetadata_->get(), OHOS_CONTROL_CAMERA_PHYSICAL_APERTURE_VALUE, &physicalAperture, 1), in SetPhysicalAperture() 5789 int32_t retCode = sharedThis->SetPhysicalAperture(physicalAperture); in SetPhysicalAperture() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/ |
H A D | camera_session_napi.cpp | 4257 float physicalAperture = 0.0; in GetPhysicalAperture() local 4258 int32_t retCode = cameraSessionNapi->cameraSession_->GetPhysicalAperture(physicalAperture); in GetPhysicalAperture() 4263 napi_create_double(env, CameraNapiUtils::FloatToDouble(physicalAperture), &result); in GetPhysicalAperture() 4278 double physicalAperture; in SetPhysicalAperture() local 4280 CameraNapiParamParser jsParamParser(env, info, cameraSessionNapi, physicalAperture); in SetPhysicalAperture() 4288 … int32_t retCode = cameraSessionNapi->cameraSession_->SetPhysicalAperture((float)physicalAperture); in SetPhysicalAperture() 4289 …NFO_LOG("SetPhysicalAperture set physicalAperture %{public}f!", ConfusingNumber(physicalAperture)); in SetPhysicalAperture()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | capture_session.h | 1534 int32_t SetPhysicalAperture(float physicalAperture);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 6912 float physicalAperture = 0.0f; variable 6913 portraitSession->GetPhysicalAperture(physicalAperture); 6914 EXPECT_EQ(physicalAperture, 0.0f); 6961 const float physicalAperture = 0.1; variable 6978 portraitSession->SetPhysicalAperture(physicalAperture); 7040 float physicalAperture = 0.0f; variable 7041 portraitSession->GetPhysicalAperture(physicalAperture); 7042 EXPECT_EQ(physicalAperture, 0.0);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 3350 let physicalAperture: number = session.getPhysicalAperture(); 3351 return physicalAperture; 3383 function setPhysicalAperture(session: camera.PortraitPhotoSession, physicalAperture: number): void { 3384 session.setPhysicalAperture(physicalAperture);
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 3357 let physicalAperture: number = session.getPhysicalAperture(); 3358 return physicalAperture; 3390 function setPhysicalAperture(session: camera.PortraitPhotoSession, physicalAperture: number): void { 3391 session.setPhysicalAperture(physicalAperture);
|