Searched refs:VideoOutputEventType (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | video_output_napi.h | 41 enum VideoOutputEventType { enum 49 static EnumHelper<VideoOutputEventType> VideoOutputEventTypeHelper({ 55 VideoOutputEventType::VIDEO_INVALID_TYPE 71 void UpdateJSCallback(VideoOutputEventType eventType, const VideoCallbackInfo& info) const; 72 void UpdateJSCallbackAsync(VideoOutputEventType eventType, const VideoCallbackInfo& info) const; 77 VideoOutputEventType eventType_; 80 VideoOutputCallbackInfo(VideoOutputEventType eventType, VideoCallbackInfo info, in VideoOutputCallbackInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | video_output_napi.cpp | 67 void VideoCallbackListener::UpdateJSCallbackAsync(VideoOutputEventType eventType, const VideoCallba… in UpdateJSCallbackAsync() 108 UpdateJSCallbackAsync(VideoOutputEventType::VIDEO_FRAME_START, info); in OnFrameStarted() 117 UpdateJSCallbackAsync(VideoOutputEventType::VIDEO_FRAME_END, info); in OnFrameEnded() 125 UpdateJSCallbackAsync(VideoOutputEventType::VIDEO_FRAME_ERROR, info); in OnError() 136 UpdateJSCallbackAsync(VideoOutputEventType::VIDEO_DEFERRED_ENHANCEMENT, info); in OnDeferredVideoEnhancementInfo() 159 void VideoCallbackListener::UpdateJSCallback(VideoOutputEventType eventType, const VideoCallbackInf… in UpdateJSCallback() 168 case VideoOutputEventType::VIDEO_DEFERRED_ENHANCEMENT: in UpdateJSCallback() 184 if (eventType == VideoOutputEventType::VIDEO_FRAME_ERROR) { in UpdateJSCallback()
|