Searched refs:DecompressText (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | png_image_chunk_utils.cpp | 120 … int ret = DecompressText(compressedText, static_cast<uint32_t>(compressedTextSize), rawText); in GetRawTextFromZtxtChunk() 215 int ret = DecompressText(textPtr, textLen, rawText); in GetRawTextFromItxtChunk() 318 int PngImageChunkUtils::DecompressText(const byte *sourceData, unsigned int sourceDataLen, DataBuf … in DecompressText() function in OHOS::Media::PngImageChunkUtils
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | png_image_chunk_utils.h | 73 static int DecompressText(const byte *sourceData, unsigned int sourceDataLen, DataBuf &textOut);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | webp_exif_metadata_accessor_test.cpp | 1751 int ret = png->DecompressText(&sourceData, sourceDataLen, textOut);
|