Home
last modified time | relevance | path

Searched refs:stringValueOut (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
DActsCodecFormatNdkTest.cpp167 const char *stringValueOut; variable
168 OH_AVFormat_GetStringValue(codecFormatOut, stringKey, &stringValueOut);
169 ASSERT_EQ(*stringValueOut, *stringValue);
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
DmultimediaCore.cpp563 const char *stringValueOut = nullptr; in MultimediaCoreAVFormatGetStringValueOne() local
564 bool ReturnValue = OH_AVFormat_GetStringValue(AVFormat, stringKey, &stringValueOut); in MultimediaCoreAVFormatGetStringValueOne()
575 const char *stringValueOut = nullptr; in MultimediaCoreAVFormatGetStringValueTwo() local
576 bool ReturnValue = OH_AVFormat_GetStringValue(AVFormat, stringKey, &stringValueOut); in MultimediaCoreAVFormatGetStringValueTwo()
588 const char *stringValueOut = nullptr; in MultimediaCoreAVFormatGetStringValueThree() local
589 bool ReturnValue = OH_AVFormat_GetStringValue(nullptr, stringKey, &stringValueOut); in MultimediaCoreAVFormatGetStringValueThree()
601 const char *stringValueOut = nullptr; in MultimediaCoreAVFormatGetStringValueFour() local
602 bool ReturnValue = OH_AVFormat_GetStringValue(AVFormat, nullptr, &stringValueOut); in MultimediaCoreAVFormatGetStringValueFour()