Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h72 uint32_t UpdateGifFileType(int32_t updateFrameIndex);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp95 errorCode = UpdateGifFileType(INT_MAX); in GetTopLevelImageNum()
267 errorCode = UpdateGifFileType(updateFrameIndex); in CheckIndex()
935 uint32_t GifDecoder::UpdateGifFileType(int32_t updateFrameIndex) in UpdateGifFileType() function in OHOS::ImagePlugin::GifDecoder