Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h127 FrameCacheInfo InitFrameCacheInfo(const uint64_t rowStride, SkImageInfo info);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1294 ExtDecoder::FrameCacheInfo ExtDecoder::InitFrameCacheInfo(const uint64_t rowStride, SkImageInfo inf… in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1356 ExtDecoder::FrameCacheInfo dstFrameCacheInfo = InitFrameCacheInfo(rowStride, dstInfo_); in HeapMemAlloc()
1360 frameCacheInfo_ = InitFrameCacheInfo(rowStride, dstInfo_); in HeapMemAlloc()