Searched refs:m_callBackInfo (Results 1 – 5 of 5) sorted by relevance
104 SWVENC_CALLBACK m_callBackInfo; variable
144 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()
896 SWVDEC_CALLBACK m_callBackInfo; variable
1853 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()
1876 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()