HomeSort by relevance Sort by last modified time
    Searched refs:WriteCoderProperties (Results 1 - 22 of 22) sorted by null

  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
LzmaEncoder.h 29 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
PpmdEncoder.h 51 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DeltaFilter.cpp 39 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
81 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
Lzma2Encoder.cpp 76 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
LzmaEncoder.cpp 126 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
PpmdEncoder.cpp 97 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
  /external/lzma/CPP/7zip/Crypto/
7zAes.h 95 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
7zAes.cpp 172 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 215 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
FilterCoder.cpp 403 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream)
404 { return _WriteCoderProperties->WriteCoderProperties(outStream); }
  /external/lzma/CS/7zip/
ICoder.cs 150 void WriteCoderProperties(System.IO.Stream outStream);
  /external/lzma/CPP/7zip/
ICoder.h 151 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream) PURE;
308 Call ResetInitVector() before encoding and before WriteCoderProperties().
  /external/lzma/Java/SevenZip/
LzmaAlone.java 215 encoder.WriteCoderProperties(outStream);
LzmaBench.java 313 encoder.WriteCoderProperties(propStream);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 297 encoder.WriteCoderProperties(outStream);
LzmaBench.cs 270 encoder.WriteCoderProperties(propStream);
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 373 CMyComPtr<ICompressWriteCoderProperties> writeCoderProperties;
374 coder->QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties);
378 if (writeCoderProperties)
383 writeCoderProperties->WriteCoderProperties(dynOutStream);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 681 if (encoderSpec->WriteCoderProperties(outStream) != S_OK)
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java     [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 907 RINOK(writeCoderProps->WriteCoderProperties(propStream));
918 // it must be after WriteCoderProperties!
    [all...]

Completed in 397 milliseconds