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

  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 34 /* LzmaProps_Decode - decodes properties
40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
LzmaDec.c 898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 35 /* LzmaProps_Decode - decodes properties
41 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
LzmaDec.c 899 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
942 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
952 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
  /external/lzma/C/
LzmaDec.h 34 /* LzmaProps_Decode - decodes properties
40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
LzmaDec.c 898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize));

Completed in 32 milliseconds