Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davimagegenerator_napi.cpp383 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", generator->fileDescriptor_.offset); in JsGetAVFileDescriptor()
384 (void)CommonNapi::AddNumberPropInt64(env, value, "length", generator->fileDescriptor_.length); in JsGetAVFileDescriptor()
H A Davmetadataextractor_napi.cpp451 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", extractor->fileDescriptor_.offset); in JsGetAVFileDescriptor()
452 (void)CommonNapi::AddNumberPropInt64(env, value, "length", extractor->fileDescriptor_.length); in JsGetAVFileDescriptor()
517 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()
/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) == true, in GetFdSrc()
365 CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "length", player->rawFd_.length) == true, in GetFdSrc()
H A Dvideo_player_napi.cpp377 CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "offset", jsPlayer->rawFd_.offset) == true, in GetFdSrc()
379 CHECK_AND_RETURN_RET(CommonNapi::AddNumberPropInt64(env, jsResult, "length", jsPlayer->rawFd_.length) == true, in GetFdSrc()
/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 value) in AddNumberPropInt64() function in OHOS::Media::CommonNapi
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1589 (void)CommonNapi::AddNumberPropInt64(env, value, "offset", jsPlayer->fileDescriptor_.offset); in JsGetAVFileDescriptor()
1590 (void)CommonNapi::AddNumberPropInt64(env, value, "length", jsPlayer->fileDescriptor_.length); in JsGetAVFileDescriptor()
1722 (void)CommonNapi::AddNumberPropInt64(env, value, "fileSize", fileSize); in JsGetDataSrc()

Completed in 14 milliseconds