Searched refs:propsEncoded (Results 1 – 4 of 4) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.h | 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
D | Lzma2Enc.c | 49 Byte propsEncoded[LZMA_PROPS_SIZE]; in Lzma2EncInt_Init() local 52 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize)); in Lzma2EncInt_Init() 54 p->props = propsEncoded[0]; in Lzma2EncInt_Init()
|
D | LzmaEnc.c | 2249 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, in LzmaEncode() argument 2260 res = LzmaEnc_WriteProperties(p, propsEncoded, propsSize); in LzmaEncode()
|
/external/lzma/ |
D | lzma.txt | 541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|