HomeSort by relevance Sort by last modified time
    Searched refs:setDecoderProperties (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 227 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties;
228 decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties);
229 if (setDecoderProperties)
237 RINOK(setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size));
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 130 CMyComPtr<ICompressSetDecoderProperties2> setDecoderProperties;
131 _lzmaDecoder.QueryInterface(IID_ICompressSetDecoderProperties2, &setDecoderProperties);
132 if (!setDecoderProperties)
134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5));

Completed in 2468 milliseconds