Searched defs:jsPlayer (Results 1 – 4 of 4) sorted by relevance
| /foundation/multimedia/player_framework/frameworks/js/avplayer/ |
| D | avplayer_napi.cpp | 148 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/ |
| D | video_player_napi.cpp | 154 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 …]
|
| D | player_callback_napi.h | 30 AudioPlayerNapi *jsPlayer = nullptr; member
|
| D | video_callback_napi.h | 42 VideoPlayerNapi *jsPlayer = nullptr; member
|