Lines Matching refs:RINOK
594 RINOK(encoder.QueryInterface(IID_ICompressSetCoderProperties, &setCoderProperties));
597 RINOK(setCoderProperties->SetCoderProperties(propIDs, props, kNumProps));
603 RINOK(writeCoderProperties->WriteCoderProperties(propStream));
616 RINOK(encoder->Code(inStream, outStream, 0, 0, progressInfo[0]));
645 RINOK(compressSetDecoderProperties->SetDecoderProperties2(propStreamSpec->Buffer, propStreamSpec->Pos));
647 RINOK(decoder->Code(inStream, crcOutStream, 0, &outSize, progressInfo[decoderIndex]));
698 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS kLzmaId, encoder.encoder, true));
703 RINOK(CreateCoder(EXTERNAL_CODECS_LOC_VARS kLzmaId, encoder.decoders[j], false));
713 RINOK(encoders[i].Init(dictionarySize, numThreads, &rg));
741 RINOK(encoder.CreateEncoderThread())
746 RINOK(encoder.Encode());
755 RINOK(status.Res);
769 RINOK(callback->SetEncodeResult(info, true));
798 RINOK(res);
804 RINOK(encoder.Decode(0));
818 RINOK(res);
820 RINOK(status.Res);
843 RINOK(callback->SetDecodeResult(info, false));
844 RINOK(callback->SetDecodeResult(info, true));
1005 RINOK(info.Thread.Create(CrcThreadFunction, &info));