Home
last modified time | relevance | path

Searched refs:intKey (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp133 const char *intKey = "int value key"; in HWTEST_F() local
148 OH_AVFormat_SetIntValue(codecFormatIn, intKey, intValue); in HWTEST_F()
156 OH_AVFormat_GetIntValue(codecFormatOut, intKey, &intValueOut); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp92 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, intValu in MultimediaCoreAVFormatSetIntValueOne()
[all...]

Completed in 4 milliseconds