• Home
  • Raw
  • Download

Lines Matching refs:UInt32

38   STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
66 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
83 UInt32 PackIndex;
84 UInt32 UnpackIndex;
86 UInt32 Get_InIndex(bool encodeMode) const { return encodeMode ? UnpackIndex : PackIndex; } in Get_InIndex()
87 UInt32 Get_OutIndex(bool encodeMode) const { return encodeMode ? PackIndex : UnpackIndex; } in Get_OutIndex()
93 UInt32 NumStreams;
101 CRecordVector<UInt32> PackStreams;
106 int FindBond_for_PackStream(UInt32 packStream) const in FindBond_for_PackStream()
114 int FindBond_for_UnpackStream(UInt32 unpackStream) const in FindBond_for_UnpackStream()
138 bool IsStream_in_PackStreams(UInt32 streamIndex) const in IsStream_in_PackStreams()
143 int FindStream_in_PackStreams(UInt32 streamIndex) const in FindStream_in_PackStreams()
154 UInt32 GetStream_for_Coder(UInt32 coderIndex) const in GetStream_for_Coder()
156 UInt32 streamIndex = 0; in GetStream_for_Coder()
157 for (UInt32 i = 0; i < coderIndex; i++) in GetStream_for_Coder()
164 CRecordVector<UInt32> Coder_to_Stream;
165 CRecordVector<UInt32> Stream_to_Coder;
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream()
196 UInt32 NumStreams;
227 bool Is_PackSize_Correct_for_Stream(UInt32 streamIndex);
232 int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const in FindBond_for_Stream()
291 bool Is_UnpackSize_Correct_for_Coder(UInt32 coderIndex);
292 bool Is_PackSize_Correct_for_Coder(UInt32 coderIndex);
293 bool IsThere_ExternalCoder_in_PackTree(UInt32 coderIndex);
326 UInt32 outStreamIndex, ISequentialInStream **inStreamRes);
328 UInt32 inStreamIndex, ISequentialInStream **inStreamRes);
330 UInt32 outStreamIndex, ISequentialOutStream **outStreamRes);
332 HRESULT FinishStream(UInt32 streamIndex);
333 HRESULT FinishCoder(UInt32 coderIndex);