Home
last modified time | relevance | path

Searched refs:doubleKey (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp136 const char *doubleKey = "double value key"; in HWTEST_F() local
151 OH_AVFormat_SetDoubleValue(codecFormatIn, doubleKey, doubleValue); in HWTEST_F()
165 OH_AVFormat_GetDoubleValue(codecFormatOut, doubleKey, &doubleValueOut); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp95 const char *doubleKey = "double value key"; variable
310 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueOne()
312 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueOne()
324 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueTwo()
335 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueThree()
348 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueFour()
349 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, doubleKey, nullptr); in MultimediaCoreAVFormatGetDoubleValueFour()
360 OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValue); in MultimediaCoreAVFormatGetDoubleValueFive()
362 bool ReturnValue = OH_AVFormat_GetDoubleValue(nullptr, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueFive()
683 bool ReturnValue = OH_AVFormat_SetDoubleValue(AVFormat, doubleKey, doubleValu in MultimediaCoreAVFormatSetDoubleValueOne()
[all...]

Completed in 4 milliseconds