Home
last modified time | relevance | path

Searched defs:jsPlayer (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp148 AVPlayerNapi *jsPlayer = new(std::nothrow) AVPlayerNapi(); in Constructor() local
178 AVPlayerNapi *jsPlayer = reinterpret_cast<AVPlayerNapi *>(nativeObject); in Destructor() local
272 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPrepare() local
346 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPlay() local
424 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPause() local
494 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsStop() local
572 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsReset() local
674 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsRelease() local
713 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSeek() local
785 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSetPlaybackRange() local
[all …]
/foundation/multimedia/player_framework/frameworks/js/player/
Dvideo_player_napi.cpp154 VideoPlayerNapi *jsPlayer = new(std::nothrow) VideoPlayerNapi(); in Constructor() local
237 VideoPlayerNapi *jsPlayer = nullptr; in SetUrl() local
294 VideoPlayerNapi *jsPlayer = nullptr; in GetUrl() local
322 VideoPlayerNapi *jsPlayer = nullptr; in SetFdSrc() local
369 VideoPlayerNapi *jsPlayer = nullptr; in GetFdSrc() local
1021 VideoPlayerNapi *jsPlayer = nullptr; in On() local
1060 VideoPlayerNapi *jsPlayer = nullptr; in SetLoop() local
1099 VideoPlayerNapi *jsPlayer = nullptr; in GetLoop() local
1131 VideoPlayerNapi *jsPlayer = nullptr; in SetVideoScaleType() local
1183 VideoPlayerNapi *jsPlayer = nullptr; in GetVideoScaleType() local
[all …]
Dplayer_callback_napi.h30 AudioPlayerNapi *jsPlayer = nullptr; member
Dvideo_callback_napi.h42 VideoPlayerNapi *jsPlayer = nullptr; member