Searched refs:longKey (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
| D | ActsCodecFormatNdkTest.cpp | 134 const char *longKey = "long value key"; variable 149 OH_AVFormat_SetLongValue(codecFormatIn, longKey, longValue); 159 OH_AVFormat_GetLongValue(codecFormatOut, longKey, &longValueOut);
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| 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, longValue); in MultimediaCoreAVFormatSetLongValueOne() [all …]
|