Home
last modified time | relevance | path

Searched refs:IMAGE_DISPOSAL_TYPE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp112 const static string IMAGE_DISPOSAL_TYPE = "DisposalType"; variable
1811 if (IMAGE_DISPOSAL_TYPE.compare(key) == ZERO) { in HeapMemAlloc()
1851 } else if (IMAGE_DISPOSAL_TYPE.compare(key) == ZERO) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp287 const static string IMAGE_DISPOSAL_TYPE = "DisposalType"; variable
1676 if (IMAGE_DELAY_TIME.compare(key) == ZERO || IMAGE_DISPOSAL_TYPE.compare(key) == ZERO) { in GetImagePropertyInt()
3335 errorCode = mainDecoder_->GetImagePropertyInt(index, IMAGE_DISPOSAL_TYPE, disposalType); in GetDisposalType()