Lines Matching refs:video_format
395 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format;
405 video_mode->video_format, video_mode->video_order);
412 struct ps3av_pkt_video_format video_format;
414 memset(&video_format, 0, sizeof(video_format));
415 video_format.video_head = head;
417 video_format.video_format = PS3AV_CMD_VIDEO_FORMAT_BLACK;
419 video_format.video_format =
421 video_format.video_order = ps3av_video_fmt_table[video_fmt].order;
423 res = ps3av_do_pkt(PS3AV_CID_VIDEO_FORMAT, sizeof(video_format),
424 sizeof(video_format), &video_format.send_hdr);
428 res = get_status(&video_format);