Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
Davmetadataextractor_napi.cpp739 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", extractor->fileDescriptor_.offset); in JsGetAVFileDescriptor()
740 (void)CommonNapi::AddNumberPropInt64(env, value, "length", extractor->fileDescriptor_.length); in JsGetAVFileDescriptor()
837 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()
Davimagegenerator_napi.cpp664 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", generator->fileDescriptor_.offset); in JsGetAVFileDescriptor()
665 (void)CommonNapi::AddNumberPropInt64(env, value, "length", generator->fileDescriptor_.length); in JsGetAVFileDescriptor()
/foundation/multimedia/player_framework/frameworks/js/common/
Dcommon_napi.h60 …static bool AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t value…
Dcommon_napi.cpp485 bool CommonNapi::AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t v… in AddNumberPropInt64() function in OHOS::Media::CommonNapi
/foundation/multimedia/player_framework/frameworks/js/player/
Daudio_player_napi.cpp356 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "offset", player->rawFd_.offset… in GetFdSrc()
358 …CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "length", player->rawFd_.length… in GetFdSrc()
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()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
Davplayer_napi.cpp1251 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", jsPlayer->fileDescriptor_.offset); in JsGetAVFileDescriptor()
1252 (void)CommonNapi::AddNumberPropInt64(env, value, "length", jsPlayer->fileDescriptor_.length); in JsGetAVFileDescriptor()
1331 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()