Home
last modified time | relevance | path

Searched refs:CLzma2EncProps (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DLzma2Enc.h17 } CLzma2EncProps; typedef
19 void Lzma2EncProps_Init(CLzma2EncProps *p);
20 void Lzma2EncProps_Normalize(CLzma2EncProps *p);
38 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
DLzma2Enc.c49 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props) in Lzma2EncInt_Init()
170 void Lzma2EncProps_Init(CLzma2EncProps *p) in Lzma2EncProps_Init()
178 void Lzma2EncProps_Normalize(CLzma2EncProps *p) in Lzma2EncProps_Normalize()
262 CLzma2EncProps props;
427 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props) in Lzma2Enc_SetProps()
DXzEnc.h25 const CLzma2EncProps *lzma2Props;
/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
61 CLzma2EncProps lzma2Props; in SetCoderProperties()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp31 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
851 CLzma2EncProps lzma2Props; in UpdateItems()