Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_napi.h58 struct DepthDataAsyncContext : public AsyncContext { struct
61 ~DepthDataAsyncContext() in ~DepthDataAsyncContext() argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_napi.cpp249 std::unique_ptr<DepthDataAsyncContext> asyncContext = std::make_unique<DepthDataAsyncContext>(); in Release()
258 auto context = static_cast<DepthDataAsyncContext*>(data); in Release()
273 auto context = static_cast<DepthDataAsyncContext*>(data); in Release()