Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadataextractor_napi.h64 static napi_value JSGetFrameIndexByTime(napi_env env, napi_callback_info info);
H A Davmetadataextractor_napi.cpp64 DECLARE_NAPI_FUNCTION("getFrameIndexByTime", JSGetFrameIndexByTime), in Init()
619 napi_value AVMetadataExtractorNapi::JSGetFrameIndexByTime(napi_env env, napi_callback_info info) in JSGetFrameIndexByTime() function in OHOS::Media::AVMetadataExtractorNapi
621 MediaTrace trace("AVMetadataExtractorNapi::JSGetFrameIndexByTime"); in JSGetFrameIndexByTime()
648 napi_create_string_utf8(env, "JSGetFrameIndexByTime", NAPI_AUTO_LENGTH, &resource); in JSGetFrameIndexByTime()
660 MEDIA_LOGE("JSGetFrameIndexByTime get result SignError"); in JSGetFrameIndexByTime()

Completed in 3 milliseconds