/foundation/multimedia/player_framework/frameworks/js/avtranscoder/ |
H A D | avtranscoder_napi.cpp | 242 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 D | avtranscoder_napi.h | 178 static AVTransCoderNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 178 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 D | avscreen_capture_napi.cpp | 288 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 D | avscreen_capture_napi.h | 114 static AVScreenCaptureNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/ |
H A D | soundpool_napi.h | 130 static SoundPoolNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 246 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 D | avrecorder_napi.h | 312 static AVRecorderNapi* GetJsInstanceAndArgs(napi_env env, napi_callback_info info,
|