Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h126 …uint32_t GetFramePixels(SkImageInfo& info, uint8_t* buffer, uint64_t rowStride, SkCodec::Options o…
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1320 uint32_t ExtDecoder::GetFramePixels(SkImageInfo& info, uint8_t* buffer, uint64_t rowStride, SkCodec… in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1373 uint32_t ret = GetFramePixels(dstInfo_, gifCache_, rowStride, dstOptions_); in HeapMemAlloc()
1385 return GetFramePixels(dstInfo_, dstBuffer, rowStride, dstOptions_); in HeapMemAlloc()