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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
LzmaEnc.c     [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
LzmaEnc.c     [all...]
  /external/lzma/C/
LzmaEnc.h 55 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
Lzma2Enc.c 52 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize));
LzmaEnc.c     [all...]
  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 128 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size));
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 155 res = LzmaEnc_WriteProperties(enc, header, &headerSize);

Completed in 203 milliseconds