|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <GstHwVideoBufferFactory.h>
Public Attributes | |
| HwVideoBufferPath | path = HwVideoBufferPath::None |
| bool | validated = false |
| bool | demotionRecorded = false |
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.
| bool HwResolvedPathCache::demotionRecorded = false |
Definition at line 34 of file GstHwVideoBufferFactory.h.
| HwVideoBufferPath HwResolvedPathCache::path = HwVideoBufferPath::None |
Definition at line 32 of file GstHwVideoBufferFactory.h.
Referenced by makeHwVideoBuffer().
| bool HwResolvedPathCache::validated = false |
Definition at line 33 of file GstHwVideoBufferFactory.h.
Referenced by makeHwVideoBuffer().