L4T Multimedia API Reference

31.1 Release

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

Detailed Description

Holds parameters related to compositing/blending.

Definition at line 311 of file nvbuf_utils.h.

Collaboration diagram for _NvBufferCompositeParams:

Data Fields

uint32_t composite_flag
 flag to indicate which of the composition/blending parameters are valid. More...
 
uint32_t input_buf_count
 number of the input buffers to be composited. More...
 
float dst_comp_rect_alpha [MAX_COMPOSITE_FRAME]
 alpha values of input buffers for the blending. More...
 
NvBufferRect src_comp_rect [MAX_COMPOSITE_FRAME]
 source rectangle coordinates of input buffers for composition. More...
 
NvBufferRect dst_comp_rect [MAX_COMPOSITE_FRAME]
 destination rectangle coordinates of input buffers for composition. More...
 
NvBufferCompositeBackground composite_bgcolor
 background color values for composition. More...
 
NvBufferSession session
 NvBufferSession to be used for composition. More...
 

Field Documentation

NvBufferCompositeBackground _NvBufferCompositeParams::composite_bgcolor

background color values for composition.

Definition at line 324 of file nvbuf_utils.h.

uint32_t _NvBufferCompositeParams::composite_flag

flag to indicate which of the composition/blending parameters are valid.

Definition at line 314 of file nvbuf_utils.h.

NvBufferRect _NvBufferCompositeParams::dst_comp_rect[MAX_COMPOSITE_FRAME]

destination rectangle coordinates of input buffers for composition.

Definition at line 322 of file nvbuf_utils.h.

float _NvBufferCompositeParams::dst_comp_rect_alpha[MAX_COMPOSITE_FRAME]

alpha values of input buffers for the blending.

Definition at line 318 of file nvbuf_utils.h.

uint32_t _NvBufferCompositeParams::input_buf_count

number of the input buffers to be composited.

Definition at line 316 of file nvbuf_utils.h.

NvBufferSession _NvBufferCompositeParams::session

NvBufferSession to be used for composition.

If NULL, the default session is used.

Definition at line 327 of file nvbuf_utils.h.

NvBufferRect _NvBufferCompositeParams::src_comp_rect[MAX_COMPOSITE_FRAME]

source rectangle coordinates of input buffers for composition.

Definition at line 320 of file nvbuf_utils.h.


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