NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 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.

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

Definition at line 177 of file nvmedia_2d.h.

Data Fields

uint32_t validFields
 Holds flags which determine which fields in this structure are used. More...
 
NvMedia2DStretchFilter filter
 Holds the filter mode. More...
 
uint32_t flags
 Holds flags use to set NVMEDIA_2D_BLIT_PARAMS_FLAGS. More...
 
NvMediaTransform dstTransform
 Holds destination transformation when NVMEDIA_2D_BLIT_PARAMS_DST_TRANSFORM is set. More...
 
NvMediaColorStandard colorStandard
 Holds the color space conversion standard when NVMEDIA_2D_BLIT_PARAMS_COLOR_STD is set. More...
 

Field Documentation

NvMediaColorStandard NvMedia2DBlitParameters::colorStandard

Holds the color space conversion standard when NVMEDIA_2D_BLIT_PARAMS_COLOR_STD is set.

Definition at line 197 of file nvmedia_2d.h.

NvMediaTransform NvMedia2DBlitParameters::dstTransform

Holds destination transformation when NVMEDIA_2D_BLIT_PARAMS_DST_TRANSFORM is set.

Definition at line 194 of file nvmedia_2d.h.

NvMedia2DStretchFilter NvMedia2DBlitParameters::filter

Holds the filter mode.

Definition at line 189 of file nvmedia_2d.h.

uint32_t NvMedia2DBlitParameters::flags

Holds flags use to set NVMEDIA_2D_BLIT_PARAMS_FLAGS.

Definition at line 191 of file nvmedia_2d.h.

uint32_t NvMedia2DBlitParameters::validFields

Holds flags which determine which fields in this structure are used.

The following bit masks are valid, and may be ORed:

Definition at line 187 of file nvmedia_2d.h.


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