Home
last modified time | relevance | path

Searched refs:GetDepthDataOutput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h129 sptr<DepthDataOutput> GetDepthDataOutput();
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp426 sptr<DepthDataOutput> DepthDataOutputNapi::GetDepthDataOutput() in GetDepthDataOutput() function in OHOS::CameraStandard::DepthDataOutputNapi
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp1304 cameraOutput = depthDataOutputNapiObj->GetDepthDataOutput(); in GetJSArgsForCameraOutput()