| 26 | static uint32_t gNextFrameId = 1; |
| 27 | |
| 28 | static inline uint64_t GenerateVidPnLayerId(uint32_t vidPnSourceId, uint32_t layerIndex) |
| 29 | { |
| 30 | return (((uint64_t) vidPnSourceId) << 32) | (uint64_t) layerIndex; |
| 31 | } |
| 32 | |
| 33 | static inline FrameType ConvertPMPFrameTypeToFrameType(Intel_PresentMon::FrameType frameType) |
| 34 | { |
no outgoing calls
no test coverage detected