Searched refs:m_LastBlockIndex (Results 1 – 2 of 2) sorted by relevance
904 m_LastBlockIndex = static_cast<int>( m_StreamInfo.blockCount ) - 1; in SetupPlayer()1559 if ( m_PlayingDataBlockIndex > m_LastBlockIndex ) in UpdatePlayingBlockIndex()1598 if ( m_PlayingDataBlockIndex >= m_LastBlockIndex - 1 ) in UpdatePlayingBlockIndex()1757 if ( m_LoadingDataBlockIndex == m_LastBlockIndex ) in UpdateLoadingBlockIndex()1812 if ( m_LoadingDataBlockIndex > m_LastBlockIndex ) in UpdateLoadingBlockIndex()1901 const int restBlockCount = m_LastBlockIndex - m_LoadingDataBlockIndex + 1; in CalcLoadingBufferBlockCount()1902 const int loopBlockCount = m_LastBlockIndex - m_LoopStartBlockIndex + 1; in CalcLoadingBufferBlockCount()
329 int m_LastBlockIndex; variable