Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp148 AVPlayerNapi *jsPlayer = new(std::nothrow) AVPlayerNapi(); in Constructor() local
1293 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstance(env, info); in JsGetMediaKeySystemInfos() local
1345 auto jsPlayer = promiseCtx->napi; in JsGetPlaybackInfo() local
1519 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstance(env, info); in JsGetUrl() local
1584 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstance(env, info); in JsGetAVFileDescriptor() local
1716 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstance(env, info); in JsGetDataSrc() local
1825 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstance(env, info); in JsGetSurfaceID() local
2398 auto jsPlayer = promiseCtx->napi; in JsGetTrackDescription() local
2475 auto jsPlayer = promiseCtx->napi; in JsGetSelectedTracks() local
2944 AVPlayerNapi *jsPlayer = nullptr; in GetJsInstance() local
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp237 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
1207 VideoPlayerNapi *jsPlayer = nullptr; in GetCurrentTime() local
[all …]
H A Dplayer_callback_napi.h30 AudioPlayerNapi *jsPlayer = nullptr; member
H A Dvideo_callback_napi.h42 VideoPlayerNapi *jsPlayer = nullptr; member