Home
last modified time | relevance | path

Searched refs:DepthDataListenerInfo (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_output_napi.h86 struct DepthDataListenerInfo { struct
89 DepthDataListenerInfo(sptr<Surface> depthDataSurface, const DepthDataListener* listener) in DepthDataListenerInfo() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp157 …std::unique_ptr<DepthDataListenerInfo> callbackInfo = std::make_unique<DepthDataListenerInfo>(dept… in UpdateJSCallbackAsync()
163DepthDataListenerInfo* callbackInfo = reinterpret_cast<DepthDataListenerInfo*>(work->data); in UpdateJSCallbackAsync()