Home
last modified time | relevance | path

Searched refs:LzmaProps_Decode (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.h41 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
DLzmaDec.c899 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function
942 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
952 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/external/lzma/C/
DLzmaDec.h40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
DLzmaDec.c898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.h40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
DLzmaDec.c898 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1722 +SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size)
1765 + RINOK(LzmaProps_Decode(&propNew, props, propsSize));
1775 + RINOK(LzmaProps_Decode(&propNew, props, propsSize));
1925 +/* LzmaProps_Decode - decodes properties
1931 +SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);