Name
struct v4l2_mbus_frame_desc_entry — 
     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