Home
last modified time | relevance | path

Searched refs:video_format (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/ps3/
Dps3av_cmd.c407 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/
Dsaa6752hs.c104 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/
Ddce110_mem_input_v.c440 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/
Dvideo.h.rst.exceptions31 replace typedef video_format_t :c:type:`video_format`
/Linux-v4.19/include/uapi/linux/dvb/
Dvideo.h140 video_format_t video_format; /* current aspect ratio of stream*/ member
/Linux-v4.19/Documentation/media/uapi/dvb/
Dvideo-get-status.rst64 video_format_t video_format; /* current aspect ratio of stream*/
Dvideo_types.rst190 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/
Dhdmi4_core.c313 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()
Dhdmi5_core.c612 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/
Dhdmi4_core.c314 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()
Dhdmi5_core.c604 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/
Ddvb_filter.h157 u32 video_format; member
Dav7110.c535 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()
Dav7110_av.c1582 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in av7110_av_register()
/Linux-v4.19/arch/powerpc/include/asm/
Dps3av.h566 u32 video_format; /* in: input frame buffer format */ member
577 u32 video_format; /* in: frame buffer format */ member
/Linux-v4.19/include/drm/bridge/
Dmhl.h373 enum mhl3_video_format video_format; member
/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-api.c254 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()
Dsaa7164.h389 u8 video_format; member
Dsaa7164-encoder.c1035 port->video_format = EU_VIDEO_FORMAT_MPEG_2; in saa7164_encoder_register()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dsil-sii8620.c1076 ptr[7] = frame->video_format & 0x3; in mhl3_infoframe_pack()