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

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

Completed in 188 milliseconds