Holds information about the rectangles in a frame.
Definition at line 71 of file sources/includes/nvll_osd_api.h.

Data Fields | |
| NvBufSurfaceParams * | buf_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_rects |
| Holds the number of rectangles. More... | |
| NvOSD_RectParams * | rect_params_list |
| Holds the rectangles' parameters. More... | |
| NvOSD_MaskParams * | mask_params_list |
| Holds mask parameters. More... | |
| NvBufSurface * | surf |
| Holds information about batched buffers. More... | |
| NvBufSurfaceParams * _NvOSD_FrameRectParams::buf_ptr |
Holds a pointer to the buffer containing the frame.
buf_ptr is deprecated. Use NvBufSurface *surf instead
Definition at line 75 of file sources/includes/nvll_osd_api.h.
| NvOSD_MaskParams * _NvOSD_FrameRectParams::mask_params_list |
Holds mask parameters.
Definition at line 83 of file sources/includes/nvll_osd_api.h.
| NvOSD_Mode _NvOSD_FrameRectParams::mode |
Holds the OSD mode to be used for processing.
Definition at line 77 of file sources/includes/nvll_osd_api.h.
| int _NvOSD_FrameRectParams::num_rects |
Holds the number of rectangles.
Definition at line 79 of file sources/includes/nvll_osd_api.h.
| NvOSD_RectParams * _NvOSD_FrameRectParams::rect_params_list |
Holds the rectangles' parameters.
Definition at line 81 of file sources/includes/nvll_osd_api.h.
| NvBufSurface * _NvOSD_FrameRectParams::surf |
Holds information about batched buffers.
Definition at line 85 of file sources/includes/nvll_osd_api.h.