NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_FrameLineParams Struct Reference

Detailed Description

Holds information about the lines in a frame.

Definition at line 104 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameLineParams:

Data Fields

NvBufSurfaceParamsbuf_ptr
 Holds a pointer to the buffer containing the frame. More...
 
NvOSD_Mode mode
 Holds the OSD mode to be used for processing. More...
 
int num_lines
 Holds the number of lines. More...
 
NvOSD_LineParamsline_params_list
 Holds the lines' parameters. More...
 
NvBufSurfacesurf
 Holds information about batched buffers. More...
 

Field Documentation

◆ buf_ptr

NvBufSurfaceParams* _NvOSD_FrameLineParams::buf_ptr

Holds a pointer to the buffer containing the frame.

buf_ptr is deprecated. Use NvBufSurface *surf instead

Definition at line 108 of file nvll_osd_api.h.

◆ line_params_list

NvOSD_LineParams* _NvOSD_FrameLineParams::line_params_list

Holds the lines' parameters.

Definition at line 114 of file nvll_osd_api.h.

◆ mode

NvOSD_Mode _NvOSD_FrameLineParams::mode

Holds the OSD mode to be used for processing.

Definition at line 110 of file nvll_osd_api.h.

◆ num_lines

int _NvOSD_FrameLineParams::num_lines

Holds the number of lines.

Definition at line 112 of file nvll_osd_api.h.

◆ surf

NvBufSurface* _NvOSD_FrameLineParams::surf

Holds information about batched buffers.

Definition at line 116 of file nvll_osd_api.h.


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