Home
last modified time | relevance | path

Searched refs:OutDesc (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp35 bool CheckDecDesc(map<string, std::pair<bool, int>> InDesc, OH_AVFormat* OutDesc);
44 bool ActsCodecFormatNdkTest::CheckDecDesc(map<string, std::pair<bool, int>> InDesc, OH_AVFormat* OutDesc) in CheckDecDesc() argument
51 res = OH_AVFormat_GetLongValue(OutDesc, t.first.c_str(), &out_int64); in CheckDecDesc()
54 res = OH_AVFormat_GetIntValue(OutDesc, t.first.c_str(), &out_int32); in CheckDecDesc()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DActsVideoDecEncNdkTest.cpp51 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()
71 bool res = OH_AVFormat_GetDoubleValue(OutDesc, OH_MD_KEY_FRAME_RATE, &dout); in CheckDecDesc()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DActsAudioDecEncNdkTest.cpp61 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()

Completed in 2 milliseconds