Home | History | Annotate | Download | only in src

Lines Matching refs:m_sParamHEVC

447     OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE);
448 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
449 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain;
450 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel1;
881 memcpy(&m_sParamHEVC, pParam, sizeof(struct OMX_VIDEO_PARAM_HEVCTYPE));
930 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile;
931 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)m_sParamProfileLevel.eLevel;
932 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile,
933 m_sParamHEVC.eLevel);
1490 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile;
1491 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)eLevel;
1492 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile,
1493 m_sParamHEVC.eLevel);