struct_v4l2_mbus_frame_desc_entry(9) media bus frame description structure

SYNOPSIS


struct v4l2_mbus_frame_desc_entry {
u16 flags;
u32 pixelcode;
u32 length;
};

MEMBERS

flags

V4L2_MBUS_FRAME_DESC_FL_* flags

pixelcode

media bus pixel code, valid if FRAME_DESC_FL_BLOB is not set

length

number of octets per frame, valid if V4L2_MBUS_FRAME_DESC_FL_BLOB is set

COPYRIGHT