Searched defs:LzmaProps_Decode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.c898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c899 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
942 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
952 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
/external/lzma/C/
H A DLzmaDec.c898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) function
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize));

Completed in 1935 milliseconds