Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h128 bool FrameCacheInfoIsEqual(FrameCacheInfo& src, FrameCacheInfo& dst);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1310 bool ExtDecoder::FrameCacheInfoIsEqual(ExtDecoder::FrameCacheInfo& src, ExtDecoder::FrameCacheInfo&… in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1369 if (!FrameCacheInfoIsEqual(frameCacheInfo_, dstFrameCacheInfo)) { in HeapMemAlloc()
1380 if (gifCache_ != nullptr && FrameCacheInfoIsEqual(frameCacheInfo_, dstFrameCacheInfo)) { in HeapMemAlloc()