Home
last modified time | relevance | path

Searched refs:SetPhysicalAperture (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.cpp379 s->SetPhysicalAperture(aperture); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h364 static napi_value SetPhysicalAperture(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1534 int32_t SetPhysicalAperture(float physicalAperture);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp261 DECLARE_NAPI_FUNCTION("setPhysicalAperture", CameraSessionNapi::SetPhysicalAperture)
4271 napi_value CameraSessionNapi::SetPhysicalAperture(napi_env env, napi_callback_info info) in SetPhysicalAperture() function in OHOS::CameraStandard::CameraSessionNapi
4288 … int32_t retCode = cameraSessionNapi->cameraSession_->SetPhysicalAperture((float)physicalAperture); in SetPhysicalAperture()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5744 int32_t CaptureSession::SetPhysicalAperture(float physicalAperture) in SetPhysicalAperture() function in OHOS::CameraStandard::CaptureSession
5789 int32_t retCode = sharedThis->SetPhysicalAperture(physicalAperture); in SetPhysicalAperture()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6915 portraitSession->SetPhysicalAperture(aperture);
6978 portraitSession->SetPhysicalAperture(physicalAperture);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp9347 intResult = camSession->SetPhysicalAperture(setAperture);
9381 intResult = camSession->SetPhysicalAperture(setAperture);