Searched refs:m_BufferBlockCountBase (Results 1 – 2 of 2) sorted by relevance
555 …return static_cast<f32>( m_BufferBlockCountBase - m_PrepareCounter ) * 100.f / m_BufferBlockCountB… in GetFilledBufferPercentage()579 int limit = m_BufferBlockCountBase - 2 + 1; in GetFilledBufferPercentage()707 for ( int i = 0; i < m_BufferBlockCountBase; i++ ) in LoadHeader()877 m_BufferBlockCountBase = m_BufferBlockCount - 1; in SetupPlayer()878 m_ChangeNumBlocks = m_BufferBlockCountBase; in SetupPlayer()1396 m_LoadWaitCount >= m_BufferBlockCountBase - 2 ) in UpdateBuffer()1797 if ( ( ( m_BufferBlockCountBase + 1 ) - restBlockCount ) % loopBlockCount == 0 ) in CalcLoadingBufferBlockCount()1799 return m_BufferBlockCountBase + 1; in CalcLoadingBufferBlockCount()1803 return m_BufferBlockCountBase; in CalcLoadingBufferBlockCount()
311 int m_BufferBlockCountBase; variable