Home
last modified time | relevance | path

Searched refs:video_status (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_intf.c409 hal_hdmi_ctrl_video_mute_get(hdmi_id, &hw_status->video_status.video_mute); in hal_hdmi_hw_video_status_get()
410 hw_status->video_status.ycbcr2rgb = in hal_hdmi_hw_video_status_get()
412 hw_status->video_status.rgb2ycbcr = in hal_hdmi_hw_video_status_get()
414 hw_status->video_status.ycbcr444_422 = video_stat.y422_enable; in hal_hdmi_hw_video_status_get()
415 hw_status->video_status.ycbcr422_420 = video_stat.y420_enable; in hal_hdmi_hw_video_status_get()
416 hw_status->video_status.ycbcr420_422 = HI_FALSE; // not support in hal_hdmi_hw_video_status_get()
417 hw_status->video_status.ycbcr422_444 = HI_FALSE; // not support in hal_hdmi_hw_video_status_get()
418 hw_status->video_status.in420_ydemux = video_stat.dwsm_vert_enable; in hal_hdmi_hw_video_status_get()
419 hw_status->video_status.out420_ydemux = HI_FALSE; // not support in hal_hdmi_hw_video_status_get()
420 hw_status->video_status.dither = video_stat.dither_mode; in hal_hdmi_hw_video_status_get()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_proc.c702 static hi_void proc_detail_timing(hdmi_proc_entry *file, const hdmi_video_status *video_status) in proc_detail_timing() argument
706 …osal_seq_printf(file, "%-15s: %-20s ", "SyncSwEnable", video_status->sync_sw_enable ? STR_YES : S… in proc_detail_timing()
707 …osal_seq_printf(file, "%-15s: %-20s \n", "HsyncPolarity", video_status->hsync_polarity ? "P" : "N"… in proc_detail_timing()
708 …osal_seq_printf(file, "%-15s: %-20s ", "Progressive", video_status->progressive ? STR_YES : STR_N… in proc_detail_timing()
709 …osal_seq_printf(file, "%-15s: %-20s \n", "VsyncPolarity", video_status->vsync_polarity ? "P" : "N"… in proc_detail_timing()
710 osal_seq_printf(file, "%-15s: %-20u ", "HsyncTotal", video_status->hsync_total); in proc_detail_timing()
711 osal_seq_printf(file, "%-15s: %-20u \n", "HactiveCnt", video_status->hactive_cnt); in proc_detail_timing()
712 osal_seq_printf(file, "%-15s: %-20u ", "VsyncTotal", video_status->vsync_total); in proc_detail_timing()
713 osal_seq_printf(file, "%-15s: %-20u \n", "VactiveCnt", video_status->vactive_cnt); in proc_detail_timing()
759 proc_detail_timing(file, &hw_status.video_status); in proc_hw_status()
[all …]
Ddrv_hdmi_intf.c889 ((!hw_status->video_status.rgb2ycbcr) && (!hw_status->video_status.ycbcr2rgb) &&
890 … (!hw_status->video_status.ycbcr444_422) && (!hw_status->video_status.ycbcr422_420) &&
891 … (!hw_status->video_status.ycbcr422_444) && (!hw_status->video_status.ycbcr420_422)));
893 (is_dolby == HI_TRUE) ? HDMI_COLORSPACE_YCBCR444 : hw_status->video_status.out_color_space;
895 app_attr->out_color_space = hw_status->video_status.out_color_space;
897 …app_attr->deep_color_mode = depth_convert_to_deep_color(hw_status->video_status.out_bit_depth…
915 video_attr->v_sync_pol = hw_status->video_status.v_sync_pol;
916 video_attr->h_sync_pol = hw_status->video_status.h_sync_pol;
917 video_attr->de_pol = hw_status->video_status.de_pol;
919 in_clr_is_rgb = ((hw_status->video_status.rgb2ycbcr) || ((!hw_status->video_status.ycbcr2rgb) &&
[all …]
Ddrv_hdmi_common.h1022 hdmi_video_status video_status; member