Home
last modified time | relevance | path

Searched defs:physicalAperture (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6912 float physicalAperture = 0.0f; variable
6961 const float physicalAperture = 0.1; variable
7040 float physicalAperture = 0.0f; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp4257 float physicalAperture = 0.0; in GetPhysicalAperture() local
4278 double physicalAperture; in SetPhysicalAperture() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5716 int32_t CaptureSession::GetPhysicalAperture(float& physicalAperture) in GetPhysicalAperture()
5744 int32_t CaptureSession::SetPhysicalAperture(float physicalAperture) in SetPhysicalAperture()