OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compresssetdecoderproperties
(Results
1 - 1
of
1
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
Bench.cpp
628
CMyComPtr<ICompressSetDecoderProperties2>
compressSetDecoderProperties
;
629
decoder.QueryInterface(IID_ICompressSetDecoderProperties2, &
compressSetDecoderProperties
);
630
if (!
compressSetDecoderProperties
)
645
RINOK(
compressSetDecoderProperties
->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->Pos));
Completed in 412 milliseconds