OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetDecoderProperties2
(Results
1 - 13
of
13
) sorted by null
/external/lzma/CPP/7zip/Compress/
DeltaFilter.cpp
44
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size);
91
STDMETHODIMP CDeltaDecoder::
SetDecoderProperties2
(const Byte *props, UInt32 size)
Lzma2Decoder.h
54
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size);
PpmdDecoder.h
57
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size);
LzmaDecoder.h
59
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size);
Lzma2Decoder.cpp
44
STDMETHODIMP CDecoder::
SetDecoderProperties2
(const Byte *prop, UInt32 size)
LzmaDecoder.cpp
63
STDMETHODIMP CDecoder::
SetDecoderProperties2
(const Byte *prop, UInt32 size)
/external/lzma/CPP/7zip/Common/
FilterCoder.h
109
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size);
FilterCoder.cpp
244
STDMETHODIMP CFilterCoder::
SetDecoderProperties2
(const Byte *data, UInt32 size)
246
return _setDecoderProperties->
SetDecoderProperties2
(data, size);
/external/lzma/CPP/7zip/
ICoder.h
65
STDMETHOD(
SetDecoderProperties2
)(const Byte *data, UInt32 size) PURE;
/external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp
237
RINOK(setDecoderProperties->
SetDecoderProperties2
((const Byte *)props, (UInt32)size));
/external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp
134
RINOK(setDecoderProperties->
SetDecoderProperties2
(header.LzmaProps, 5));
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
486
if (decoderSpec->
SetDecoderProperties2
(header, kPropertiesSize) != S_OK)
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
645
RINOK(compressSetDecoderProperties->
SetDecoderProperties2
(propStreamSpec->Buffer, propStreamSpec->Pos));
Completed in 885 milliseconds