Home
last modified time | relevance | path

Searched refs:hdmi_video_dither (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_ctrl.h83 hdmi_video_dither dither_mode;
196 hi_void hal_hdmi_ctrl_dither_dbg_set(hdmi_device_id hdmi, hdmi_video_dither dither_mode);
Dhdmi_hal_ctrl.c505 static hi_void ctrl_video_path_dither_set(hi_bool enable, hdmi_video_dither dither_mode) in ctrl_video_path_dither_set()
813 static hi_s32 ctrl_video_path_dither_get(hi_bool *enable, hdmi_video_dither *dither_mode) in ctrl_video_path_dither_get()
1480 hdmi_video_dither dither_mode = HDMI_VIDEO_DITHER_DISABLE; in ctrl_video_dither_set()
2082 hi_void hal_hdmi_ctrl_dither_dbg_set(hdmi_device_id hdmi, hdmi_video_dither dither_mode) in hal_hdmi_ctrl_dither_dbg_set()
Dhdmi_hal_intf.c609 hal_hdmi_ctrl_dither_dbg_set(hal->hal_ctx.hdmi_id, *(hdmi_video_dither *)data); in hal_hdmi_debug()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h536 } hdmi_video_dither; typedef
905 hdmi_video_dither dither;
Ddrv_hdmi_debug.c1073 hdmi_video_dither dither_mode = HDMI_VIDEO_DITHER_DISABLE; in debug_dither()