Lines Matching full:uint32
27 static const UInt32 kInBufSize = 1 << 20;
44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
93 const UInt32 kStepSize = ((UInt32)1 << 22);
115 _inPos += (UInt32)inSizeProcessed;
146 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
164 size = (UInt32)rem;
171 _inPos += (UInt32)inProcessed;
174 size -= (UInt32)outProcessed;
177 *processedSize += (UInt32)outProcessed;