Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c818 unsigned int offset_x_equ_uv; in iep_config_src_addr() local
847 offset_x_equ_uv = iep_msg->src.x_off + 1; in iep_config_src_addr()
849 offset_x_equ_uv = iep_msg->src.x_off; in iep_config_src_addr()
851 offset_x_u_byte = offset_x_equ_uv / 2; in iep_config_src_addr()
852 offset_x_v_byte = offset_x_equ_uv / 2; in iep_config_src_addr()
1050 unsigned int offset_x_equ_uv; in iep_config_dst_addr() local
1079 offset_x_equ_uv = iep_msg->dst.x_off + 1; in iep_config_dst_addr()
1081 offset_x_equ_uv = iep_msg->dst.x_off; in iep_config_dst_addr()
1083 offset_x_u_byte = offset_x_equ_uv / 2; in iep_config_dst_addr()
1084 offset_x_v_byte = offset_x_equ_uv / 2; in iep_config_dst_addr()