Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_mpeg4.h87 void *p_client
97 void *p_client
103 void *p_client
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp155 callBackInfo.p_client = (void*)this; in component_init()
2383 void *p_client in swvenc_empty_buffer_done_cb() argument
2390 omx_venc *omx = reinterpret_cast<omx_venc*>(p_client); in swvenc_empty_buffer_done_cb()
2463 void *p_client in swvenc_fill_buffer_done_cb() argument
2471 omx_video *omx = reinterpret_cast<omx_video*>(p_client); in swvenc_fill_buffer_done_cb()
2542 void *p_client in swvenc_handle_event_cb() argument
2548 omx_video *omx = reinterpret_cast<omx_video*>(p_client); in swvenc_handle_event_cb()
2554 if (omx == NULL || p_client == NULL) in swvenc_handle_event_cb()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp210 callback.p_client = this; in component_init()