Searched refs:SetCoderInfo (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.h | 206 void SetCoderInfo(const UInt64 *unpackSize, const UInt64 * const *packSizes); 276 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… 341 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo() function 342 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); } in SetCoderInfo() 422 …virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *pac… in SetCoderInfo() function 423 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); } in SetCoderInfo()
|
D | CoderMixer2.cpp | 154 void CCoder::SetCoderInfo(const UInt64 *unpackSize, const UInt64 * const *packSizes) in SetCoderInfo() function in NCoderMixer2::CCoder
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 453 _mixer->SetCoderInfo(i, unpackSizesPointer, packSizesPointers); in Decode()
|
D | 7zEncode.cpp | 336 _mixer->SetCoderInfo(i, NULL, NULL); in Encode()
|