NVIDIA Media Interface: VIC HW Diagnostics Control
Description: This file contains the "VIC HW Diagnostics API."
Definition in file vicdiagnostics.h.
Go to the source code of this file.
Data Structures | |
struct | VicDiagnosticsAttributes |
Attributes structure for VicDiagnosticsCreate(). More... | |
struct | VicDiagnosticsResult |
Stores information returned from VicDiagnosticsExecute(). More... | |
Macros | |
#define | VICDIAGNOSTICS_VERSION_MAJOR 1 |
Major version number of VIC Diagnostics header. More... | |
#define | VICDIAGNOSTICS_VERSION_MINOR 0 |
Minor version number of VIC Diagnostics header. More... | |
#define | VICDIAGNOSTICS_VERSION_PATCH 1 |
Patch version number of VIC Diagnostics header. More... | |
#define | VICDIAGNOSTICS_TASK_STATUS_CHECKSUM_MISMATCH 41u |
Task status value indicating the test checksum did not match the expected one. More... | |
Typedefs | |
typedef uint32_t | VicDiagnosticsParameters |
Stores configuration for the VicDiagnosticsExecute() operation. More... | |
typedef struct VicDiagnostics | VicDiagnostics |
VicDiagnostics Context. More... | |