Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_video_table.h66 unsigned char video_format; //B0 0x08/0x09/0x0a/0x0b member
223 .video_format = 0xa0,
305 .video_format = 0xdd,
394 .video_format = 0xa0,
469 .video_format = 0xdd,
561 .video_format = 0xa0,
643 .video_format = 0xdd,
728 .video_format = 0x20,
810 .video_format = 0x20,
892 .video_format = 0x20,
[all …]
/OK3568_Linux_fs/kernel/drivers/ps3/
H 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 …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H 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()
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c76 hdr_static_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame()
123 hdr_dynamic_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A 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()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_hdr_meta_com.h107 RK_U16 video_format; /* video format: H.264, H.265, AVS2 ... */ member
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_hdr_meta_com.h107 RK_U16 video_format; /* video format: H.264, H.265, AVS2 ... */ member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H 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()
H A Dhdmi5_core.c593 struct hdmi_video_format video_format; in hdmi5_configure() local
600 hdmi_wp_init_vid_fmt_timings(&video_format, &video_timing, cfg); in hdmi5_configure()
605 video_format.packing_mode = HDMI_PACK_24b_RGB_YUV444_YUV422; in hdmi5_configure()
607 hdmi_wp_video_config_format(wp, &video_format); in hdmi5_configure()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H 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()
H 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()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp1623 PIXEL_FORMAT_E video_format; in Sample_VO_Demo_Video_Mosaic() local
1631 video_format = testPixelFormat[j].format; in Sample_VO_Demo_Video_Mosaic()
1636 Sample_Print("%s VoDev %u Windows %u video_format %x\n", __func__, VoDev, u32Windows, video_format); in Sample_VO_Demo_Video_Mosaic()
1691 stLayerAttr.enPixFormat = video_format; in Sample_VO_Demo_Video_Mosaic()
1894 PIXEL_FORMAT_E video_format; in Sample_VO_Demo_Alpha() local
1903 video_format = testPixelFormat[j].format; in Sample_VO_Demo_Alpha()
1921 stLayerAttr.enPixFormat = video_format; in Sample_VO_Demo_Alpha()
1936 stLayerAttr.enPixFormat = video_format; in Sample_VO_Demo_Alpha()
2053 PIXEL_FORMAT_E video_format; in Sample_VO_Video_Homologous() local
[all...]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dvideo.h138 video_format_t video_format; /* current aspect ratio of stream*/ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dvideo.h138 video_format_t video_format; /* current aspect ratio of stream*/ member
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dvideo.h142 video_format_t video_format; /* current aspect ratio of stream*/ member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideo.h.rst.exceptions33 replace typedef video_format_t :c:type:`video_format`
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-get-status.rst63 video_format_t video_format; /* current aspect ratio of stream*/
H 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
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dm2vd_syntax.h84 RK_S32 video_format; member
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h52 unsigned int video_format; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dps3av.h554 u32 video_format; /* in: input frame buffer format */ member
565 u32 video_format; /* in: frame buffer format */ member
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Ddvb_filter.h157 u32 video_format; member
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Dmhl.h370 enum mhl3_video_format video_format; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.h131 RK_U32 video_format; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h182 RK_S32 video_format; member

12