Searched refs:video_format (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/ps3/ |
| H A D | ps3av_cmd.c | 395 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/include/uapi/linux/dvb/ |
| H A D | video.h | 127 video_format_t video_format; /* current aspect ratio of stream*/ member
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi4_core.c | 261 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()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi4_core.c | 303 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()
|
| /linux/drivers/staging/media/av7110/ |
| H A D | dvb_filter.h | 153 u32 video_format; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ps3av.h | 554 u32 video_format; /* in: input frame buffer format */ member 565 u32 video_format; /* in: frame buffer format */ member
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | nal-h264.h | 55 unsigned int video_format; member
|
| H A D | nal-hevc.h | 152 unsigned int video_format; member
|
| H A D | nal-h264.c | 148 rbsp_bits(rbsp, 3, &vui->video_format); in nal_h264_rbsp_vui_parameters()
|
| H A D | nal-hevc.c | 287 rbsp_bits(rbsp, 3, &vui->video_format); in nal_hevc_rbsp_vui_parameters()
|
| H A D | allegro-core.c | 1676 sps->vui.video_format = 5; /* unspecified */ in allegro_h264_write_sps() 1876 vui->video_format = 5; /* unspecified */ in allegro_hevc_write_sps()
|
| /linux/include/drm/bridge/ |
| H A D | mhl.h | 370 enum mhl3_video_format video_format; member
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-api.c | 244 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()
|
| H A D | saa7164-encoder.c | 1016 port->video_format = EU_VIDEO_FORMAT_MPEG_2; in saa7164_encoder_register()
|