Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_jpgdec.c152 u32 off_s, off_e; in jpgdec_extract_task_msg() local
161 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
163 off_s, off_e); in jpgdec_extract_task_msg()
176 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg()
178 off_s, off_e); in jpgdec_extract_task_msg()
H A Dmpp_vepu1.c174 u32 off_s, off_e; in vepu_extract_task_msg() local
183 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
185 off_s, off_e); in vepu_extract_task_msg()
198 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
200 off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_vdpu2.c255 u32 off_s, off_e; in vdpu_extract_task_msg() local
264 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
266 off_s, off_e); in vdpu_extract_task_msg()
279 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
281 off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_vdpu1.c298 u32 off_s, off_e; in vdpu_extract_task_msg() local
307 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
309 off_s, off_e); in vdpu_extract_task_msg()
322 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg()
324 off_s, off_e); in vdpu_extract_task_msg()
H A Dmpp_vepu2.c223 u32 off_s, off_e; in vepu_extract_task_msg() local
232 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
234 off_s, off_e); in vepu_extract_task_msg()
247 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg()
249 off_s, off_e); in vepu_extract_task_msg()
H A Dmpp_rkvdec.c761 u32 off_s, off_e; in rkvdec_extract_task_msg() local
770 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
772 off_s, off_e); in rkvdec_extract_task_msg()
785 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg()
787 off_s, off_e); in rkvdec_extract_task_msg()
H A Dmpp_rkvdec2.c139 u32 off_s, off_e; in rkvdec2_extract_task_msg() local
148 off_e = hw_info->reg_end * sizeof(u32); in rkvdec2_extract_task_msg()
149 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec2_extract_task_msg()
H A Dmpp_common.h665 int max_size, u32 off_s, u32 off_e);
H A Dmpp_common.c1855 int max_size, u32 off_s, u32 off_e) in mpp_check_req() argument
1870 if (max_size < off_e) { in mpp_check_req()
1872 off_e, max_size); in mpp_check_req()