Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp31 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
86 STDMETHODIMP CDeltaEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CDeltaEncoder
DLzma2Encoder.h28 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzmaEncoder.h29 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DPpmdEncoder.h50 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
DLzma2Encoder.cpp71 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NLzma2::CEncoder
DPpmdEncoder.cpp101 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCompress::NPpmd::CEncoder
DLzmaEncoder.cpp135 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.cpp244 STDMETHODIMP CFilterCoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in CFilterCoder
246 return _writeCoderProperties->WriteCoderProperties(outStream); in WriteCoderProperties()
DFilterCoder.h116 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
/external/lzma/CPP/7zip/Crypto/
D7zAes.h97 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
D7zAes.cpp136 STDMETHODIMP CEncoder::WriteCoderProperties(ISequentialOutStream *outStream) in WriteCoderProperties() function in NCrypto::NSevenZ::CEncoder
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/
DLzma.java72 encoder.WriteCoderProperties(out); in compress()
/external/lzma/CPP/7zip/
DICoder.h72 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.cpp485 encoderSpec->WriteCoderProperties(outStream); in main2()
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp245 writeCoderProperties->WriteCoderProperties(outStream); 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/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
DEncoder.java1147 public void WriteCoderProperties (java.io.OutputStream outStream) throws IOException { in WriteCoderProperties() method in Encoder
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp796 RINOK(writeCoderProps->WriteCoderProperties(propStream)); in Init()