Home
last modified time | relevance | path

Searched defs:depthProfile (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_object_types.h87 explicit CameraNapiObjDepthProfile(DepthProfile& depthProfile) : depthProfile_(depthProfile) {} in CameraNapiObjDepthProfile()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/input/
H A Dcamera_manager_napi.h212 DepthProfile depthProfile; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcapture_output.cpp179 void CaptureOutput::SetDepthProfile(DepthProfile& depthProfile) in SetDepthProfile()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp194 void DepthDataListener::SetDepthProfile(std::shared_ptr<DepthProfile> depthProfile) in SetDepthProfile()
378 napi_value DepthDataOutputNapi::CreateDepthDataOutput(napi_env env, DepthProfile& depthProfile) in CreateDepthDataOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp719 sptr<DepthDataOutput> CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBuffer… in CreateDepthDataOutput()
731 int CameraManager::CreateDepthDataOutput(DepthProfile& depthProfile, sptr<IBufferProducer> &surface, in CreateDepthDataOutput()
1613 DepthProfile depthProfile = DepthProfile(format, dataAccuracy, size); in CreateDepthProfile4StreamType() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_manager_napi.cpp1011 DepthProfile depthProfile; in CreateDepthDataOutputInstance() local