Searched refs:SetCoderProperties (Results 1 - 16 of 16) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DLzmaEncoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) function in class:CDeltaEncoder
H A DLzma2Encoder.cpp58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma2::CEncoder
H A DPpmdEncoder.cpp37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) function in class:NCompress::NPpmd::CEncoder
H A DLzmaEncoder.cpp101 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, function in class:NCompress::NLzma::CEncoder
/external/lzma/CS/7zip/
H A DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); method in interface:SevenZip.ISetCoderProperties
/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
H A DFilterCoder.cpp220 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, function in class:CFilterCoder
223 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties);
H A DFilterCoder.h103 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
/external/lzma/CPP/7zip/
H A DICoder.h53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs296 encoder.SetCoderProperties(propIDs, properties);
H A DLzmaBench.cs268 encoder.SetCoderProperties(propIDs, properties);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp444 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp597 RINOK(setCoderProperties->SetCoderProperties(propIDs, props, kNumProps));
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) method in class:SevenZip.Compression.LZMA.Encoder

Completed in 4457 milliseconds