Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp39 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
81 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NDelta::CEncoder
DLzma2Encoder.h28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzmaEncoder.h29 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DPpmdEncoder.h51 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzma2Encoder.cpp76 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp97 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NPpmd::CEncoder
DLzmaEncoder.cpp126 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/Crypto/
D7zAes.h95 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
D7zAes.cpp172 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCrypto::N7z::CEncoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp403 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CFilterCoder
404 { return _WriteCoderProperties->WriteCoderProperties(outStream); } in WriteCoderProperties()
DFilterCoder.h215 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
/external/lzma/Java/SevenZip/
DLzmaAlone.java215 encoder.WriteCoderProperties(outStream); in main()
DLzmaBench.java313 encoder.WriteCoderProperties(propStream); in LzmaBenchmark()
/external/lzma/CPP/7zip/
DICoder.h151 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream) PURE;
/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.cpp681 if (encoderSpec->WriteCoderProperties(outStream) != S_OK) in main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp383 writeCoderProperties->WriteCoderProperties(dynOutStream); in Encode()
/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
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp907 RINOK(writeCoderProps->WriteCoderProperties(propStream)); in Init()