Searched refs:m_callback (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 97 memset(&m_callback, 0, sizeof(m_callback)); in omx_swvdec() 2126 m_callback = *p_callbacks; in set_callbacks() 4932 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4955 m_callback.EventHandler(&m_cmp, in async_process_event_cmd_ack() 4993 m_callback.EventHandler(&m_cmp, in async_process_event_error() 5538 m_callback.EmptyBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_ebd() 5622 m_callback.FillBufferDone(&m_cmp, m_app_data, p_buffer_hdr); in async_process_event_fbd() 5645 m_callback.EventHandler(&m_cmp, in async_process_event_eos() 5826 m_callback.EventHandler(&m_cmp, in async_process_event_port_reconfig()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 292 OMX_CALLBACKTYPE m_callback; ///< IL client callback structure variable
|