Home
last modified time | relevance | path

Searched refs:apertures (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.cpp372 vector<float> apertures; in Test31() local
373 s->GetSupportedVirtualApertures(apertures); in Test31()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1499 int32_t GetSupportedVirtualApertures(std::vector<float>& apertures);
1520 int32_t GetSupportedPhysicalApertures(std::vector<std::vector<float>>& apertures);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DCameraService.ts1943 physicalAperture.apertures.forEach((aperture) => {
2023 physicalAperture.apertures.forEach((aperture) => {
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts5139 apertures: Array<number>;
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md3187 | apertures | Array\<number\> | No | No | Array of physical apertures supported. |
3197 Obtains the supported virtual apertures.
3207 | Array\<number\> | Array of virtual apertures supported. |
3265 …portedVirtualApertures](#getsupportedvirtualapertures11) to obtain the supported virtual apertures.
3298 Obtains the supported physical apertures.
3308 | Array<[PhysicalAperture](#physicalaperture11)> | Array of physical apertures supported. …
3366 …tedPhysicalApertures](#getsupportedphysicalapertures11) to obtain the supported physical apertures.
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp5584 int32_t CaptureSession::GetSupportedVirtualApertures(std::vector<float>& apertures) in GetSupportedVirtualApertures() argument
5609 apertures.emplace_back(item.data.f[i]); in GetSupportedVirtualApertures()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md3180 | apertures | Array\<number\> | 否 | 否 | 支持的物理光圈列表。 |