Home
last modified time | relevance | path

Searched refs:VideoPlayerNapi (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp29 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "VideoPlayerNapi"};
42 thread_local napi_ref VideoPlayerNapi::constructor_ = nullptr;
76 VideoPlayerNapi::VideoPlayerNapi() in VideoPlayerNapi() function in OHOS::Media::VideoPlayerNapi
81 VideoPlayerNapi::~VideoPlayerNapi() in ~VideoPlayerNapi()
90 napi_value VideoPlayerNapi::Init(napi_env env, napi_value exports) in Init()
142 napi_value VideoPlayerNapi::Constructor(napi_env env, napi_callback_info info) in Constructor()
154 VideoPlayerNapi *jsPlayer = new(std::nothrow) VideoPlayerNapi(); in Constructor()
[all...]
H A Dvideo_callback_napi.h42 VideoPlayerNapi *jsPlayer = nullptr;
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_player_napi.h28 class VideoPlayerNapi { class
171 VideoPlayerNapi();
172 ~VideoPlayerNapi();
/foundation/multimedia/player_framework/frameworks/js/media/
H A Dnative_module_ohos_media.cpp35 OHOS::Media::VideoPlayerNapi::Init(env, exports); in Export()

Completed in 2 milliseconds