Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp43 constexpr size_t ARRAY_ARG_COUNTS_TWO = 2; member
710 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; // args[0]:timeMs, args[1]:SeekMode in JsSeek()
795 } else if (argCount < ARRAY_ARG_COUNTS_TWO || napi_typeof(env, args[INDEX_A], &valueType) != napi_ok || in JsSetPlaybackRange()
801 } else if (argCount > ARRAY_ARG_COUNTS_TWO && (napi_typeof(env, args[INDEX_C], &valueType) != napi_ok || in JsSetPlaybackRange()
1230 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; // args[0]:MediaKeySession, args[1]:svp in JsSetDecryptConfig()
1601 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; in JsSetMediaSource()
2604 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; in JsGetCurrentTrack()
2723 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; // args[0]:type, args[1]:callback in JsSetOnCallback()
2783 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; // args[0]:type, args[1]:callback in JsClearOnCallback()

Completed in 5 milliseconds