Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp55 const std::string IMAGE_DELAY_TIME = "DelayTime"; variable
781 if (key == IMAGE_DELAY_TIME) { in GetImagePropertyInt()
797 if (key != IMAGE_DELAY_TIME) { in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp111 const static string IMAGE_DELAY_TIME = "DelayTime"; variable
1808 if (IMAGE_DELAY_TIME.compare(key) == ZERO) { in HeapMemAlloc()
1846 } else if (IMAGE_DELAY_TIME.compare(key) == ZERO) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp286 const static string IMAGE_DELAY_TIME = "DelayTime"; variable
1676 if (IMAGE_DELAY_TIME.compare(key) == ZERO || IMAGE_DISPOSAL_TYPE.compare(key) == ZERO) { in GetImagePropertyInt()
3296 errorCode = mainDecoder_->GetImagePropertyString(index, IMAGE_DELAY_TIME, delayTimeStr); in GetDelayTime()