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

  /external/lzma/C/
Lzma2Enc.h 40 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
Lzma2Enc.c 411 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props)
XzEnc.c 399 RINOK(Lzma2Enc_SetProps(lzmaf->lzma2, lzma2Props));
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props));

Completed in 95 milliseconds