Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp271 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPrepare()
345 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPlay()
423 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsPause()
493 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsStop()
571 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsReset()
673 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsRelease()
712 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSeek()
713 CHECK_AND_RETURN_RET_LOG(jsPlayer != nullptr, result, "failed to GetJsInstanceWithParameter"); in JsSeek()
784 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSetPlaybackRange()
872 AVPlayerNapi *jsPlayer = AVPlayerNapi::GetJsInstanceWithParameter(en in JsSetSpeed()
2949 AVPlayerNapi* AVPlayerNapi::GetJsInstanceWithParameter(napi_env env, napi_callback_info info, GetJsInstanceWithParameter() function in OHOS::Media::AVPlayerNapi
[all...]
H A Davplayer_napi.h287 static AVPlayerNapi* GetJsInstanceWithParameter(napi_env env, napi_callback_info info,
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.cpp171 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsResolveMetadata()
280 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsFetchArtPicture()
380 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsRelease()
418 AVMetadataExtractorNapi *extractor = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSetAVFileDescriptor()
419 CHECK_AND_RETURN_RET_LOG(extractor != nullptr, result, "failed to GetJsInstanceWithParameter"); in JsSetAVFileDescriptor()
468 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSetDataSrc()
469 CHECK_AND_RETURN_RET_LOG(jsMetaHelper != nullptr, result, "failed to GetJsInstanceWithParameter"); in JsSetDataSrc()
541 AVMetadataExtractorNapi* AVMetadataExtractorNapi::GetJsInstanceWithParameter(napi_env env, napi_callback_info info, in GetJsInstanceWithParameter() function in OHOS::Media::AVMetadataExtractorNapi
565 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JSGetTimeByFrameIndex()
629 = AVMetadataExtractorNapi::GetJsInstanceWithParameter(en in JSGetFrameIndexByTime()
[all...]
H A Davimagegenerator_napi.cpp214 AVImageGeneratorNapi *napi = AVImageGeneratorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsFetchFrameAtTime()
319 AVImageGeneratorNapi *generator = AVImageGeneratorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsRelease()
352 AVImageGeneratorNapi *generator = AVImageGeneratorNapi::GetJsInstanceWithParameter(env, info, argCount, args); in JsSetAVFileDescriptor()
353 CHECK_AND_RETURN_RET_LOG(generator != nullptr, result, "failed to GetJsInstanceWithParameter"); in JsSetAVFileDescriptor()
404 AVImageGeneratorNapi* AVImageGeneratorNapi::GetJsInstanceWithParameter(napi_env env, napi_callback_info info, in GetJsInstanceWithParameter() function in OHOS::Media::AVImageGeneratorNapi
H A Davimagegenerator_napi.h53 static AVImageGeneratorNapi* GetJsInstanceWithParameter(napi_env env, napi_callback_info info,
H A Davmetadataextractor_napi.h55 static AVMetadataExtractorNapi *GetJsInstanceWithParameter(
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_napi.h132 static napi_status GetJsInstanceWithParameter(napi_env env, napi_value *argv);
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp146 status = GetJsInstanceWithParameter(env, args); in JsCreateSoundPool()
668 napi_status SoundPoolNapi::GetJsInstanceWithParameter(napi_env env, napi_value *argv) in GetJsInstanceWithParameter() function in OHOS::Media::SoundPoolNapi

Completed in 10 milliseconds