Jetson Linux API Reference

38.2 Release
_v4l2_map_plane Struct Reference

Detailed Description

Holds parameters for a hardware buffer.

Definition at line 3383 of file v4l2_nv_extensions.h.

Data Fields

__u32 width
 width of each planes of hardware buffer. More...
 
__u32 height
 height of each planes of hardware buffer. More...
 
__u32 pitch
 pitch of each planes of hardware buffer. More...
 
__u32 offset
 memory offset values of each video planes of hardware buffer. More...
 
__u32 psize
 size of each video planes of hardware buffer. More...
 
__u32 blockheightlog2
 block height of the planes for blockLinear layout buffer More...
 
__u32 secondfieldoffset
 offset of the second field for interlaced buffer More...
 
__u64 flags
 flags associated with the planes More...
 
__u8 reserved [64]
 

Field Documentation

◆ blockheightlog2

__u32 _v4l2_map_plane::blockheightlog2

block height of the planes for blockLinear layout buffer

Definition at line 3396 of file v4l2_nv_extensions.h.

◆ flags

__u64 _v4l2_map_plane::flags

flags associated with the planes

Definition at line 3400 of file v4l2_nv_extensions.h.

◆ height

__u32 _v4l2_map_plane::height

height of each planes of hardware buffer.

Definition at line 3388 of file v4l2_nv_extensions.h.

◆ offset

__u32 _v4l2_map_plane::offset

memory offset values of each video planes of hardware buffer.

Definition at line 3392 of file v4l2_nv_extensions.h.

◆ pitch

__u32 _v4l2_map_plane::pitch

pitch of each planes of hardware buffer.

Definition at line 3390 of file v4l2_nv_extensions.h.

◆ psize

__u32 _v4l2_map_plane::psize

size of each video planes of hardware buffer.

Definition at line 3394 of file v4l2_nv_extensions.h.

◆ reserved

__u8 _v4l2_map_plane::reserved[64]

Definition at line 3402 of file v4l2_nv_extensions.h.

◆ secondfieldoffset

__u32 _v4l2_map_plane::secondfieldoffset

offset of the second field for interlaced buffer

Definition at line 3398 of file v4l2_nv_extensions.h.

◆ width

__u32 _v4l2_map_plane::width

width of each planes of hardware buffer.

Definition at line 3386 of file v4l2_nv_extensions.h.


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