Lines Matching refs:progressInfoSpec
470 CBenchProgressInfo *progressInfoSpec[2]; member
515 encoder->progressInfoSpec[0]->Status->SetResult(res); in EncodeThreadFunction()
636 CBenchProgressInfo *pi = progressInfoSpec[decoderIndex]; in Decode()
725 encoder.progressInfo[j] = encoder.progressInfoSpec[j] = new CBenchProgressInfo; in LzmaBench()
726 encoder.progressInfoSpec[j]->Status = &status; in LzmaBench()
730 encoder.progressInfoSpec[0]->callback = callback; in LzmaBench()
731 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numEncoderThreads; in LzmaBench()
732 SetStartTime(encoder.progressInfoSpec[0]->BenchInfo); in LzmaBench()
759 SetFinishTime(encoders[0].progressInfoSpec[0]->BenchInfo, info); in LzmaBench()
783 encoder.progressInfoSpec[0]->callback = callback; in LzmaBench()
784 encoder.progressInfoSpec[0]->BenchInfo.NumIterations = numDecoderThreads; in LzmaBench()
785 SetStartTime(encoder.progressInfoSpec[0]->BenchInfo); in LzmaBench()
821 SetFinishTime(encoders[0].progressInfoSpec[0]->BenchInfo, info); in LzmaBench()