HomeSort by relevance Sort by last modified time
    Searched refs:OMX_SWVDEC_EVENT_INFO (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 102 } OMX_SWVDEC_EVENT_INFO;
111 bool push(OMX_SWVDEC_EVENT_INFO *p_event_info);
112 bool pop(OMX_SWVDEC_EVENT_INFO *p_event_info);
115 OMX_SWVDEC_EVENT_INFO m_queue[OMX_SWVDEC_QUEUE_ELEMENTS];
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 101 } OMX_SWVDEC_EVENT_INFO;
110 void push(OMX_SWVDEC_EVENT_INFO *p_event_info);
111 bool pop(OMX_SWVDEC_EVENT_INFO *p_event_info);
114 std::queue<OMX_SWVDEC_EVENT_INFO> m_queue; ///< queue
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 111 void omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info)
128 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info)
omx_swvdec.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 114 bool omx_swvdec_queue::push(OMX_SWVDEC_EVENT_INFO *p_event_info)
145 bool omx_swvdec_queue::pop(OMX_SWVDEC_EVENT_INFO *p_event_info)
155 memset(&m_queue[m_index_read], 0, sizeof(OMX_SWVDEC_EVENT_INFO));
omx_swvdec.cpp     [all...]

Completed in 1942 milliseconds