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
13254 struct omx_vdec::perf_control::mpctl_stats omx_vdec::perf_control::mpctl_obj = {0, 0, 0}; member in omx_vdec::perf_control13271 mpctl_obj.vid_inst_count++; in send_hint_to_mpctl()13273 mpctl_obj.vid_inst_count--; in send_hint_to_mpctl()13276 if (m_perf_lock_acquire && mpctl_obj.vid_inst_count == 1 && mpctl_obj.vid_acquired == false) { in send_hint_to_mpctl()13277 mpctl_obj.vid_disp_handle = m_perf_lock_acquire(0, 0, &arg, sizeof(arg) / sizeof(int)); in send_hint_to_mpctl()13278 mpctl_obj.vid_acquired = true; in send_hint_to_mpctl()13280 …} else if (m_perf_lock_release && (mpctl_obj.vid_inst_count == 0 || mpctl_obj.vid_inst_count > 1) … in send_hint_to_mpctl()13281 m_perf_lock_release(mpctl_obj.vid_disp_handle); in send_hint_to_mpctl()13282 mpctl_obj.vid_acquired = false; in send_hint_to_mpctl()