Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_source_preview.h34 std::string GetEncodedFormat() override;
H A Dimage_source_preview.cpp77 std::string ImageSourcePreview::GetEncodedFormat() in GetEncodedFormat() function in OHOS::Ace::ImageSourcePreview
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_image_source.h37 MOCK_METHOD0(GetEncodedFormat, std::string());
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.h41 std::string GetEncodedFormat() override;
H A Dimage_source_ohos.cpp146 std::string ImageSourceOhos::GetEncodedFormat() in GetEncodedFormat() function in OHOS::Ace::ImageSourceOhos
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dimage_source.h46 virtual std::string GetEncodedFormat() = 0;
/foundation/arkui/ace_engine/test/unittest/core/image/
H A Dimage_file_cache_test_ng.cpp256 EXPECT_CALL(*mockImageSource, GetEncodedFormat()).WillOnce(Return(SVG_FORMAT)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp274 if (imageSource->GetEncodedFormat() == SVG_FORMAT) { in ConvertToAstcAndWriteToFile()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h266 uint32_t GetEncodedFormat(const std::string &formatHint, std::string &format);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2056 uint32_t ImageSource::GetEncodedFormat(const string &formatHint, string &format)
2086 IMAGE_LOGD("[ImageSource]GetEncodedFormat success format :%{public}s.", iter->first.c_str());
2152 auto ret = GetEncodedFormat(sourceInfo_.encodedFormat, formatResult);

Completed in 8 milliseconds