Home
last modified time | relevance | path

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

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