Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DFilterCoder.h105 CMyComPtr<ICompressSetDecoderProperties2> _setDecoderProperties2; variable
161 Z7_COM_QI_ENTRY_AG(ICompressSetDecoderProperties2, Filter, _setDecoderProperties2)
DFilterCoder.cpp577 { return _setDecoderProperties2->SetDecoderProperties2(data, size); } in Z7_COM7F_IMF()