Jetson Linux API Reference

32.5 Release

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

Detailed Description

Holds parameters for buffer transform functions.

Definition at line 510 of file nvbuf_utils.h.

Collaboration diagram for _NvBufferTransformParams:

Data Fields

uint32_t transform_flag
 flag to indicate which of the transform parameters are valid. More...
 
NvBufferTransform_Flip transform_flip
 flip method. More...
 
NvBufferTransform_Filter transform_filter
 transform filter. More...
 
NvBufferRect src_rect
 source rectangle coordinates for crop opeartion. More...
 
NvBufferRect dst_rect
 destination rectangle coordinates for crop opeartion. More...
 
NvBufferSession session
 NvBufferSession to be used for transform. More...
 

Field Documentation

NvBufferRect _NvBufferTransformParams::dst_rect

destination rectangle coordinates for crop opeartion.

Definition at line 521 of file nvbuf_utils.h.

NvBufferSession _NvBufferTransformParams::session

NvBufferSession to be used for transform.

If NULL, the default session is used.

Definition at line 524 of file nvbuf_utils.h.

NvBufferRect _NvBufferTransformParams::src_rect

source rectangle coordinates for crop opeartion.

Definition at line 519 of file nvbuf_utils.h.

NvBufferTransform_Filter _NvBufferTransformParams::transform_filter

transform filter.

Definition at line 517 of file nvbuf_utils.h.

uint32_t _NvBufferTransformParams::transform_flag

flag to indicate which of the transform parameters are valid.

Definition at line 513 of file nvbuf_utils.h.

NvBufferTransform_Flip _NvBufferTransformParams::transform_flip

flip method.

Definition at line 515 of file nvbuf_utils.h.


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