Home
last modified time | relevance | path

Searched refs:FORMAT_TYPE (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Draw_format_agent.cpp46 const std::string FORMAT_TYPE = "image/x-raw"; member
51 return FORMAT_TYPE; in GetFormatType()
H A Dgif_format_agent.cpp33 static const std::string FORMAT_TYPE = "image/gif"; member
40 return FORMAT_TYPE; in GetFormatType()
H A Djpeg_format_agent.cpp33 static const std::string FORMAT_TYPE = "image/jpeg"; member
38 return FORMAT_TYPE; in GetFormatType()
H A Dpng_format_agent.cpp33 static const std::string FORMAT_TYPE = "image/png"; member
38 return FORMAT_TYPE; in GetFormatType()
H A Dsvg_format_agent.cpp34 static const std::string FORMAT_TYPE = "image/svg+xml"; member
41 return FORMAT_TYPE; in GetFormatType()
H A Dbmp_format_agent.cpp33 const std::string FORMAT_TYPE = "image/bmp"; member
39 return FORMAT_TYPE; in GetFormatType()
H A Dwebp_format_agent.cpp36 const std::string FORMAT_TYPE = "image/webp"; member
47 return FORMAT_TYPE; in GetFormatType()
H A Dwbmp_format_agent.cpp35 const std::string FORMAT_TYPE = "image/vnd.wap.wbmp"; member
104 return FORMAT_TYPE; in GetFormatType()
H A Dheif_format_agent.cpp33 const std::string FORMAT_TYPE = "image/heif"; member
48 return FORMAT_TYPE; in GetFormatType()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFunctionTest.cpp261 string sample_Media::FORMAT_TYPE = formatList[i]; in HWTEST_F() member in sample_Media
262 if (sample_Media::FORMAT_TYPE == "s16") { in HWTEST_F()
265 if (sample_Media::FORMAT_TYPE == "s32") { in HWTEST_F()
276 string inputFile = sample_Media::FORMAT_TYPE + "_48000_2_dayuhaitang.pcm"; in HWTEST_F()
277 string outputFile = "FUNCTION_005_48000_2_1536k_" + sample_Media::FORMAT_TYPE + "_output.flac"; in HWTEST_F()

Completed in 3 milliseconds