Home
last modified time | relevance | path

Searched refs:maxConsecutiveBFrameCount (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoEncodeTests.cpp810 uint32_t maxConsecutiveBFrameCount = 0; in getConsecutiveBFrameCount() local
821 if (currentConsecutiveBFrameCount > maxConsecutiveBFrameCount) in getConsecutiveBFrameCount()
823 maxConsecutiveBFrameCount = currentConsecutiveBFrameCount; in getConsecutiveBFrameCount()
829 return maxConsecutiveBFrameCount; in getConsecutiveBFrameCount()