Lines Matching refs:S_OK
15 case SZ_OK: return S_OK; in SResToHRESULT()
54 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSizeNew = size; return S_OK; } in SetInBufSize()
55 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outStep = size; return S_OK; } in SetOutBufSize()
68 return S_OK; in CreateInputBuffer()
98 return S_OK; in SetOutStreamSize()
105 return S_OK; in SetFinishMode()
112 return S_OK; in GetInStreamProcessedSize()
123 HRESULT readRes = S_OK; in CodeSpec()
127 if (_inPos == _inLim && readRes == S_OK) in CodeSpec()
220 if (res == S_OK) in Code()
229 …THODIMP CDecoder::SetInStream(ISequentialInStream *inStream) { _inStream = inStream; return S_OK; } in SetInStream()
230 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; } in ReleaseInStream()
250 HRESULT readRes = S_OK; in Read()
254 if (_inPos == _inLim && readRes == S_OK) in Read()
313 HRESULT readRes = S_OK; in ReadFromInputStream()
320 if (readRes == S_OK) in ReadFromInputStream()