Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.c22 hdmi_video_def g_vesa_video_codes_des[VESA_VIDEO_CODE_MAX] = {
87 hdmi_video_def g_cea_video_codes_des[CEA_VIDEO_CODE_MAX] = {
194 hdmi_video_def *video_id = &g_cea_video_codes_des[0]; in drv_hdmi_vic_search()
222 hdmi_video_def *video_id = &g_cea_video_codes_des[0]; in drv_hdmi_vic_to_index()
280 hdmi_video_def *drv_hdmi_comm_format_param_get(hdmi_video_code_vic vic) in drv_hdmi_comm_format_param_get()
283 hdmi_video_def *tmp_fmt = HI_NULL; in drv_hdmi_comm_format_param_get()
297 hdmi_video_def *drv_hdmi_vesa_format_param_get(hdmi_video_timing timing) in drv_hdmi_vesa_format_param_get()
300 hdmi_video_def *tmp_fmt = HI_NULL; in drv_hdmi_vesa_format_param_get()
Ddrv_hdmi_frl.c137 static hdmi_video_def *frl_get_format_param(hdmi_video_timing timing, in frl_get_format_param()
141 hdmi_video_def *tmp_fmt = HI_NULL; in frl_get_format_param()
204 const hdmi_app_attr *app_attr, const hdmi_video_def *video_def) in frl_dfm_construct()
373 hdmi_video_def *video_def = HI_NULL; in frl_check_format()
1127 hdmi_video_def *video_def = HI_NULL; in dfm_calculate()
Ddrv_hdmi_common.h1078 } hdmi_video_def; typedef
1357 hdmi_video_def *drv_hdmi_comm_format_param_get(hdmi_video_code_vic vic);
1360 hdmi_video_def *drv_hdmi_vesa_format_param_get(hdmi_video_timing timing);
Ddrv_hdmi_proc.c794 hdmi_video_def *video = HI_NULL; in proc_vic_timing()