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

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 295 OMX_PRIORITYMGMTTYPE m_prio_mgmt; ///< priority management member in class:omx_swvdec
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec.h 285 OMX_PRIORITYMGMTTYPE m_prio_mgmt; ///< priority management member in class:omx_swvdec
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 99 memset(&m_prio_mgmt, 0, sizeof(m_prio_mgmt));
586 memcpy(p_prio_mgmt, &m_prio_mgmt, sizeof(OMX_PRIORITYMGMTTYPE));
820 memcpy(&m_prio_mgmt, p_prio_mgmt, sizeof(OMX_PRIORITYMGMTTYPE));
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp 108 memset(&m_prio_mgmt, 0, sizeof(m_prio_mgmt));
610 memcpy(p_prio_mgmt, &m_prio_mgmt, sizeof(OMX_PRIORITYMGMTTYPE));
857 memcpy(&m_prio_mgmt, p_prio_mgmt, sizeof(OMX_PRIORITYMGMTTYPE));
    [all...]

Completed in 237 milliseconds