Searched refs:FORMAT_TYPE (Results 1 – 10 of 10) sorted by relevance
46 const std::string FORMAT_TYPE = "image/x-raw"; variable51 return FORMAT_TYPE; in GetFormatType()
33 const std::string FORMAT_TYPE = "image/bmp"; variable39 return FORMAT_TYPE; in GetFormatType()
33 static const std::string FORMAT_TYPE = "image/jpeg"; variable38 return FORMAT_TYPE; in GetFormatType()
33 static const std::string FORMAT_TYPE = "image/png"; variable38 return FORMAT_TYPE; in GetFormatType()
33 static const std::string FORMAT_TYPE = "image/gif"; variable40 return FORMAT_TYPE; in GetFormatType()
34 static const std::string FORMAT_TYPE = "image/svg+xml"; variable43 return FORMAT_TYPE; in GetFormatType()
36 const std::string FORMAT_TYPE = "image/webp"; variable47 return FORMAT_TYPE; in GetFormatType()
35 const std::string FORMAT_TYPE = "image/vnd.wap.wbmp"; variable108 return FORMAT_TYPE; in GetFormatType()
33 const std::string FORMAT_TYPE = "image/heif"; variable48 return FORMAT_TYPE; in GetFormatType()
261 string sample_Media::FORMAT_TYPE = formatList[i]; member in sample_Media262 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";