Searched refs:video_format (Results 1 – 11 of 11) sorted by relevance
/drivers/ps3/ |
D | ps3av_cmd.c | 407 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format; in ps3av_cmd_set_video_mode() 417 video_mode->video_format, video_mode->video_order); in ps3av_cmd_set_video_mode() 424 struct ps3av_pkt_video_format video_format; in ps3av_cmd_video_format_black() local 426 memset(&video_format, 0, sizeof(video_format)); in ps3av_cmd_video_format_black() 427 video_format.video_head = head; in ps3av_cmd_video_format_black() 429 video_format.video_format = PS3AV_CMD_VIDEO_FORMAT_BLACK; in ps3av_cmd_video_format_black() 431 video_format.video_format = in ps3av_cmd_video_format_black() 433 video_format.video_order = ps3av_video_fmt_table[video_fmt].order; in ps3av_cmd_video_format_black() 435 res = ps3av_do_pkt(PS3AV_CID_VIDEO_FORMAT, sizeof(video_format), in ps3av_cmd_video_format_black() 436 sizeof(video_format), &video_format.send_hdr); in ps3av_cmd_video_format_black() [all …]
|
/drivers/media/i2c/ |
D | saa6752hs.c | 104 enum saa6752hs_videoformat video_format; member 447 set_reg8(client, 0x41, h->video_format); in saa6752hs_init() 561 if (h->video_format == SAA6752HS_VF_UNKNOWN) in saa6752hs_g_mbus_fmt() 562 h->video_format = SAA6752HS_VF_D1; in saa6752hs_g_mbus_fmt() 563 f->width = v4l2_format_table[h->video_format].fmt.pix.width; in saa6752hs_g_mbus_fmt() 564 f->height = v4l2_format_table[h->video_format].fmt.pix.height; in saa6752hs_g_mbus_fmt() 619 h->video_format = SAA6752HS_VF_D1; in saa6752hs_s_mbus_fmt() 621 h->video_format = SAA6752HS_VF_2_3_D1; in saa6752hs_s_mbus_fmt() 623 h->video_format = SAA6752HS_VF_1_2_D1; in saa6752hs_s_mbus_fmt() 625 h->video_format = SAA6752HS_VF_SIF; in saa6752hs_s_mbus_fmt()
|
/drivers/video/fbdev/omap2/dss/ |
D | hdmi4_core.c | 316 struct hdmi_video_format video_format; in hdmi4_configure() local 323 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi4_configure() 328 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi4_configure() 330 hdmi_wp_video_config_format(wp, &video_format); in hdmi4_configure()
|
D | hdmi5_core.c | 606 struct hdmi_video_format video_format; in hdmi5_configure() local 613 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi5_configure() 618 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure() 620 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
|
/drivers/media/dvb-core/ |
D | dvb_filter.h | 161 u32 video_format; member
|
D | dvb_filter.c | 253 vi->video_format = form;
|
/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 258 port->video_format = 0; in saa7164_api_get_encoder() 274 EU_VIDEO_FORMAT_CONTROL, sizeof(u8), &port->video_format); in saa7164_api_get_encoder() 303 dprintk(DBGLVL_ENC, "video_format = %d\n", port->video_format); in saa7164_api_get_encoder()
|
D | saa7164.h | 387 u8 video_format; member
|
D | saa7164-encoder.c | 1380 port->video_format = EU_VIDEO_FORMAT_MPEG_2; in saa7164_encoder_register()
|
/drivers/media/pci/ttpci/ |
D | av7110.c | 551 av7110->videostate.video_format = VIDEO_FORMAT_16_9; in gpioirq() 556 av7110->videostate.video_format = VIDEO_FORMAT_221_1; in gpioirq() 561 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in gpioirq()
|
D | av7110_av.c | 1580 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in av7110_av_register()
|