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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 31 } CLzmaEncProps;
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,
LzmaLib.c 26 CLzmaEncProps props;
LzmaEnc.c 45 void LzmaEncProps_Init(CLzmaEncProps *p)
53 void LzmaEncProps_Normalize(CLzmaEncProps *p)
76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
78 CLzmaEncProps props = *props2;
391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
394 CLzmaEncProps props = *props2;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 32 } CLzmaEncProps;
34 void LzmaEncProps_Init(CLzmaEncProps *p);
35 void LzmaEncProps_Normalize(CLzmaEncProps *p);
36 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2);
55 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
LzmaLib.c 27 CLzmaEncProps props;
LzmaEnc.c 46 void LzmaEncProps_Init(CLzmaEncProps *p)
54 void LzmaEncProps_Normalize(CLzmaEncProps *p)
77 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
79 CLzmaEncProps props = *props2;
392 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
395 CLzmaEncProps props = *props2;
    [all...]
  /external/lzma/C/
LzmaEnc.h 31 } CLzmaEncProps;
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,
Lzma2Enc.h 15 CLzmaEncProps lzmaProps;
58 const CLzmaEncProps *props, Byte *propsEncoded, int writeEndMark,
LzmaLib.c 26 CLzmaEncProps props;
Lzma86Enc.c 25 CLzmaEncProps props;
Lzma2Enc.c 180 CLzmaEncProps lzmaProps = p->lzmaProps;
414 CLzmaEncProps lzmaProps = props->lzmaProps;
LzmaEnc.c 45 void LzmaEncProps_Init(CLzmaEncProps *p)
53 void LzmaEncProps_Normalize(CLzmaEncProps *p)
76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
78 CLzmaEncProps props = *props2;
391 SRes LzmaEnc_SetProps(CLzmaEncHandle pp, const CLzmaEncProps *props2)
394 CLzmaEncProps props = *props2;
    [all...]
  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
104 CLzmaEncProps props;
Lzma2Encoder.cpp 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 138 CLzmaEncProps props;

Completed in 271 milliseconds