Searched defs:p_event_info (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp109 * @param[in] p_event_info: Pointer to event information structure.
114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) argument
122 m_queue[m_index_write] = *p_event_info;
140 * @param[in,out] p_event_info: Pointer to event information structure.
145 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) argument
153 *p_event_info = m_queue[m_index_read];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp109 * @param[in] p_event_info: Pointer to event information structure.
111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info) argument
115 m_queue.push(*p_event_info);
123 * @param[in,out] p_event_info: Pointer to event information structure.
128 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info) argument
140 *p_event_info = m_queue.front();

Completed in 286 milliseconds