Home
last modified time | relevance | path

Searched refs:depthDataOutput_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h99 wptr<DepthDataOutput> depthDataOutput_ = nullptr;
100 DepthDataOutputCallbackImpl() : depthDataOutput_(nullptr) {} in DepthDataOutputCallbackImpl()
102 …explicit DepthDataOutputCallbackImpl(DepthDataOutput* depthDataOutput) : depthDataOutput_(depthDat… in DepthDataOutputCallbackImpl()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp57 : ListenerBase(env), depthDataSurface_(depthDataSurface), depthDataOutput_(depthDataOutput) in DepthDataListener()
331 obj->depthDataOutput_ = sDepthDataOutput_; in DepthDataOutputNapiConstructor()
428 return depthDataOutput_; in GetDepthDataOutput()
484 ((sptr<DepthDataOutput>&)(context->objectInfo->depthDataOutput_))->Release(); in Release()
537 context->errorCode = context->objectInfo->depthDataOutput_->Start(); in Start()
591 context->errorCode = context->objectInfo->depthDataOutput_->Stop(); in Stop()
619 depthDataOutput_); in RegisterDepthDataAvailableCallbackListener()
644 depthDataOutput_->SetCallback(depthDataCallback_); in RegisterErrorCallbackListener()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h78 sptr<DepthDataOutput> depthDataOutput_; variable
156 sptr<DepthDataOutput> depthDataOutput_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp42 auto item = depthDataOutput_.promote(); in OnDepthDataError()