Searched refs:OutDesc (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
D | ActsCodecFormatNdkTest.cpp | 41 bool CheckDecDesc(map<string, int> InDesc, OH_AVFormat* OutDesc) in CheckDecDesc() argument 45 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
D | ActsAudioDecEncNdkTest.cpp | 61 bool CheckDecDesc(map<string, int> InDesc, OH_AVFormat* OutDesc) in CheckDecDesc() argument 65 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc()
|
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
D | ActsVideoDecEncNdkTest.cpp | 51 bool CheckDecDesc(map<string, int> InDesc, OH_AVFormat* OutDesc) in CheckDecDesc() argument 55 bool res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out); in CheckDecDesc()
|