NVIDIA DeepStream SDK API Reference

9.1 Release
RGBASourceCommand Struct Reference

Detailed Description

Definition at line 124 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

Inheritance diagram for RGBASourceCommand:
Collaboration diagram for RGBASourceCommand:

Public Member Functions

 RGBASourceCommand ()
 
 RGBASourceCommand ()
 

Data Fields

void * d_src
 
int src_width
 
int src_stride
 
int src_height
 
float scale_x
 
float scale_y
 
CommandType type = CommandType::None
 
unsigned char c0
 
unsigned char c1
 
unsigned char c2
 
unsigned char c3
 
int bounding_left = 0
 
int bounding_top = 0
 
int bounding_right = 0
 
int bounding_bottom = 0
 

Constructor & Destructor Documentation

◆ RGBASourceCommand() [1/2]

RGBASourceCommand::RGBASourceCommand ( )

◆ RGBASourceCommand() [2/2]

RGBASourceCommand::RGBASourceCommand ( )

Field Documentation

◆ bounding_bottom

int cuOSDContextCommand::bounding_bottom = 0
inherited

Definition at line 54 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ bounding_left

int cuOSDContextCommand::bounding_left = 0
inherited

Definition at line 51 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ bounding_right

int cuOSDContextCommand::bounding_right = 0
inherited

Definition at line 53 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ bounding_top

int cuOSDContextCommand::bounding_top = 0
inherited

Definition at line 52 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ c0

unsigned char cuOSDContextCommand::c0
inherited

Definition at line 50 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ c1

unsigned char cuOSDContextCommand::c1
inherited

Definition at line 50 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ c2

unsigned char cuOSDContextCommand::c2
inherited

Definition at line 50 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ c3

unsigned char cuOSDContextCommand::c3
inherited

Definition at line 50 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ d_src

void * RGBASourceCommand::d_src

Definition at line 125 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ scale_x

float RGBASourceCommand::scale_x

Definition at line 127 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ scale_y

float RGBASourceCommand::scale_y

Definition at line 127 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ src_height

int RGBASourceCommand::src_height

Definition at line 126 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ src_stride

int RGBASourceCommand::src_stride

Definition at line 126 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ src_width

int RGBASourceCommand::src_width

Definition at line 126 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.

◆ type

CommandType cuOSDContextCommand::type = CommandType::None
inherited

Definition at line 49 of file sources/libs/nvll_osd/cuda/cuosd_kernel.h.


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