Searched refs:longKey (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 134 const char *longKey = "long value key"; in HWTEST_F() local 149 OH_AVFormat_SetLongValue(codecFormatIn, longKey, longValue); in HWTEST_F() 159 OH_AVFormat_GetLongValue(codecFormatOut, longKey, &longValueOut); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 93 const char *longKey = "long value key"; variable 499 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueOne() 501 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueOne() 513 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueTwo() 524 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueThree() 526 bool ReturnValue = OH_AVFormat_GetLongValue(nullptr, longKey, &longValueOut); in MultimediaCoreAVFormatGetLongValueThree() 537 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueFour() 550 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueFive() 551 bool ReturnValue = OH_AVFormat_GetLongValue(AVFormat, longKey, nullptr); in MultimediaCoreAVFormatGetLongValueFive() 782 bool ReturnValue = OH_AVFormat_SetLongValue(AVFormat, longKey, longValu in MultimediaCoreAVFormatSetLongValueOne() [all...] |
Completed in 4 milliseconds