Searched refs:CLzmaEncProps (Results 1 – 10 of 10) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 31 } CLzmaEncProps; typedef 33 void LzmaEncProps_Init(CLzmaEncProps *p); 34 void LzmaEncProps_Normalize(CLzmaEncProps *p); 35 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2); 54 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props); 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | Lzma2Enc.h | 13 CLzmaEncProps lzmaProps;
|
D | LzmaLib.c | 26 CLzmaEncProps props; in LzmaCompress()
|
D | Lzma86Enc.c | 25 CLzmaEncProps props; in Lzma86_Encode()
|
D | Lzma2Enc.c | 182 CLzmaEncProps lzmaProps = p->lzmaProps; in Lzma2EncProps_Normalize() 430 CLzmaEncProps lzmaProps = props->lzmaProps; in Lzma2Enc_SetProps()
|
D | LzmaEnc.c | 47 void LzmaEncProps_Init(CLzmaEncProps *p) in LzmaEncProps_Init() 56 void LzmaEncProps_Normalize(CLzmaEncProps *p) in LzmaEncProps_Normalize() 88 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) in LzmaEncProps_GetDictSize() 90 CLzmaEncProps props = *props2; in LzmaEncProps_GetDictSize() 402 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2) in LzmaEnc_SetProps() 405 CLzmaEncProps props = *props2; in LzmaEnc_SetProps() 1699 CLzmaEncProps props; in LzmaEnc_Construct() 2259 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 78 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp() 117 CLzmaEncProps props; in SetCoderProperties()
|
D | Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 138 CLzmaEncProps props; in Encode()
|
/external/lzma/DOC/ |
D | lzma.txt | 229 3) initialize CLzmaEncProps properties; 271 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|