Searched refs:currentConsecutiveBFrameCount (Results 1 – 1 of 1) sorted by relevance
811 uint32_t currentConsecutiveBFrameCount = 0; in getConsecutiveBFrameCount() local817 currentConsecutiveBFrameCount++; in getConsecutiveBFrameCount()821 if (currentConsecutiveBFrameCount > maxConsecutiveBFrameCount) in getConsecutiveBFrameCount()823 maxConsecutiveBFrameCount = currentConsecutiveBFrameCount; in getConsecutiveBFrameCount()825 currentConsecutiveBFrameCount = 0; in getConsecutiveBFrameCount()