NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

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

Detailed Description

Holds the additional parameters for a blit.

The validFields field is a mask which indicates which fields of the struct to read.

Definition at line 97 of file nvmedia_2d.h.

Data Fields

uint32_t validFields
 Indicates valid fields in this structure. More...
 
NvMedia2DStretchFilter filter
 Indicates filter mode. More...
 
uint32_t flags
 Holds flags to use when setting NVMEDIA_2D_BLIT_PARAMS_FLAGS. More...
 
NvMediaTransform dstTransform
 Holds destination transformation when NVMEDIA_2D_BLIT_PARAMS_DST_TRANSFORM is set. More...
 
NvMediaColorStandard colorStandard
 Holds color space conversion standard when NVMEDIA_2D_BLIT_PARAMS_COLOR_STD is set. More...
 

Field Documentation

NvMediaColorStandard NvMedia2DBlitParameters::colorStandard

Holds color space conversion standard when NVMEDIA_2D_BLIT_PARAMS_COLOR_STD is set.

Definition at line 115 of file nvmedia_2d.h.

NvMediaTransform NvMedia2DBlitParameters::dstTransform

Holds destination transformation when NVMEDIA_2D_BLIT_PARAMS_DST_TRANSFORM is set.

Definition at line 112 of file nvmedia_2d.h.

NvMedia2DStretchFilter NvMedia2DBlitParameters::filter

Indicates filter mode.

Definition at line 107 of file nvmedia_2d.h.

uint32_t NvMedia2DBlitParameters::flags

Holds flags to use when setting NVMEDIA_2D_BLIT_PARAMS_FLAGS.

Definition at line 109 of file nvmedia_2d.h.

uint32_t NvMedia2DBlitParameters::validFields

Indicates valid fields in this structure.

This determines which structure members are used. The following bit-masks can be ORed:
NVMEDIA_2D_BLIT_PARAMS_FILTER
NVMEDIA_2D_BLIT_PARAMS_FLAGS
NVMEDIA_2D_BLIT_PARAMS_DST_TRANSFORM

Definition at line 105 of file nvmedia_2d.h.


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