Home
last modified time | relevance | path

Searched refs:_setDecoderProperties (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFilterCoder.h66 CMyComPtr<ICompressSetDecoderProperties2> _setDecoderProperties; variable
94 MY_QUERYINTERFACE_ENTRY_AG(ICompressSetDecoderProperties2, Filter, _setDecoderProperties)
DFilterCoder.cpp264 return _setDecoderProperties->SetDecoderProperties2(data, size); in SetDecoderProperties2()