Home
last modified time | relevance | path

Searched refs:CameraNapiObjDepthProfile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_object_types.h85 class CameraNapiObjDepthProfile : public CameraNapiObjectTypes {
87 explicit CameraNapiObjDepthProfile(DepthProfile& depthProfile) : depthProfile_(depthProfile) {} in CameraNapiObjDepthProfile() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_object_types.cpp70 CameraNapiObject& CameraNapiObjDepthProfile::GetCameraNapiObject() in GetCameraNapiObject()
147 …depthProfiles->emplace_back(std::move(Hold<CameraNapiObjDepthProfile>(profile)->GetCameraNapiObjec… in GetCameraNapiObject()