L4T Multimedia API Reference

28.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
@c valid_field values for the #NvElementProfilerData structure.

Detailed Description

Typedefs

typedef int NvElementProfiler::ProfilerField
 

Variables

static const ProfilerField NvElementProfiler::PROFILER_FIELD_NONE = 0
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_TOTAL_UNITS = 1
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_LATE_UNITS = 2
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_LATENCIES = 4
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_FPS = 8
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_ALL = (PROFILER_FIELD_FPS << 1) - 1
 

Typedef Documentation

Definition at line 79 of file NvElementProfiler.h.

Variable Documentation

const ProfilerField NvElementProfiler::PROFILER_FIELD_ALL = (PROFILER_FIELD_FPS << 1) - 1
static

Definition at line 85 of file NvElementProfiler.h.

const ProfilerField NvElementProfiler::PROFILER_FIELD_FPS = 8
static

Definition at line 84 of file NvElementProfiler.h.

const ProfilerField NvElementProfiler::PROFILER_FIELD_LATE_UNITS = 2
static

Definition at line 82 of file NvElementProfiler.h.

const ProfilerField NvElementProfiler::PROFILER_FIELD_LATENCIES = 4
static

Definition at line 83 of file NvElementProfiler.h.

const ProfilerField NvElementProfiler::PROFILER_FIELD_NONE = 0
static

Definition at line 80 of file NvElementProfiler.h.

const ProfilerField NvElementProfiler::PROFILER_FIELD_TOTAL_UNITS = 1
static

Definition at line 81 of file NvElementProfiler.h.