Home
last modified time | relevance | path

Searched refs:AddNumberPropInt64 (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp376 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", generator->fileDescriptor_.offset); in JsGetAVFileDescriptor()
377 (void)CommonNapi::AddNumberPropInt64(env, value, "length", generator->fileDescriptor_.length); in JsGetAVFileDescriptor()
H A Davmetadataextractor_napi.cpp449 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", extractor->fileDescriptor_.offset); in JsGetAVFileDescriptor()
450 (void)CommonNapi::AddNumberPropInt64(env, value, "length", extractor->fileDescriptor_.length); in JsGetAVFileDescriptor()
514 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.h79 …static bool AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t value…
H A Dcommon_napi.cpp662 bool CommonNapi::AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t v… in AddNumberPropInt64() function in OHOS::Media::CommonNapi
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp363 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "offset", player->rawFd_.offset… in GetFdSrc()
365 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "length", player->rawFd_.length… in GetFdSrc()
H A Dvideo_player_napi.cpp378 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "offset", jsPlayer->rawFd_.offs… in GetFdSrc()
380 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "length", jsPlayer->rawFd_.leng… in GetFdSrc()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1590 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", jsPlayer->fileDescriptor_.offset); in JsGetAVFileDescriptor()
1591 (void)CommonNapi::AddNumberPropInt64(env, value, "length", jsPlayer->fileDescriptor_.length); in JsGetAVFileDescriptor()
1725 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()