Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp242 asyncCtx->napi = AVTransCoderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsPrepare()
243 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsPrepare()
348 AVTransCoderNapi *transCoderNapi = AVTransCoderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetEventCallback()
381 AVTransCoderNapi *transCoderNapi = AVTransCoderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsCancelEventCallback()
398 AVTransCoderNapi *AVTransCoderNapi::GetJsInstanceAndArgs( in GetJsInstanceAndArgs() function in OHOS::AVTransCoderNapi
448 asyncCtx->napi = AVTransCoderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in ExecuteByPromise()
449 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in ExecuteByPromise()
495 asyncCtx->napi = AVTransCoderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsGetSrcUrl()
496 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsGetSrcUrl()
517 asyncCtx->napi = AVTransCoderNapi::GetJsInstanceAndArgs(en in JsSetSrcFd()
[all...]
H A Davtranscoder_napi.h178 static AVTransCoderNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp178 asyncCtx->napi = SoundPoolNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsLoad()
179 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsLoad()
230 asyncCtx->napi = SoundPoolNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsPlay()
231 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsPlay()
277 asyncCtx->napi = SoundPoolNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsStop()
278 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsStop()
324 asyncCtx->napi = SoundPoolNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetLoop()
325 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSetLoop()
373 asyncCtx->napi = SoundPoolNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetPriority()
374 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSetPriority()
652 SoundPoolNapi* SoundPoolNapi::GetJsInstanceAndArgs(napi_env env, napi_callback_info info, GetJsInstanceAndArgs() function in OHOS::Media::SoundPoolNapi
[all...]
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp288 asyncCtx->napi = AVScreenCaptureNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsInit()
289 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsInit()
366 asyncCtx->napi = AVScreenCaptureNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSkipPrivacyMode()
367 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSkipPrivacyMode()
411 asyncCtx->napi = AVScreenCaptureNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetMicrophoneEnabled()
412 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSetMicrophoneEnabled()
469 AVScreenCaptureNapi *avScreenCaptureNapi = AVScreenCaptureNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetEventCallback()
507 AVScreenCaptureNapi *avScreenCaptureNapi = AVScreenCaptureNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsCancelEventCallback()
580 AVScreenCaptureNapi *AVScreenCaptureNapi::GetJsInstanceAndArgs(
886 asyncCtx->napi = AVScreenCaptureNapi::GetJsInstanceAndArgs(en
[all...]
H A Davscreen_capture_napi.h114 static AVScreenCaptureNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h130 static SoundPoolNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp246 asyncCtx->napi = AVRecorderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsPrepare()
247 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsPrepare()
298 asyncCtx->napi = AVRecorderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetOrientationHint()
299 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSetOrientationHint()
350 asyncCtx->napi = AVRecorderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsSetWatermark()
351 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsSetWatermark()
452 asyncCtx->napi = AVRecorderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsGetInputMetaSurface()
453 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsGetInputMetaSurface()
555 asyncCtx->napi = AVRecorderNapi::GetJsInstanceAndArgs(env, info, argCount, args); in JsGetAVRecorderProfile()
556 CHECK_AND_RETURN_RET_LOG(asyncCtx->napi != nullptr, result, "failed to GetJsInstanceAndArgs"); in JsGetAVRecorderProfile()
[all...]
H A Davrecorder_napi.h312 static AVRecorderNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,

Completed in 8 milliseconds