![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds image JPEG decoder attributes.
Definition at line 87 of file nvmedia_ijpd.h.
Data Fields | |
NvMediaColorStandard | colorStandard |
Specifies the color standard, defined in NvMediaColorStandard. More... | |
uint32_t | alphaValue |
Specifies the alpha value. More... | |
uint32_t NVMEDIAJPEGDecAttributes::alphaValue |
Specifies the alpha value.
It can take one of 0 or 0xFF. The corresponding attribute mask is NVMEDIA_JPEG_DEC_ATTRIBUTE_ALPHA_VALUE
Definition at line 95 of file nvmedia_ijpd.h.
NvMediaColorStandard NVMEDIAJPEGDecAttributes::colorStandard |
Specifies the color standard, defined in NvMediaColorStandard.
The corresponding attribute mask is NVMEDIA_JPEG_DEC_ATTRIBUTE_COLOR_STANDARD
Definition at line 91 of file nvmedia_ijpd.h.