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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.h 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
LzmaEnc.c     [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.h 74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
LzmaEnc.c     [all...]
  /external/lzma/C/
LzmaEnc.h 73 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
Lzma2Enc.c 49 Byte propsEncoded[LZMA_PROPS_SIZE];
52 RINOK(LzmaEnc_WriteProperties(p->enc, propsEncoded, &propsSize));
54 p->props = propsEncoded[0];
LzmaEnc.c     [all...]

Completed in 163 milliseconds