Searched refs:mpctl_obj (Results 1 – 3 of 3) sorted by relevance
1128 static struct mpctl_stats mpctl_obj; variable
1189 static struct mpctl_stats mpctl_obj; variable
13280 struct omx_vdec::perf_control::mpctl_stats omx_vdec::perf_control::mpctl_obj = {0, 0, 0}; member in omx_vdec::perf_control13297 mpctl_obj.vid_inst_count++; in send_hint_to_mpctl()13299 mpctl_obj.vid_inst_count--; in send_hint_to_mpctl()13302 if (m_perf_lock_acquire && mpctl_obj.vid_inst_count == 1 && mpctl_obj.vid_acquired == false) { in send_hint_to_mpctl()13303 mpctl_obj.vid_disp_handle = m_perf_lock_acquire(0, 0, &arg, sizeof(arg) / sizeof(int)); in send_hint_to_mpctl()13304 mpctl_obj.vid_acquired = true; in send_hint_to_mpctl()13306 …} else if (m_perf_lock_release && (mpctl_obj.vid_inst_count == 0 || mpctl_obj.vid_inst_count > 1) … in send_hint_to_mpctl()13307 m_perf_lock_release(mpctl_obj.vid_disp_handle); in send_hint_to_mpctl()13308 mpctl_obj.vid_acquired = false; in send_hint_to_mpctl()