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

  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
LzmaEncoder.h 28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DeltaFilter.cpp 31 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
73 STDMETHODIMP CDeltaEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
Lzma2Encoder.cpp 71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
PpmdEncoder.cpp 64 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
LzmaEncoder.cpp 124 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream)
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 105 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
FilterCoder.cpp 226 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream)
228 return _writeCoderProperties->WriteCoderProperties(outStream);
  /external/lzma/CPP/7zip/
ICoder.h 70 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream) PURE;
  /external/lzma/CS/7zip/
ICoder.cs 150 void WriteCoderProperties(System.IO.Stream outStream);
  /external/lzma/Java/SevenZip/
LzmaAlone.java 215 encoder.WriteCoderProperties(outStream);
LzmaBench.java 313 encoder.WriteCoderProperties(propStream);
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 223 CMyComPtr<ICompressWriteCoderProperties> writeCoderProperties;
224 _mixerCoderSpec->_coders[i].QueryInterface(IID_ICompressWriteCoderProperties, (void **)&writeCoderProperties);
225 if (writeCoderProperties != NULL)
230 writeCoderProperties->WriteCoderProperties(outStream);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 446 encoderSpec->WriteCoderProperties(outStream);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 297 encoder.WriteCoderProperties(outStream);
LzmaBench.cs 270 encoder.WriteCoderProperties(propStream);
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 599 CMyComPtr<ICompressWriteCoderProperties> writeCoderProperties;
600 encoder.QueryInterface(IID_ICompressWriteCoderProperties, &writeCoderProperties);
601 if (writeCoderProperties)
603 RINOK(writeCoderProperties->WriteCoderProperties(propStream));
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java     [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs     [all...]

Completed in 241 milliseconds