Home
last modified time | relevance | path

Searched refs:DepthDataOutputCallbackInfo (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.h109 struct DepthDataOutputCallbackInfo { struct
113 DepthDataOutputCallbackInfo(DepthDataOutputEventType eventType, int32_t value, in DepthDataOutputCallbackInfo() argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp222 std::unique_ptr<DepthDataOutputCallbackInfo> callbackInfo = in UpdateJSCallbackAsync()
223 std::make_unique<DepthDataOutputCallbackInfo>(eventType, value, shared_from_this()); in UpdateJSCallbackAsync()
226DepthDataOutputCallbackInfo* callbackInfo = reinterpret_cast<DepthDataOutputCallbackInfo *>(work->… in UpdateJSCallbackAsync()