Searched refs:maxConsecutiveBFrameCount (Results 1 – 1 of 1) sorted by relevance
810 uint32_t maxConsecutiveBFrameCount = 0; in getConsecutiveBFrameCount() local821 if (currentConsecutiveBFrameCount > maxConsecutiveBFrameCount) in getConsecutiveBFrameCount()823 maxConsecutiveBFrameCount = currentConsecutiveBFrameCount; in getConsecutiveBFrameCount()829 return maxConsecutiveBFrameCount; in getConsecutiveBFrameCount()