/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | format_agent_plugin_test.cpp | 75 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 D | format_agent_plugin_svg_test.cpp | 41 auto ret = formatAgent.GetFormatType();
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/ |
H A D | bmp_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | gif_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | jpeg_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | png_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | raw_format_agent.h | 29 std::string GetFormatType() override;
|
H A D | svg_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | webp_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | wbmp_format_agent.h | 28 std::string GetFormatType() override;
|
H A D | heif_format_agent.h | 29 std::string GetFormatType() override;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/ |
H A D | abs_image_format_agent.h | 28 virtual std::string GetFormatType() = 0;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | raw_format_agent.cpp | 49 std::string RawFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::RawFormatAgent
|
H A D | bmp_format_agent.cpp | 37 std::string BmpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::BmpFormatAgent
|
H A D | jpeg_format_agent.cpp | 36 std::string JpegFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::JpegFormatAgent
|
H A D | png_format_agent.cpp | 36 std::string PngFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::PngFormatAgent
|
H A D | gif_format_agent.cpp | 38 std::string GifFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::GifFormatAgent
|
H A D | svg_format_agent.cpp | 41 std::string SvgFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::SvgFormatAgent
|
H A D | webp_format_agent.cpp | 45 std::string WebpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::WebpFormatAgent
|
H A D | wbmp_format_agent.cpp | 106 std::string WbmpFormatAgent::GetFormatType() in GetFormatType() function in OHOS::ImagePlugin::WbmpFormatAgent
|
H A D | heif_format_agent.cpp | 46 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 D | image_source_ai_sr_hdr_test.cpp | 62 std::string GetFormatType() override in GetFormatType() function in OHOS::Media::MockAbsImageFormatAgent
|
H A D | image_source_test.cpp | 64 std::string GetFormatType() override in GetFormatType() function in OHOS::Media::MockAbsImageFormatAgent
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1955 … IMAGE_LOGD("[ImageSource]check mismatched format :%{public}s.", agent.GetFormatType().c_str()); in CheckEncodedFormat()
|