Searched refs:m_LastBlockIndex (Results 1 – 2 of 2) sorted by relevance
857 m_LastBlockIndex = static_cast<int>( m_StreamInfo.blockCount ) - 1; in SetupPlayer()1470 if ( m_PlayingDataBlockIndex > m_LastBlockIndex ) in UpdatePlayingBlockIndex()1509 if ( m_PlayingDataBlockIndex >= m_LastBlockIndex - 1 ) in UpdatePlayingBlockIndex()1656 if ( m_LoadingDataBlockIndex == m_LastBlockIndex ) in UpdateLoadingBlockIndex()1711 if ( m_LoadingDataBlockIndex > m_LastBlockIndex ) in UpdateLoadingBlockIndex()1791 const int restBlockCount = m_LastBlockIndex - m_LoadingDataBlockIndex + 1; in CalcLoadingBufferBlockCount()1792 const int loopBlockCount = m_LastBlockIndex - m_LoopStartBlockIndex + 1; in CalcLoadingBufferBlockCount()
321 int m_LastBlockIndex; variable