Home
last modified time | relevance | path

Searched refs:p_cmp (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h425 static void async_thread(void *p_cmp);
431 static void async_process_event(void *p_cmp);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4656 void omx_swvdec::async_thread(void *p_cmp) in async_thread() argument
4658 if (p_cmp == NULL) in async_thread()
4664 omx_swvdec *p_omx_swvdec = (omx_swvdec *) p_cmp; in async_thread()
4681 p_omx_swvdec->async_process_event(p_cmp); in async_thread()
4693 void omx_swvdec::async_process_event(void *p_cmp) in async_process_event() argument
4701 if (p_cmp == NULL) in async_process_event()
4707 p_omx_swvdec = (omx_swvdec *) p_cmp; in async_process_event()