Searched refs:SetCoderInfo (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.h206 void SetCoderInfo(const UInt64 *unpackSize, const UInt64 * const *packSizes);
259 SetCoderInfo();
276 virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *packSizes) = 0;
341 virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *packSizes) function in class:NCoderMixer2::CMixerST
342 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); }
422 virtual void SetCoderInfo(unsigned coderIndex, const UInt64 *unpackSize, const UInt64 * const *packSizes) function in class:NCoderMixer2::CMixerMT
423 { _coders[coderIndex].SetCoderInfo(unpackSize, packSizes); }
H A DCoderMixer2.cpp154 void CCoder::SetCoderInfo(const UInt64 *unpackSize, const UInt64 * const *packSizes) function in class:NCoderMixer2::CCoder
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp453 _mixer->SetCoderInfo(i, unpackSizesPointer, packSizesPointers);
H A D7zEncode.cpp336 _mixer->SetCoderInfo(i, NULL, NULL);
345 _mixer->SetCoderInfo(_bindInfo.UnpackCoder, inStreamSize, NULL);

Completed in 65 milliseconds