Searched refs:LzmaProps_Decode (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.h | 41 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
|
D | LzmaDec.c | 899 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/ |
D | LzmaDec.h | 40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
|
D | LzmaDec.c | 898 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/ |
D | LzmaDec.h | 40 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
|
D | LzmaDec.c | 898 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/ |
D | ots-lzma.patch | 1722 +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);
|