Home
last modified time | relevance | path

Searched defs:CMtCoder_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/C/
H A DMtCoder.h74 typedef struct CMtCoder_ struct
78 size_t blockSize; /* size of input block */
79 unsigned numThreadsMax;
80 UInt64 expectedDataSize;
82 ISeqInStreamPtr inStream;
83 const Byte *inData;
84 size_t inDataSize;
86 ICompressProgressPtr progress;
87 ISzAllocPtr allocBig;
89 IMtCoderCallback2 *mtCallback;
[all …]