Searched refs:p_event_info (Results 1 – 2 of 2) sorted by relevance
114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) in push() argument122 m_queue[m_index_write] = *p_event_info; in push()145 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) in pop() argument153 *p_event_info = m_queue[m_index_read]; in pop()
111 bool push(OMX_SWVDEC_EVENT_INFO *p_event_info);112 bool pop(OMX_SWVDEC_EVENT_INFO *p_event_info);