Lines Matching refs:streamIndex
128 bool IsStream_in_PackStreams(UInt32 streamIndex) const
130 return FindStream_in_PackStreams(streamIndex) >= 0;
133 int FindStream_in_PackStreams(UInt32 streamIndex) const
136 if (PackStreams[i] == streamIndex)
146 UInt32 streamIndex = 0;
148 streamIndex += Coders[i].NumStreams;
149 return streamIndex;
171 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const
173 coderIndex = Stream_to_Coder[streamIndex];
174 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];
216 bool Is_PackSize_Correct_for_Stream(UInt32 streamIndex);
221 int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const
224 return _bi.FindBond_for_UnpackStream(streamIndex);
226 return _bi.FindBond_for_PackStream(streamIndex);
325 HRESULT FinishStream(UInt32 streamIndex);