Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp116 SWVENC_CALLBACK callBackInfo; in component_init() local
152 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init()
153 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init()
154 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init()
155 callBackInfo.p_client = (void*)this; in component_init()
157 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()