Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp350 auto context = static_cast<DepthDataOutputAsyncContext*>(data); in CommonCompleteCallback()
463 …std::unique_ptr<DepthDataOutputAsyncContext> asyncContext = std::make_unique<DepthDataOutputAsyncC… in Release()
475 auto context = static_cast<DepthDataOutputAsyncContext*>(data); in Release()
516 …std::unique_ptr<DepthDataOutputAsyncContext> asyncContext = std::make_unique<DepthDataOutputAsyncC… in Start()
529 auto context = static_cast<DepthDataOutputAsyncContext*>(data); in Start()
570 …std::unique_ptr<DepthDataOutputAsyncContext> asyncContext = std::make_unique<DepthDataOutputAsyncC… in Stop()
583 auto context = static_cast<DepthDataOutputAsyncContext*>(data); in Stop()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h118 struct DepthDataOutputAsyncContext;
162 struct DepthDataOutputAsyncContext : public AsyncContext { struct
166 ~DepthDataOutputAsyncContext() in ~DepthDataOutputAsyncContext() argument