Searched refs:AddNumberPropInt64 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avimagegenerator_napi.cpp | 376 (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 D | avmetadataextractor_napi.cpp | 449 (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 D | common_napi.h | 79 …static bool AddNumberPropInt64(napi_env env, napi_value obj, const std::string &key, int64_t value…
|
H A D | common_napi.cpp | 662 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 D | audio_player_napi.cpp | 363 …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 D | video_player_napi.cpp | 378 …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 D | avplayer_napi.cpp | 1590 (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()
|