Home
last modified time | relevance | path

Searched refs:doubleValue (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp142 double doubleValue = 1.0; in HWTEST_F() local
151 OH_AVFormat_SetDoubleValue(codecFormatIn, doubleKey, doubleValue); in HWTEST_F()
166 ASSERT_EQ(doubleValueOut, doubleValue); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp101 double doubleValue = MPARAM_1; variable
310 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueOne()
335 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueThree()
348 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueFour()
360 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueFive()
683 bool ReturnValue = OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatSetDoubleValueOne()
694 bool ReturnValue = OH_AVFormat_SetDoubleValue(nullptr, doubleKey, doubleValue); in MultimediaCoreAVFormatSetDoubleValueTwo()
705 bool ReturnValue = OH_AVFormat_SetDoubleValue(AVFormat, nullptr, doubleValue); in MultimediaCoreAVFormatSetDoubleValueThree()
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H A Dsubscribe.cpp57 double doubleValue = OH_CommonEvent_GetDoubleFromParameters(parameters, "wh3", 33.33); in OnReceive() local
58 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "doubleValue = %{public}f", doubleValue); in OnReceive()
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A DimageEffect.cpp807 value.dataValue.doubleValue = IMAGE_EFFECT_100D; in SetInputUri1()
1005 value.dataValue.doubleValue = IMAGE_EFFECT_100D; in SetInputUri3()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp9686 double doubleValue; in ConvertNumber() local
9687 JSVM_Status doubleStatus = OH_JSVM_GetValueDouble(jsVmEnv, jSVmValue, &doubleValue); in ConvertNumber()
9689 napi_create_double(napiEnv, doubleValue, napiValue); in ConvertNumber()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp4961 double doubleValue; in getLastErrorInfoNull() local
4962 napi_status status = napi_get_value_double(env, value, &doubleValue); in getLastErrorInfoNull()

Completed in 45 milliseconds