Home
last modified time | relevance | path

Searched refs:GetFormatExtended (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1029 HWTEST_F(ImageSourceTest, GetFormatExtended, TestSize.Level3)
1035 auto ret = imageSource->GetFormatExtended(format);
1445 uint32_t ret = imageSource->GetFormatExtended(format);
1449 ret = imageSource->GetFormatExtended(format);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h306 uint32_t GetFormatExtended(std::string &format);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2021 uint32_t ImageSource::GetFormatExtended(string &format) __attribute__((no_sanitize("cfi"))) in GetFormatExtended() function in OHOS::Media::ImageSource
2091 if (GetFormatExtended(format) == SUCCESS) { in GetEncodedFormat()