Home
last modified time | relevance | path

Searched refs:off_s (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
160 off_s = hw_info->reg_start * sizeof(u32); in jpgdec_extract_task_msg()
163 off_s, off_e); in jpgdec_extract_task_msg()
175 off_s = hw_info->reg_start * 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
182 off_s = hw_info->reg_start * sizeof(u32); in vepu_extract_task_msg()
185 off_s, off_e); in vepu_extract_task_msg()
197 off_s = hw_info->reg_start * 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
263 off_s = hw_info->reg_start * sizeof(u32); in vdpu_extract_task_msg()
266 off_s, off_e); in vdpu_extract_task_msg()
278 off_s = hw_info->reg_start * 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
306 off_s = hw_info->reg_start * sizeof(u32); in vdpu_extract_task_msg()
309 off_s, off_e); in vdpu_extract_task_msg()
321 off_s = hw_info->reg_start * 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
231 off_s = hw_info->reg_start * sizeof(u32); in vepu_extract_task_msg()
234 off_s, off_e); in vepu_extract_task_msg()
246 off_s = hw_info->reg_start * 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
769 off_s = hw_info->reg_start * sizeof(u32); in rkvdec_extract_task_msg()
772 off_s, off_e); in rkvdec_extract_task_msg()
784 off_s = hw_info->reg_start * 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
147 off_s = hw_info->reg_start * 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
1865 if ((req_off + req->size) < off_s) { in mpp_check_req()
1867 req_off, req->size, off_s); in mpp_check_req()