Lines Matching defs:ps3av_pkt_video_mode
543 struct ps3av_pkt_video_mode { struct
544 struct ps3av_send_hdr send_hdr;
545 u32 video_head; /* in: head */
546 u32 reserved;
547 u32 video_vid; /* in: video resolution */
548 u16 reserved1;
549 u16 width; /* in: width in pixel */
550 u16 reserved2;
551 u16 height; /* in: height in pixel */
552 u32 pitch; /* in: line size in byte */
553 u32 video_out_format; /* in: out format */
554 u32 video_format; /* in: input frame buffer format */
555 u8 reserved3;
556 u8 video_cl_cnv; /* in: color conversion */
557 u16 video_order; /* in: input RGB order */
558 u32 reserved4;