Home
last modified time | relevance | path

Searched refs:SetCoderProp (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp92 HRESULT CEncoder::SetCoderProp(PROPID propID, const PROPVARIANT &prop) in SetCoderProp() function in NCompress::NXz::CEncoder
195 RINOK(SetCoderProp(propIDs[i], coderProps[i])); in SetCoderProperties()
DXzEncoder.h33 HRESULT SetCoderProp(PROPID propID, const PROPVARIANT &prop);
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1153 RINOK(encoderSpec->SetCoderProp(prop.Id, prop.Value)); in UpdateItems()