Home | History | Annotate | Download | only in Common

Lines Matching defs:streamIndex

138   bool IsStream_in_PackStreams(UInt32 streamIndex) const

140 return FindStream_in_PackStreams(streamIndex) >= 0;
143 int FindStream_in_PackStreams(UInt32 streamIndex) const
146 if (PackStreams[i] == streamIndex)
156 UInt32 streamIndex = 0;
158 streamIndex += Coders[i].NumStreams;
159 return streamIndex;
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const
183 coderIndex = Stream_to_Coder[streamIndex];
184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];
223 bool Is_PackSize_Correct_for_Stream(UInt32 streamIndex);
228 int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const
231 return _bi.FindBond_for_UnpackStream(streamIndex);
233 return _bi.FindBond_for_PackStream(streamIndex);
324 HRESULT FinishStream(UInt32 streamIndex);