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

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 405 struct omx_event struct in class:omx_video
414 omx_event m_q[OMX_CORE_CONTROL_CMDQ_SIZE];
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 429 struct omx_event { struct in class:omx_video
436 omx_event m_q[OMX_CORE_CONTROL_CMDQ_SIZE];
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 470 struct omx_event struct in class:omx_vdec
479 omx_event m_q[OMX_CORE_CONTROL_CMDQ_SIZE];
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 472 struct omx_event { struct in class:omx_vdec
479 omx_event m_q[OMX_CORE_CONTROL_CMDQ_SIZE];
    [all...]
omx_vdec.h 537 struct omx_event { struct in class:omx_vdec
544 omx_event m_q[OMX_CORE_CONTROL_CMDQ_SIZE];
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 146 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 141 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 245 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]
omx_vdec_copper.cpp 257 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 243 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]
omx_vdec_msm8974.cpp 348 memset(m_q,0,sizeof(omx_event)*OMX_CORE_CONTROL_CMDQ_SIZE);
    [all...]

Completed in 392 milliseconds