Home
last modified time | relevance | path

Searched refs:LzmaEnc_SetProps (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.h64 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props);
H A DLzma2Enc.c98 RINOK(LzmaEnc_SetProps(p->enc, &props->lzmaProps)) in Lzma2EncInt_InitStream()
H A DLzmaEnc.c533 SRes LzmaEnc_SetProps(CLzmaEncHandle p, const CLzmaEncProps *props2) in LzmaEnc_SetProps() function
2334 LzmaEnc_SetProps((CLzmaEncHandle)(void *)p, &props); in LzmaEnc_Construct()
3121 res = LzmaEnc_SetProps(p, props); in LzmaEncode()
/third_party/lzma/C/Util/Lzma/
H A DLzmaUtil.c200 res = LzmaEnc_SetProps(enc, &props); in Encode()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp188 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()

Completed in 7 milliseconds