/Linux-v4.19/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 …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | saa6752hs.c | 104 enum saa6752hs_videoformat video_format; member 447 set_reg8(client, 0x41, h->video_format); in saa6752hs_init() 567 if (h->video_format == SAA6752HS_VF_UNKNOWN) in saa6752hs_get_fmt() 568 h->video_format = SAA6752HS_VF_D1; in saa6752hs_get_fmt() 569 f->width = v4l2_format_table[h->video_format].fmt.pix.width; in saa6752hs_get_fmt() 570 f->height = v4l2_format_table[h->video_format].fmt.pix.height; in saa6752hs_get_fmt() 630 h->video_format = SAA6752HS_VF_D1; in saa6752hs_set_fmt() 632 h->video_format = SAA6752HS_VF_2_3_D1; in saa6752hs_set_fmt() 634 h->video_format = SAA6752HS_VF_1_2_D1; in saa6752hs_set_fmt() 636 h->video_format = SAA6752HS_VF_SIF; in saa6752hs_set_fmt()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_mem_input_v.c | 440 uint8_t video_format; in program_pixel_format() local 448 video_format = 2; in program_pixel_format() 451 video_format = 3; in program_pixel_format() 454 video_format = 0; in program_pixel_format() 460 video_format, in program_pixel_format()
|
/Linux-v4.19/Documentation/media/ |
D | video.h.rst.exceptions | 31 replace typedef video_format_t :c:type:`video_format`
|
/Linux-v4.19/include/uapi/linux/dvb/ |
D | video.h | 140 video_format_t video_format; /* current aspect ratio of stream*/ member
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-get-status.rst | 64 video_format_t video_format; /* current aspect ratio of stream*/
|
D | video_types.rst | 190 video_format_t video_format; /* current aspect ratio of stream */ 199 demultiplexer or from memory. The video_format indicates the aspect
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi4_core.c | 313 struct hdmi_video_format video_format; in hdmi4_configure() local 320 hdmi_wp_init_vid_fmt_timings(&video_format, &vm, cfg); in hdmi4_configure() 325 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi4_configure() 327 hdmi_wp_video_config_format(wp, &video_format); in hdmi4_configure()
|
D | hdmi5_core.c | 612 struct hdmi_video_format video_format; in hdmi5_configure() local 619 hdmi_wp_init_vid_fmt_timings(&video_format, &vm, cfg); in hdmi5_configure() 624 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure() 626 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi4_core.c | 314 struct hdmi_video_format video_format; in hdmi4_configure() local 321 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi4_configure() 326 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi4_configure() 328 hdmi_wp_video_config_format(wp, &video_format); in hdmi4_configure()
|
D | hdmi5_core.c | 604 struct hdmi_video_format video_format; in hdmi5_configure() local 611 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi5_configure() 616 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure() 618 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | dvb_filter.h | 157 u32 video_format; member
|
D | av7110.c | 535 av7110->videostate.video_format = VIDEO_FORMAT_16_9; in gpioirq() 540 av7110->videostate.video_format = VIDEO_FORMAT_221_1; in gpioirq() 545 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in gpioirq()
|
D | av7110_av.c | 1582 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in av7110_av_register()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ps3av.h | 566 u32 video_format; /* in: input frame buffer format */ member 577 u32 video_format; /* in: frame buffer format */ member
|
/Linux-v4.19/include/drm/bridge/ |
D | mhl.h | 373 enum mhl3_video_format video_format; member
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-api.c | 254 port->video_format = 0; in saa7164_api_get_encoder() 270 EU_VIDEO_FORMAT_CONTROL, sizeof(u8), &port->video_format); in saa7164_api_get_encoder() 299 dprintk(DBGLVL_ENC, "video_format = %d\n", port->video_format); in saa7164_api_get_encoder()
|
D | saa7164.h | 389 u8 video_format; member
|
D | saa7164-encoder.c | 1035 port->video_format = EU_VIDEO_FORMAT_MPEG_2; in saa7164_encoder_register()
|
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | sil-sii8620.c | 1076 ptr[7] = frame->video_format & 0x3; in mhl3_infoframe_pack()
|