Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Enc.c377 CMtCoder mtCoder; member
452 MtCoder_Destruct(&p->mtCoder); in Lzma2Enc_Destroy()
678 progressThunk.mtProgress = &me->mtCoder.mtProgress; in Lzma2Enc_MtCallback_Code()
746 MtCoder_Construct(&p->mtCoder); in Lzma2Enc_Encode2()
762 p->mtCoder.allocBig = p->allocBig; in Lzma2Enc_Encode2()
763 p->mtCoder.progress = progress; in Lzma2Enc_Encode2()
764 p->mtCoder.inStream = inStream; in Lzma2Enc_Encode2()
765 p->mtCoder.inData = inData; in Lzma2Enc_Encode2()
766 p->mtCoder.inDataSize = inDataSize; in Lzma2Enc_Encode2()
767 p->mtCoder.mtCallback = &vt; in Lzma2Enc_Encode2()
[all …]
DXzEnc.c944 CMtCoder mtCoder; member
996 MtCoder_Destruct(&p->mtCoder); in XzEnc_Free()
1074 progressThunk.mtProgress = &me->mtCoder.mtProgress; in XzEnc_MtCallback_Code()
1163 MtCoder_Construct(&p->mtCoder); in XzEnc_Encode()
1174 p->mtCoder.allocBig = p->allocBig; in XzEnc_Encode()
1175 p->mtCoder.progress = progress; in XzEnc_Encode()
1176 p->mtCoder.inStream = inStream; in XzEnc_Encode()
1177 p->mtCoder.inData = NULL; in XzEnc_Encode()
1178 p->mtCoder.inDataSize = 0; in XzEnc_Encode()
1179 p->mtCoder.mtCallback = &vt; in XzEnc_Encode()
[all …]
DMtCoder.c81 ISzAlloc_Free(t->mtCoder->allocBig, t->inBuf); in MtCoderThread_Destruct()
115 CMtCoder *mtc = t->mtCoder; in ThreadFunc2()
350 CMtCoder *mtc = t->mtCoder; in ThreadFunc()
396 t->mtCoder = p; in MtCoder_Construct()
DMtCoder.h48 struct _CMtCoder *mtCoder; member