Home
last modified time | relevance | path

Searched refs:GetFormatType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_test.cpp75 std::string ret = formatAgent.GetFormatType();
188 std::string ret = formatAgent.GetFormatType();
247 std::string ret = formatAgent.GetFormatType();
360 std::string ret = formatAgent.GetFormatType();
473 std::string ret = formatAgent.GetFormatType();
517 std::string ret = formatAgent.GetFormatType();
576 std::string ret = formatAgent.GetFormatType();
H A Dformat_agent_plugin_svg_test.cpp41 auto ret = formatAgent.GetFormatType();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/
H A Dbmp_format_agent.h28 std::string GetFormatType() override;
H A Dgif_format_agent.h28 std::string GetFormatType() override;
H A Djpeg_format_agent.h28 std::string GetFormatType() override;
H A Dpng_format_agent.h28 std::string GetFormatType() override;
H A Draw_format_agent.h29 std::string GetFormatType() override;
H A Dsvg_format_agent.h28 std::string GetFormatType() override;
H A Dwebp_format_agent.h28 std::string GetFormatType() override;
H A Dwbmp_format_agent.h28 std::string GetFormatType() override;
H A Dheif_format_agent.h29 std::string GetFormatType() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_format_agent.h28 virtual std::string GetFormatType() = 0;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Draw_format_agent.cpp49 std::string RawFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::RawFormatAgent
H A Dbmp_format_agent.cpp37 std::string BmpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::BmpFormatAgent
H A Djpeg_format_agent.cpp36 std::string JpegFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::JpegFormatAgent
H A Dpng_format_agent.cpp36 std::string PngFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::PngFormatAgent
H A Dgif_format_agent.cpp38 std::string GifFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::GifFormatAgent
H A Dsvg_format_agent.cpp41 std::string SvgFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::SvgFormatAgent
H A Dwebp_format_agent.cpp45 std::string WebpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::WebpFormatAgent
H A Dwbmp_format_agent.cpp106 std::string WbmpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::WbmpFormatAgent
H A Dheif_format_agent.cpp46 std::string HeifFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::HeifFormatAgent
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_ai_sr_hdr_test.cpp62 std::string GetFormatType() override in GetFormatType() function in OHOS::Media::MockAbsImageFormatAgent
H A Dimage_source_test.cpp64 std::string GetFormatType() override in GetFormatType() function in OHOS::Media::MockAbsImageFormatAgent
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1955 … IMAGE_LOGD("[ImageSource]check mismatched format :%{public}s.", agent.GetFormatType().c_str()); in CheckEncodedFormat()