Home
last modified time | relevance | path

Searched refs:PreviewOutputAsyncContext (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.h30 struct PreviewOutputAsyncContext;
149 struct PreviewOutputAsyncContext : public AsyncContext { struct
150PreviewOutputAsyncContext(std::string funcName, int32_t taskId) : AsyncContext(funcName, taskId) {… in PreviewOutputAsyncContext() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp58 auto context = static_cast<PreviewOutputAsyncContext*>(data); in AsyncCompleteCallback()
493 …std::unique_ptr<PreviewOutputAsyncContext> asyncContext = std::make_unique<PreviewOutputAsyncConte… in Release()
507 auto context = static_cast<PreviewOutputAsyncContext*>(data); in Release()
570 …std::unique_ptr<PreviewOutputAsyncContext> asyncContext = std::make_unique<PreviewOutputAsyncConte… in Start()
584 auto context = static_cast<PreviewOutputAsyncContext*>(data); in Start()
612 …std::unique_ptr<PreviewOutputAsyncContext> asyncContext = std::make_unique<PreviewOutputAsyncConte… in Stop()
626 auto context = static_cast<PreviewOutputAsyncContext*>(data); in Stop()