Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ps3/
A Dps3av_cmd.c395 video_mode->video_format = ps3av_video_fmt_table[video_fmt].format; in ps3av_cmd_set_video_mode()
405 video_mode->video_format, video_mode->video_order); in ps3av_cmd_set_video_mode()
412 struct ps3av_pkt_video_format video_format; in ps3av_cmd_video_format_black() local
414 memset(&video_format, 0, sizeof(video_format)); in ps3av_cmd_video_format_black()
415 video_format.video_head = head; in ps3av_cmd_video_format_black()
417 video_format.video_format = PS3AV_CMD_VIDEO_FORMAT_BLACK; in ps3av_cmd_video_format_black()
419 video_format.video_format = in ps3av_cmd_video_format_black()
421 video_format.video_order = ps3av_video_fmt_table[video_fmt].order; in ps3av_cmd_video_format_black()
423 res = ps3av_do_pkt(PS3AV_CID_VIDEO_FORMAT, sizeof(video_format), in ps3av_cmd_video_format_black()
424 sizeof(video_format), &video_format.send_hdr); in ps3av_cmd_video_format_black()
[all …]
/linux-6.3-rc2/drivers/media/i2c/
A Dsaa6752hs.c92 enum saa6752hs_videoformat video_format; member
435 set_reg8(client, 0x41, h->video_format); in saa6752hs_init()
555 if (h->video_format == SAA6752HS_VF_UNKNOWN) in saa6752hs_get_fmt()
556 h->video_format = SAA6752HS_VF_D1; in saa6752hs_get_fmt()
557 f->width = v4l2_format_table[h->video_format].fmt.pix.width; in saa6752hs_get_fmt()
558 f->height = v4l2_format_table[h->video_format].fmt.pix.height; in saa6752hs_get_fmt()
618 h->video_format = SAA6752HS_VF_D1; in saa6752hs_set_fmt()
620 h->video_format = SAA6752HS_VF_2_3_D1; in saa6752hs_set_fmt()
622 h->video_format = SAA6752HS_VF_1_2_D1; in saa6752hs_set_fmt()
624 h->video_format = SAA6752HS_VF_SIF; in saa6752hs_set_fmt()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_mem_input_v.c442 uint8_t video_format; in program_pixel_format() local
450 video_format = 2; in program_pixel_format()
453 video_format = 3; in program_pixel_format()
456 video_format = 0; in program_pixel_format()
462 video_format, in program_pixel_format()
/linux-6.3-rc2/include/uapi/linux/dvb/
A Dvideo.h127 video_format_t video_format; /* current aspect ratio of stream*/ member
/linux-6.3-rc2/drivers/staging/media/av7110/
A Dvideo-get-status.rst63 video_format_t video_format; /* current aspect ratio of stream*/
A Ddvb_filter.h157 u32 video_format; member
A Dvideo_types.rst190 video_format_t video_format; /* current aspect ratio of stream */
199 demultiplexer or from memory. The video_format indicates the aspect
A Dav7110.c518 av7110->videostate.video_format = VIDEO_FORMAT_16_9; in gpioirq()
523 av7110->videostate.video_format = VIDEO_FORMAT_221_1; in gpioirq()
528 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in gpioirq()
A Dav7110_av.c1625 av7110->videostate.video_format = VIDEO_FORMAT_4_3; in av7110_av_register()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Dhdmi4_core.c261 struct hdmi_video_format video_format; in hdmi4_configure() local
268 hdmi_wp_init_vid_fmt_timings(&video_format, &vm, cfg); in hdmi4_configure()
273 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi4_configure()
275 hdmi_wp_video_config_format(wp, &video_format); in hdmi4_configure()
A Dhdmi5_core.c569 struct hdmi_video_format video_format; in hdmi5_configure() local
587 hdmi_wp_init_vid_fmt_timings(&video_format, &vm, cfg); in hdmi5_configure()
592 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure()
594 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi4_core.c303 struct hdmi_video_format video_format; in hdmi4_configure() local
310 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi4_configure()
315 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi4_configure()
317 hdmi_wp_video_config_format(wp, &video_format); in hdmi4_configure()
A Dhdmi5_core.c591 struct hdmi_video_format video_format; in hdmi5_configure() local
598 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi5_configure()
603 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure()
605 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dps3av.h554 u32 video_format; /* in: input frame buffer format */ member
565 u32 video_format; /* in: frame buffer format */ member
/linux-6.3-rc2/drivers/media/platform/allegro-dvt/
A Dnal-h264.h55 unsigned int video_format; member
A Dnal-hevc.h151 unsigned int video_format; member
A Dnal-h264.c148 rbsp_bits(rbsp, 3, &vui->video_format); in nal_h264_rbsp_vui_parameters()
A Dnal-hevc.c287 rbsp_bits(rbsp, 3, &vui->video_format); in nal_hevc_rbsp_vui_parameters()
A Dallegro-core.c1625 sps->vui.video_format = 5; /* unspecified */ in allegro_h264_write_sps()
1825 vui->video_format = 5; /* unspecified */ in allegro_hevc_write_sps()
/linux-6.3-rc2/include/drm/bridge/
A Dmhl.h370 enum mhl3_video_format video_format; member
/linux-6.3-rc2/drivers/media/pci/saa7164/
A Dsaa7164-api.c244 port->video_format = 0; in saa7164_api_get_encoder()
260 EU_VIDEO_FORMAT_CONTROL, sizeof(u8), &port->video_format); in saa7164_api_get_encoder()
289 dprintk(DBGLVL_ENC, "video_format = %d\n", port->video_format); in saa7164_api_get_encoder()
A Dsaa7164.h379 u8 video_format; member
A Dsaa7164-encoder.c1018 port->video_format = EU_VIDEO_FORMAT_MPEG_2; in saa7164_encoder_register()
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dsil-sii8620.c1074 ptr[7] = frame->video_format & 0x3; in mhl3_infoframe_pack()

Completed in 67 milliseconds