Home | History | Annotate | Download | only in Compress

Lines Matching full:uint32

27   UInt32 _inPos;

28 UInt32 _inSize;
36 UInt32 _inBufSizeAllocated;
37 UInt32 _inBufSize;
38 UInt32 _outBufSize;
59 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
61 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
62 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
68 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
71 HRESULT ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize);