Defines decoder flag bit masks for constructing the decoder.
6
Macros | |
#define | NVMEDIA_IDE_10BIT_DECODE |
Defines 10-bit decode. More... | |
#define | NVMEDIA_IDE_PIXEL_REC_2020 |
Rec_2020 color format for the decoded surface. More... | |
#define | NVMEDIA_IDE_OUTPUT_16BIT_SURFACES |
Use 16 bit surfaces if contents is higher than 8 bit. More... | |
#define | NVMEDIA_IDE_ENABLE_AES |
Create decoder for encrypted content decoding. More... | |
#define | NVMEDIA_IDE_NV24_OUTPUT |
Create decoder to output in NV24 format. More... | |
#define | NVMEDIA_IDE_PROFILING |
Enable decoder profiling support. More... | |
#define | NVMEDIA_IDE_DUMP_MV |
Enable decoder motion vector dump. More... | |
#define | NVMEDIA_IDE_INTERLACED_VIDEO |
Indicate INTERLACED video to decoder flag. More... | |
#define | NVMEDIA_IDE_CHROMA_FMT_MASK |
Indicate Chroma Format to decoder. More... | |
#define NVMEDIA_IDE_10BIT_DECODE |
Defines 10-bit decode.
Definition at line 81 of file nvmedia_ide.h.
#define NVMEDIA_IDE_CHROMA_FMT_MASK |
Indicate Chroma Format to decoder.
Definition at line 137 of file nvmedia_ide.h.
#define NVMEDIA_IDE_DUMP_MV |
Enable decoder motion vector dump.
Definition at line 123 of file nvmedia_ide.h.
#define NVMEDIA_IDE_ENABLE_AES |
Create decoder for encrypted content decoding.
Definition at line 102 of file nvmedia_ide.h.
#define NVMEDIA_IDE_INTERLACED_VIDEO |
Indicate INTERLACED video to decoder flag.
Definition at line 130 of file nvmedia_ide.h.
#define NVMEDIA_IDE_NV24_OUTPUT |
Create decoder to output in NV24 format.
Definition at line 109 of file nvmedia_ide.h.
#define NVMEDIA_IDE_OUTPUT_16BIT_SURFACES |
Use 16 bit surfaces if contents is higher than 8 bit.
Definition at line 95 of file nvmedia_ide.h.
#define NVMEDIA_IDE_PIXEL_REC_2020 |
Rec_2020 color format for the decoded surface.
Definition at line 88 of file nvmedia_ide.h.
#define NVMEDIA_IDE_PROFILING |
Enable decoder profiling support.
Definition at line 116 of file nvmedia_ide.h.