Home
last modified time | relevance | path

Searched refs:m_sParamHEVC (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_hevc.cpp131 OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE); in component_init()
132 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
133 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel3; in component_init()
590 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in set_parameter()
591 m_sParamHEVC.eLevel = pParam->eLevel; in set_parameter()
788 if (m_sParamHEVC.eProfile != OMX_VIDEO_HEVCProfileMain) in update_profile_level()
801 if (m_sParamHEVC.eLevel == OMX_VIDEO_HEVCMainTierLevel1) in update_profile_level()
805 else if (m_sParamHEVC.eLevel == OMX_VIDEO_HEVCMainTierLevel2) in update_profile_level()
809 else if (m_sParamHEVC.eLevel == OMX_VIDEO_HEVCMainTierLevel21) in update_profile_level()
813 else if (m_sParamHEVC.eLevel == OMX_VIDEO_HEVCMainTierLevel3) in update_profile_level()
Domx_video_encoder.cpp528 OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE); in component_init()
529 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
530 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
531 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel1; in component_init()
974 memcpy(&m_sParamHEVC, pParam, sizeof(struct OMX_VIDEO_PARAM_HEVCTYPE)); in set_parameter()
1024m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter()
1025 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)m_sParamProfileLevel.eLevel; in set_parameter()
1026 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile, in set_parameter()
1027 m_sParamHEVC.eLevel); in set_parameter()
1739 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile; in update_profile_level()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp451 OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE); in component_init()
452 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
453 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
454 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel1; in component_init()
924 memcpy(&m_sParamHEVC, pParam, sizeof(struct OMX_VIDEO_PARAM_HEVCTYPE)); in set_parameter()
974m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter()
975 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)m_sParamProfileLevel.eLevel; in set_parameter()
976 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile, in set_parameter()
977 m_sParamHEVC.eLevel); in set_parameter()
1577 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile; in update_profile_level()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp543 OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE); in component_init()
544 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
545 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
546 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel1; in component_init()
1019 memcpy(&m_sParamHEVC, pParam, sizeof(struct OMX_VIDEO_PARAM_HEVCTYPE)); in set_parameter()
1069m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter()
1070 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)m_sParamProfileLevel.eLevel; in set_parameter()
1071 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile, in set_parameter()
1072 m_sParamHEVC.eLevel); in set_parameter()
1860 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile; in update_profile_level()
[all …]
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp583 OMX_INIT_STRUCT(&m_sParamHEVC, OMX_VIDEO_PARAM_HEVCTYPE); in component_init()
584 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
585 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
586 m_sParamHEVC.eLevel = OMX_VIDEO_HEVCMainTierLevel1; in component_init()
1026 memcpy(&m_sParamHEVC, pParam, sizeof(struct OMX_VIDEO_PARAM_HEVCTYPE)); in set_parameter()
1088m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)m_sParamProfileLevel.eProfile; in set_parameter()
1089 m_sParamHEVC.eLevel = (OMX_VIDEO_HEVCLEVELTYPE)m_sParamProfileLevel.eLevel; in set_parameter()
1090 DEBUG_PRINT_LOW("HEVC profile = %d, level = %d", m_sParamHEVC.eProfile, in set_parameter()
1091 m_sParamHEVC.eLevel); in set_parameter()
1891 m_sParamHEVC.eProfile = (OMX_VIDEO_HEVCPROFILETYPE)eProfile; in update_profile_level()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h595 OMX_VIDEO_PARAM_HEVCTYPE m_sParamHEVC; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h619 OMX_VIDEO_PARAM_HEVCTYPE m_sParamHEVC; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h630 OMX_VIDEO_PARAM_HEVCTYPE m_sParamHEVC; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h689 OMX_VIDEO_PARAM_HEVCTYPE m_sParamHEVC; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h679 OMX_VIDEO_PARAM_HEVCTYPE m_sParamHEVC; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp1701 memcpy(pParam, &m_sParamHEVC, sizeof(m_sParamHEVC)); in get_parameter()