Searched refs:callBackInfo (Results 1 – 1 of 1) sorted by relevance
116 SWVENC_CALLBACK callBackInfo; in component_init() local152 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()