Lines Matching refs:streamIndex
138 bool IsStream_in_PackStreams(UInt32 streamIndex) const in IsStream_in_PackStreams()
140 return FindStream_in_PackStreams(streamIndex) >= 0; in IsStream_in_PackStreams()
143 int FindStream_in_PackStreams(UInt32 streamIndex) const in FindStream_in_PackStreams()
146 if (PackStreams[i] == streamIndex) in FindStream_in_PackStreams()
156 UInt32 streamIndex = 0; in GetStream_for_Coder() local
158 streamIndex += Coders[i].NumStreams; in GetStream_for_Coder()
159 return streamIndex; in GetStream_for_Coder()
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream()
183 coderIndex = Stream_to_Coder[streamIndex]; in GetCoder_for_Stream()
184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex]; in GetCoder_for_Stream()
227 bool Is_PackSize_Correct_for_Stream(UInt32 streamIndex);
232 int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const in FindBond_for_Stream() argument
235 return _bi.FindBond_for_UnpackStream(streamIndex); in FindBond_for_Stream()
237 return _bi.FindBond_for_PackStream(streamIndex); in FindBond_for_Stream()
332 HRESULT FinishStream(UInt32 streamIndex);