Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFunctionTest.cpp956 string coverTypeList[] = {"bmp", "jpg", "png"}; in HWTEST_F() local
960 string outputFile = "FUNCTION_010_" + coverTypeList[i]; in HWTEST_F()
961 string coverFile = "greatwall." + coverTypeList[i]; in HWTEST_F()
974 int32_t coverTrackId = AddCoverTrack(muxerDemo, handle, coverTypeList[i]); in HWTEST_F()
1009 string coverTypeList[] = { "bmp", "jpg", "png" }; in HWTEST_F() local
1013 string outputFile = "FUNCTION_011_" + coverTypeList[i]; in HWTEST_F()
1014 string coverFile = "greatwall." + coverTypeList[i]; in HWTEST_F()
1028 int32_t coverTrackId = AddCoverTrack(muxerDemo, handle, coverTypeList[i]); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFunctionTest.cpp940 string coverTypeList[] = {"bmp", "jpg", "png"}; in HWTEST_F() local
943 string outputFile = "SUB_MULTIMEDIA_MEDIA_MUXER_FUNCTION_010_INNER_" + coverTypeList[i]; in HWTEST_F()
944 string coverFile = "greatwall." + coverTypeList[i]; in HWTEST_F()
961 AddCoverTrack(muxerDemo, coverTypeList[i], coverTrackId); in HWTEST_F()
996 string coverTypeList[] = {"bmp", "jpg", "png"}; in HWTEST_F() local
999 string outputFile = "FUNCTION_011_INNER_" + coverTypeList[i]; in HWTEST_F()
1000 string coverFile = "greatwall." + coverTypeList[i]; in HWTEST_F()
1017 AddCoverTrack(muxerDemo, coverTypeList[i], coverTrackId); in HWTEST_F()

Completed in 4 milliseconds