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 38 SRes Lzma2Enc_SetProps(CLzma2EncHandle p, const CLzma2EncProps *props);
Lzma2Enc.c 451 SRes Lzma2Enc_SetProps(CLzma2EncHandle pp, const CLzma2EncProps *props)
XzEnc.c 415 RINOK(Lzma2Enc_SetProps(lzmaf->lzma2, props->lzma2Props));
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp 73 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props));

Completed in 70 milliseconds