Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp742 CBenchmarkOutStream *propStreamSpec; member
760 outStreamSpec(NULL), callback(NULL), printCallback(NULL), propStreamSpec(NULL) {} in CEncoderInfo()
870 propStreamSpec = 0; in Init()
873 propStreamSpec = new CBenchmarkOutStream; in Init()
874 propStream = propStreamSpec; in Init()
876 if (!propStreamSpec->Alloc(kMaxLzmaPropSize)) in Init()
878 propStreamSpec->Init(true, false); in Init()
1047 if (!setDecProps && propStreamSpec->Pos != 0) in Decode()
1081 RINOK(setDecProps->SetDecoderProperties2(propStreamSpec->Buffer, (UInt32)propStreamSpec->Pos)); in Decode()