Holds parameters for a hardware buffer.
Definition at line 3272 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] |
__u32 _v4l2_map_plane::blockheightlog2 |
block height of the planes for blockLinear layout buffer
Definition at line 3285 of file v4l2_nv_extensions.h.
__u64 _v4l2_map_plane::flags |
flags associated with the planes
Definition at line 3289 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::height |
height of each planes of hardware buffer.
Definition at line 3277 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::offset |
memory offset values of each video planes of hardware buffer.
Definition at line 3281 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::pitch |
pitch of each planes of hardware buffer.
Definition at line 3279 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::psize |
size of each video planes of hardware buffer.
Definition at line 3283 of file v4l2_nv_extensions.h.
__u8 _v4l2_map_plane::reserved[64] |
Definition at line 3291 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::secondfieldoffset |
offset of the second field for interlaced buffer
Definition at line 3287 of file v4l2_nv_extensions.h.
__u32 _v4l2_map_plane::width |
width of each planes of hardware buffer.
Definition at line 3275 of file v4l2_nv_extensions.h.