Searched refs:GetPropertyBool (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/ |
H A D | soundpool_napi.h | 141 bool GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result);
|
/foundation/multimedia/player_framework/frameworks/js/common/ |
H A D | common_napi.cpp | 259 if (!GetPropertyBool(env, value, "preferredHdr", playStrategy.preferredHdr)) { in GetPlayStrategy() 856 bool CommonNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result) in GetPropertyBool() function in OHOS::Media::CommonNapi
|
H A D | common_napi.h | 82 static bool GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result);
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 759 GetPropertyBool(env, argv[PARAM1], "parallelPlayFlag", asyncCtx->playParameters_.parallelPlayFlag); in ParserPlayOptionFromJs() 847 bool SoundPoolNapi::GetPropertyBool(napi_env env, napi_value configObj, const std::string &type, bool &result) in GetPropertyBool() function in OHOS::Media::SoundPoolNapi
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1764 if (CommonNapi::GetPropertyBool(env, item, "isHdr", profile.isHdr)) { 1771 if (!CommonNapi::GetPropertyBool(env, item, "enableTemporalScale", profile.enableTemporalScale)) {
|
Completed in 10 milliseconds