Home
last modified time | relevance | path

Searched refs:GetDisposalType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_ex_test.cpp290 auto delayTimes = imageSource->GetDisposalType(errorCode);
318 auto delayTimes = imageSource->GetDisposalType(errorCode);
346 auto delayTimes = imageSource->GetDisposalType(errorCode);
H A Dimage_source_test.cpp1396 auto ret = imageSource->GetDisposalType(errorCode);
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h77 static napi_value GetDisposalType(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp72 imageSource->GetDisposalType(errCode); in ImageSourceFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp775 DECLARE_NAPI_FUNCTION("getDisposalTypeList", GetDisposalType), in RegisterNapi()
2594 STATIC_EXEC_FUNC(GetDisposalType) in STATIC_EXEC_FUNC() argument
2608 context->disposalType = context->rImageSource->GetDisposalType(errorCode); in STATIC_EXEC_FUNC()
2618 STATIC_COMPLETE_FUNC(GetDisposalType) in STATIC_COMPLETE_FUNC() argument
2652 napi_value ImageSourceNapi::GetDisposalType(napi_env env, napi_callback_info info) in GetDisposalType() function in OHOS::Media::ImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h243 NATIVEEXPORT std::unique_ptr<std::vector<int32_t>> GetDisposalType(uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1765 static uint32_t GetDisposalType(SkCodec * codec, uint32_t index, int32_t &value) in HeapMemAlloc() function
1812 return GetDisposalType(codec_.get(), index, value); in HeapMemAlloc()
1853 res = GetDisposalType(codec_.get(), index, disposalType); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3324 unique_ptr<vector<int32_t>> ImageSource::GetDisposalType(uint32_t &errorCode) in GetDisposalType() function in OHOS::Media::ImageSource