Home
last modified time | relevance | path

Searched refs:GetLoopCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_ex_test.cpp477 auto loopCount = imageSource->GetLoopCount(errorCode);
500 auto loopCount = imageSource->GetLoopCount(errorCode);
523 auto loopCount = imageSource->GetLoopCount(errorCode);
546 auto loopCount = imageSource->GetLoopCount(errorCode);
569 imageSource->GetLoopCount(errorCode);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/
H A Dintf_animated_image.h49 virtual uint32_t GetLoopCount() = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h244 NATIVEEXPORT int32_t GetLoopCount(uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1782 static uint32_t GetLoopCount(SkCodec *codec, int32_t &value) in HeapMemAlloc() function
1815 return GetLoopCount(codec_.get(), value); in HeapMemAlloc()
1858 res = GetLoopCount(codec_.get(), loopCount); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3349 int32_t ImageSource::GetLoopCount(uint32_t &errorCode) in GetLoopCount() function in OHOS::Media::ImageSource