QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
HwResolvedPathCache Struct Reference

#include <GstHwVideoBufferFactory.h>

Public Attributes

HwVideoBufferPath path = HwVideoBufferPath::None
 
bool validated = false
 
bool demotionRecorded = false
 

Detailed Description

Per-stream GPU path cache, keyed to a caps epoch. Lets makeHwVideoBuffer() skip the predicate ladder once a path has been resolved by a validated sample. Reset on set_caps.

Definition at line 30 of file GstHwVideoBufferFactory.h.

Member Data Documentation

◆ demotionRecorded

bool HwResolvedPathCache::demotionRecorded = false

Definition at line 34 of file GstHwVideoBufferFactory.h.

◆ path

HwVideoBufferPath HwResolvedPathCache::path = HwVideoBufferPath::None

Definition at line 32 of file GstHwVideoBufferFactory.h.

Referenced by makeHwVideoBuffer().

◆ validated

bool HwResolvedPathCache::validated = false

Definition at line 33 of file GstHwVideoBufferFactory.h.

Referenced by makeHwVideoBuffer().


The documentation for this struct was generated from the following file: