|
QGroundControl
Ground Control Station for MAVLink Drones
|
One-shot warning flags per failure cause; paths with extra causes (D3D, IOSurface) derive and add members. More...
#include <GstHwVideoBuffer.h>
Public Attributes | |
| std::atomic< bool > | loggedFirstSuccess {false} |
| std::atomic< bool > | loggedNullSample {false} |
| std::atomic< bool > | loggedWrongThread {false} |
| std::atomic< bool > | loggedBadBackend {false} |
| std::atomic< bool > | loggedNullBuffer {false} |
| std::atomic< bool > | loggedTextureCreateFail {false} |
One-shot warning flags per failure cause; paths with extra causes (D3D, IOSurface) derive and add members.
Definition at line 19 of file GstHwVideoBuffer.h.
| std::atomic<bool> GstHw::MapDiagnostics::loggedBadBackend {false} |
Definition at line 24 of file GstHwVideoBuffer.h.
Referenced by GstHwVideoBuffer::checkMapPreconditions().
| std::atomic<bool> GstHw::MapDiagnostics::loggedFirstSuccess {false} |
Definition at line 21 of file GstHwVideoBuffer.h.
| std::atomic<bool> GstHw::MapDiagnostics::loggedNullBuffer {false} |
Definition at line 25 of file GstHwVideoBuffer.h.
Referenced by GstHwVideoBuffer::checkMapPreconditions().
| std::atomic<bool> GstHw::MapDiagnostics::loggedNullSample {false} |
Definition at line 22 of file GstHwVideoBuffer.h.
Referenced by GstHwVideoBuffer::checkMapPreconditions().
| std::atomic<bool> GstHw::MapDiagnostics::loggedTextureCreateFail {false} |
Definition at line 26 of file GstHwVideoBuffer.h.
| std::atomic<bool> GstHw::MapDiagnostics::loggedWrongThread {false} |
Definition at line 23 of file GstHwVideoBuffer.h.
Referenced by GstHwVideoBuffer::checkMapPreconditions().