Searched refs:longValueOut (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 158 int64_t longValueOut; in HWTEST_F() local 159 OH_AVFormat_GetLongValue(codecFormatOut, longKey, &longValueOut); in HWTEST_F() 160 ASSERT_EQ(longValueOut, longValue); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 500 int64_t longValueOut = PARAM_0; in MultimediaCoreAVFormatGetLongValueOne() local 501 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueOne() 512 int64_t longValueOut = PARAM_0; in MultimediaCoreAVFormatGetLongValueTwo() local 513 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueTwo() 525 int64_t longValueOut = PARAM_0; in MultimediaCoreAVFormatGetLongValueThree() local 526 bool ReturnValue = OH_AVFormat_GetLongValue(nullptr, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueThree() 538 int64_t longValueOut = PARAM_0; in MultimediaCoreAVFormatGetLongValueFour() local 539 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, nullptr, &longValueOut); in MultimediaCoreAVFormatGetLongValueFour()
|
Completed in 5 milliseconds