Lines Matching refs:coderIndex
78 UInt32 GetCoderInStreamIndex(UInt32 coderIndex) const in GetCoderInStreamIndex()
81 for (UInt32 i = 0; i < coderIndex; i++) in GetCoderInStreamIndex()
86 UInt32 GetCoderOutStreamIndex(UInt32 coderIndex) const in GetCoderOutStreamIndex()
89 for (UInt32 i = 0; i < coderIndex; i++) in GetCoderOutStreamIndex()
95 void FindInStream(UInt32 streamIndex, UInt32 &coderIndex, in FindInStream()
98 for (coderIndex = 0; coderIndex < (UInt32)Coders.Size(); coderIndex++) in FindInStream()
100 UInt32 curSize = Coders[coderIndex].NumInStreams; in FindInStream()
110 void FindOutStream(UInt32 streamIndex, UInt32 &coderIndex, in FindOutStream()
113 for (coderIndex = 0; coderIndex < (UInt32)Coders.Size(); coderIndex++) in FindOutStream()
115 UInt32 curSize = Coders[coderIndex].NumOutStreams; in FindOutStream()
174 virtual void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes) = 0;