Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_structs.hpp127237 , consecutiveBipredictiveFrameCount{ consecutiveBipredictiveFrameCount_ }
127286 consecutiveBipredictiveFrameCount = consecutiveBipredictiveFrameCount_; in setConsecutiveBipredictiveFrameCount()
127321 …d::tie( sType, pNext, flags, gopFrameCount, keyFramePeriod, consecutiveBipredictiveFrameCount, tem… in reflect()
127334 …amePeriod == rhs.keyFramePeriod ) && ( consecutiveBipredictiveFrameCount == rhs.consecutiveBipredi… in operator ==()
127351 uint32_t consecutiveBipredictiveFrameCount = {}; member
H A Dvulkan_core.h12433 uint32_t consecutiveBipredictiveFrameCount; member
H A Dvulkan_hash.hpp16977 …ULKAN_HPP_HASH_COMBINE( seed, videoEncodeAV1RateControlInfoKHR.consecutiveBipredictiveFrameCount ); in operator ()()