Searched refs:doubleValueOut (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 164 double doubleValueOut; in HWTEST_F() local 165 OH_AVFormat_GetDoubleValue(codecFormatOut, doubleKey, &doubleValueOut); in HWTEST_F() 166 ASSERT_EQ(doubleValueOut, doubleValue); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 311 double doubleValueOut = PARAM_0; in MultimediaCoreAVFormatGetDoubleValueOne() local 312 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueOne() 323 double doubleValueOut = PARAM_0; in MultimediaCoreAVFormatGetDoubleValueTwo() local 324 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueTwo() 336 double doubleValueOut = PARAM_0; in MultimediaCoreAVFormatGetDoubleValueThree() local 337 bool ReturnValue = OH_AVFormat_GetDoubleValue(AVFormat, nullptr, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueThree() 361 double doubleValueOut = PARAM_0; in MultimediaCoreAVFormatGetDoubleValueFive() local 362 bool ReturnValue = OH_AVFormat_GetDoubleValue(nullptr, doubleKey, &doubleValueOut); in MultimediaCoreAVFormatGetDoubleValueFive()
|
Completed in 4 milliseconds