Searched refs:intKey (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
| D | ActsCodecFormatNdkTest.cpp | 133 const char *intKey = "int value key"; variable 148 OH_AVFormat_SetIntValue(codecFormatIn, intKey, intValue); 156 OH_AVFormat_GetIntValue(codecFormatOut, intKey, &intValueOut);
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| D | multimediaCore.cpp | 92 const char *intKey = "int value key"; variable 436 OH_AVFormat_SetIntValue(AVFormat, intKey, intValue); in MultimediaCoreAVFormatGetIntValueOne() 438 bool ReturnValue = OH_AVFormat_GetIntValue(AVFormat, intKey, &intValueOut); in MultimediaCoreAVFormatGetIntValueOne() 450 bool ReturnValue = OH_AVFormat_GetIntValue(AVFormat, intKey, &intValueOut); in MultimediaCoreAVFormatGetIntValueTwo() 461 OH_AVFormat_SetIntValue(AVFormat, intKey, intValue); in MultimediaCoreAVFormatGetIntValueThree() 463 bool ReturnValue = OH_AVFormat_GetIntValue(nullptr, intKey, &intValueOut); in MultimediaCoreAVFormatGetIntValueThree() 474 OH_AVFormat_SetIntValue(AVFormat, intKey, intValue); in MultimediaCoreAVFormatGetIntValueFour() 487 OH_AVFormat_SetIntValue(AVFormat, intKey, intValue); in MultimediaCoreAVFormatGetIntValueFive() 488 bool ReturnValue = OH_AVFormat_GetIntValue(AVFormat, intKey, nullptr); in MultimediaCoreAVFormatGetIntValueFive() 749 bool ReturnValue = OH_AVFormat_SetIntValue(AVFormat, intKey, intValue); in MultimediaCoreAVFormatSetIntValueOne() [all …]
|