Searched refs:p_event_info (Results 1 – 4 of 4) sorted by relevance
111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) in push() argument115 m_queue.push(*p_event_info); in push()128 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) in pop() argument140 *p_event_info = m_queue.front(); in pop()
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()
110 void push(OMX_SWVDEC_EVENT_INFO *p_event_info);111 bool pop(OMX_SWVDEC_EVENT_INFO *p_event_info);
111 bool push(OMX_SWVDEC_EVENT_INFO *p_event_info);112 bool pop(OMX_SWVDEC_EVENT_INFO *p_event_info);