Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() argument
68 RINOK(SetLzma2Prop(propIDs[i], coderProps[i], lzma2Props)); in SetCoderProperties()
74 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() argument
80 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DDeltaFilter.cpp38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() argument
60 PROPID propID = propIDs[i]; in SetCoderProperties()
DLzmaEncoder.cpp110 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() argument
119 PROPID propID = propIDs[i]; in SetCoderProperties()
132 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() argument
138 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DXzEncoder.cpp188 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() argument
195 RINOK(SetCoderProp(propIDs[i], coderProps[i])); in SetCoderProperties()
203 STDMETHODIMP CEncoder::SetCoderPropertiesOpt(const PROPID *propIDs, in SetCoderPropertiesOpt() argument
209 PROPID propID = propIDs[i]; in SetCoderPropertiesOpt()
DLzma2Encoder.h32 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
34 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DXzEncoder.h37 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
38 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h33 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
35 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DPpmdEncoder.cpp56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() argument
63 PROPID propID = propIDs[i]; in SetCoderProperties()
DPpmdEncoder.h50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DBcj2Coder.h51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DBcj2Coder.cpp67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() argument
74 PROPID propID = propIDs[i]; in SetCoderProperties()
/external/lzma/CPP/Common/
DCrcReg.cpp39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties() argument
71 if (propIDs[i] == NCoderPropID::kDefaultProp) in SetCoderProperties()
/external/lzma/CPP/7zip/Crypto/
DMyAes.cpp96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps,… in SetCoderProperties() argument
101 if (propIDs[i] == NCoderPropID::kDefaultProp) in SetCoderProperties()
DMyAes.h42 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/lzma/CS/7zip/
DICoder.cs145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() argument
/external/lzma/CPP/7zip/
DICoder.h140 …STDMETHOD(SetCoderPropertiesOpt)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)…
145 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp416 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() argument
418 { return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); } in SetCoderProperties()
DFilterCoder.h192 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs272 CoderPropID[] propIDs = in Main2()
296 encoder.SetCoderProperties(propIDs, properties); in Main2()
DLzmaBench.cs256 CoderPropID[] propIDs = in LzmaBenchmark()
268 encoder.SetCoderProperties(propIDs, properties); in LzmaBenchmark()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp654 const PROPID propIDs[] = in main2() local
668 const unsigned kNumPropsMax = ARRAY_SIZE(propIDs); in main2()
698 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps); in main2()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties() argument
1373 switch (propIDs[i]) in SetCoderProperties()