Home
last modified time | relevance | path

Searched refs:m_callBackInfo (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_swvenc_hevc.h104 SWVENC_CALLBACK m_callBackInfo; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp144 m_callBackInfo.FillBufferDone = swvenc_fill_buffer_done_cb; in component_init()
145 m_callBackInfo.EmptyBufferDone = swvenc_input_buffer_done_cb; in component_init()
146 m_callBackInfo.HandleEvent = swvenc_handle_event_cb; in component_init()
147 m_callBackInfo.pClientHandle = this; in component_init()
148 SWVENC_STATUS sRet = SwVenc_Init(&swVencParameter, &m_callBackInfo, &m_pSwVenc); in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h896 SWVDEC_CALLBACK m_callBackInfo; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1853 m_callBackInfo.FillBufferDone = swvdec_fill_buffer_done_cb; in component_init()
1854 m_callBackInfo.EmptyBufferDone = swvdec_input_buffer_done_cb; in component_init()
1855 m_callBackInfo.HandleEvent = swvdec_handle_event_cb; in component_init()
1856 m_callBackInfo.pClientHandle = this; in component_init()
1857 SWVDEC_STATUS sRet = SwVdec_Init(&sSwVdecParameter, &m_callBackInfo, &m_pSwVdec); in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1876 m_callBackInfo.FillBufferDone = swvdec_fill_buffer_done_cb; in component_init()
1877 m_callBackInfo.EmptyBufferDone = swvdec_input_buffer_done_cb; in component_init()
1878 m_callBackInfo.HandleEvent = swvdec_handle_event_cb; in component_init()
1879 m_callBackInfo.pClientHandle = this; in component_init()
1880 SWVDEC_STATUS sRet = SwVdec_Init(&sSwVdecParameter, &m_callBackInfo, &m_pSwVdec); in component_init()