NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvScrncaptPixel Struct Reference

Detailed Description

Holds a pixel value.

Definition at line 236 of file nvscrncapt.h.

Data Fields

union {
   unsigned char   r
 
   unsigned char   y
 
}; 
 Holds the R/Y plane pixel value. More...
 
union {
   unsigned char   g
 
   unsigned char   u
 
}; 
 Holds the G/U plane pixel value. More...
 
union {
   unsigned char   b
 
   unsigned char   v
 
}; 
 Holds the B/V plane pixel value. More...
 
unsigned char alpha
 Holds the alpha pixel value. More...
 

Field Documentation

union { ... }

Holds the R/Y plane pixel value.

union { ... }

Holds the G/U plane pixel value.

union { ... }

Holds the B/V plane pixel value.

unsigned char NvScrncaptPixel::alpha

Holds the alpha pixel value.

Definition at line 253 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::b

Definition at line 249 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::g

Definition at line 244 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::r

Definition at line 239 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::u

Definition at line 245 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::v

Definition at line 250 of file nvscrncapt.h.

unsigned char NvScrncaptPixel::y

Definition at line 240 of file nvscrncapt.h.


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