Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1356 ExtDecoder::FrameCacheInfo dstFrameCacheInfo = InitFrameCacheInfo(rowStride, dstInfo_); in HeapMemAlloc() local
1369 if (!FrameCacheInfoIsEqual(frameCacheInfo_, dstFrameCacheInfo)) { in HeapMemAlloc()
1378 …return HandleGifCache(gifCache_, dstBuffer, dstFrameCacheInfo.rowStride, dstFrameCacheInfo.height); in HeapMemAlloc()
1380 if (gifCache_ != nullptr && FrameCacheInfoIsEqual(frameCacheInfo_, dstFrameCacheInfo)) { in HeapMemAlloc()
1381 HandleGifCache(gifCache_, dstBuffer, dstFrameCacheInfo.rowStride, dstFrameCacheInfo.height); in HeapMemAlloc()