Searched refs:doubleKey (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
| D | ActsCodecFormatNdkTest.cpp | 136 const char *doubleKey = "double value key"; variable 151 OH_AVFormat_SetDoubleValue(codecFormatIn, doubleKey, doubleValue); 165 OH_AVFormat_GetDoubleValue(codecFormatOut, doubleKey, &doubleValueOut);
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| D | multimediaCore.cpp | 95 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, doubleValue); in MultimediaCoreAVFormatSetDoubleValueOne() [all …]
|