Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp378 s->GetPhysicalAperture(aperture); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h363 static napi_value GetPhysicalAperture(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1527 int32_t GetPhysicalAperture(float& aperture);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp260 DECLARE_NAPI_FUNCTION("getPhysicalAperture", CameraSessionNapi::GetPhysicalAperture),
4242 napi_value CameraSessionNapi::GetPhysicalAperture(napi_env env, napi_callback_info info) in GetPhysicalAperture() function in OHOS::CameraStandard::CameraSessionNapi
4258 int32_t retCode = cameraSessionNapi->cameraSession_->GetPhysicalAperture(physicalAperture); in GetPhysicalAperture()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp9341 intResult = camSession->GetPhysicalAperture(getAperture);
9377 intResult = camSession->GetPhysicalAperture(getAperture);
9384 intResult = camSession->GetPhysicalAperture(getAperture);
9391 intResult = camSession->GetPhysicalAperture(getAperture);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6913 portraitSession->GetPhysicalAperture(physicalAperture);
6976 portraitSession->GetPhysicalAperture(physicalApertureResult);
7041 portraitSession->GetPhysicalAperture(physicalAperture);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5716 int32_t CaptureSession::GetPhysicalAperture(float& physicalAperture) in GetPhysicalAperture() function in OHOS::CameraStandard::CaptureSession