Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dpreview_output_napi.h69 struct PreviewOutputCallbackInfo { struct
73 PreviewOutputCallbackInfo(PreviewOutputEventType eventType, int32_t value, in PreviewOutputCallbackInfo() argument
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp105 std::unique_ptr<PreviewOutputCallbackInfo> callbackInfo = in UpdateJSCallbackAsync()
106 std::make_unique<PreviewOutputCallbackInfo>(eventType, value, shared_from_this()); in UpdateJSCallbackAsync()
109PreviewOutputCallbackInfo* callbackInfo = reinterpret_cast<PreviewOutputCallbackInfo *>(work->data… in UpdateJSCallbackAsync()