av_video_cs       484 drivers/ps3/ps3av.c 	u32 len = 0, av_video_cs;
av_video_cs       504 drivers/ps3/ps3av.c 			av_video_cs = RGB8;
av_video_cs       506 drivers/ps3/ps3av.c 			av_video_cs = video_mode->cs;
av_video_cs       510 drivers/ps3/ps3av.c 			av_video_cs = RGB8; /* use RGB for HDMI */
av_video_cs       514 drivers/ps3/ps3av.c 						 video_mode->vid, av_video_cs,
av_video_cs       330 drivers/ps3/ps3av_cmd.c 	struct ps3av_pkt_av_video_cs *av_video_cs;
av_video_cs       332 drivers/ps3/ps3av_cmd.c 	av_video_cs = (struct ps3av_pkt_av_video_cs *)p;
av_video_cs       340 drivers/ps3/ps3av_cmd.c 	memset(av_video_cs, 0, sizeof(*av_video_cs));
av_video_cs       341 drivers/ps3/ps3av_cmd.c 	ps3av_set_hdr(PS3AV_CID_AV_VIDEO_CS, sizeof(*av_video_cs),
av_video_cs       342 drivers/ps3/ps3av_cmd.c 		      &av_video_cs->send_hdr);
av_video_cs       343 drivers/ps3/ps3av_cmd.c 	av_video_cs->avport = avport;
av_video_cs       345 drivers/ps3/ps3av_cmd.c 	av_video_cs->av_vid = ps3av_vid_video2av(video_vid);
av_video_cs       346 drivers/ps3/ps3av_cmd.c 	av_video_cs->av_cs_out = ps3av_cs_video2av(cs_out);
av_video_cs       348 drivers/ps3/ps3av_cmd.c 	av_video_cs->av_cs_in = ps3av_cs_video2av(PS3AV_CMD_VIDEO_CS_RGB_8);
av_video_cs       349 drivers/ps3/ps3av_cmd.c 	av_video_cs->bitlen_out = ps3av_cs_video2av_bitlen(cs_out);
av_video_cs       351 drivers/ps3/ps3av_cmd.c 		av_video_cs->super_white = PS3AV_CMD_AV_SUPER_WHITE_ON;
av_video_cs       353 drivers/ps3/ps3av_cmd.c 		av_video_cs->super_white = PS3AV_CMD_AV_SUPER_WHITE_OFF;
av_video_cs       354 drivers/ps3/ps3av_cmd.c 	av_video_cs->aspect = aspect;
av_video_cs       356 drivers/ps3/ps3av_cmd.c 		av_video_cs->dither = PS3AV_CMD_AV_DITHER_ON
av_video_cs       360 drivers/ps3/ps3av_cmd.c 		av_video_cs->dither = PS3AV_CMD_AV_DITHER_OFF;
av_video_cs       363 drivers/ps3/ps3av_cmd.c 	return sizeof(*av_video_cs);