Home
last modified time | relevance | path

Searched refs:send_hint_to_mpctl (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h106 void send_hint_to_mpctl(bool state);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_encoder.h102 void send_hint_to_mpctl(bool state);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp81 void omx_venc::perf_control::send_hint_to_mpctl(bool state) in send_hint_to_mpctl() function in omx_venc::perf_control
163 m_perf_control.send_hint_to_mpctl(true); in omx_venc()
169 m_perf_control.send_hint_to_mpctl(false); in ~omx_venc()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp73 void omx_venc::perf_control::send_hint_to_mpctl(bool state) in send_hint_to_mpctl() function in omx_venc::perf_control
158 m_perf_control.send_hint_to_mpctl(true); in omx_venc()
164 m_perf_control.send_hint_to_mpctl(false); in ~omx_venc()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1135 void send_hint_to_mpctl(bool state);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1196 void send_hint_to_mpctl(bool state);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp824 m_perf_control.send_hint_to_mpctl(true); in omx_vdec()
976 m_perf_control.send_hint_to_mpctl(false); in ~omx_vdec()
13284 void omx_vdec::perf_control::send_hint_to_mpctl(bool state) in send_hint_to_mpctl() function in omx_vdec::perf_control