HomeSort by relevance Sort by last modified time
    Searched refs:CLzma2EncProps (Results 1 - 6 of 6) sorted by null

  /external/lzma/C/
Lzma2Enc.h 19 } CLzma2EncProps;
21 void Lzma2EncProps_Init(CLzma2EncProps *p);
22 void Lzma2EncProps_Normalize(CLzma2EncProps *p);
40 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
XzEnc.h 16 const CLzma2EncProps *lzma2Props, Bool useSubblock,
Lzma2Enc.c 47 static SRes Lzma2EncInt_Init(CLzma2EncInt *p, const CLzma2EncProps *props)
168 void Lzma2EncProps_Init(CLzma2EncProps *p)
176 void Lzma2EncProps_Normalize(CLzma2EncProps *p)
246 CLzma2EncProps props;
411 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props)
XzEnc.c 393 const CLzma2EncProps *lzma2Props,
470 const CLzma2EncProps *lzma2Props, Bool useSubblock,
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
61 CLzma2EncProps lzma2Props;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 30 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
632 CLzma2EncProps lzma2Props;

Completed in 167 milliseconds