Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1128 static struct mpctl_stats mpctl_obj; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1189 static struct mpctl_stats mpctl_obj; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp13280 struct omx_vdec::perf_control::mpctl_stats omx_vdec::perf_control::mpctl_obj = {0, 0, 0}; member in omx_vdec::perf_control
13297 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()