Home
last modified time | relevance | path

Searched refs:WriteCoderProperties (Results 1 – 19 of 19) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp31 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
73 STDMETHODIMP CDeltaEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CDeltaEncoder
DLzma2Encoder.h28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzmaEncoder.h28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzma2Encoder.cpp71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp64 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NPpmd::CEncoder
DLzmaEncoder.cpp124 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma::CEncoder
/external/lzma/CS/7zip/
DICoder.cs150 void WriteCoderProperties(System.IO.Stream outStream); in WriteCoderProperties() method
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp226 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CFilterCoder
228 return _writeCoderProperties->WriteCoderProperties(outStream); in WriteCoderProperties()
DFilterCoder.h105 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
/external/lzma/CPP/7zip/
DICoder.h70 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream) PURE;
/external/lzma/Java/SevenZip/
DLzmaAlone.java215 encoder.WriteCoderProperties(outStream); in main()
DLzmaBench.java313 encoder.WriteCoderProperties(propStream); in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs297 encoder.WriteCoderProperties(outStream); in Main2()
DLzmaBench.cs270 encoder.WriteCoderProperties(propStream); in LzmaBenchmark()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp446 encoderSpec->WriteCoderProperties(outStream); in main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp230 writeCoderProperties->WriteCoderProperties(outStream); in Encode()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp603 RINOK(writeCoderProperties->WriteCoderProperties(propStream)); in Init()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1303 public void WriteCoderProperties(java.io.OutputStream outStream) throws IOException in WriteCoderProperties() method in Encoder
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1303 public void WriteCoderProperties(System.IO.Stream outStream) in WriteCoderProperties() method in SevenZip.Compression.LZMA.Encoder