Searched refs:callBackInfo (Results 1 – 2 of 2) 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()
138 SWVENC_CALLBACK callBackInfo; in component_init() local174 callBackInfo.pfn_empty_buffer_done = swvenc_empty_buffer_done_cb; in component_init()175 callBackInfo.pfn_fill_buffer_done = swvenc_fill_buffer_done_cb; in component_init()176 callBackInfo.pfn_event_notification = swvenc_handle_event_cb; in component_init()177 callBackInfo.p_client = (void*)this; in component_init()179 SWVENC_STATUS sRet = swvenc_init(&m_hSwVenc, m_codec, &callBackInfo); in component_init()