/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | media_video_hidl_test_common.h | 34 OMX_VIDEO_AVCPROFILETYPE eProfile, 38 OMX_VIDEO_HEVCPROFILETYPE eProfile, 42 OMX_VIDEO_MPEG4PROFILETYPE eProfile, 46 OMX_VIDEO_H263PROFILETYPE eProfile, 52 OMX_VIDEO_VP8PROFILETYPE eProfile, 56 OMX_VIDEO_VP9PROFILETYPE eProfile,
|
D | media_video_hidl_test_common.cpp | 66 arrProfile->push_back(static_cast<int32_t>(param.eProfile)); in enumerateProfileAndLevel() 102 OMX_VIDEO_AVCPROFILETYPE eProfile, in setupAVCPort() argument 115 param.eProfile = eProfile; in setupAVCPort() 128 OMX_VIDEO_HEVCPROFILETYPE eProfile, in setupHEVCPort() argument 136 (void)eProfile; in setupHEVCPort() 149 OMX_VIDEO_MPEG4PROFILETYPE eProfile, in setupMPEG4Port() argument 166 param.eProfile = eProfile; in setupMPEG4Port() 177 OMX_VIDEO_H263PROFILETYPE eProfile, in setupH263Port() argument 188 param.eProfile = eProfile; in setupH263Port() 227 OMX_VIDEO_VP8PROFILETYPE eProfile, in setupVP8Port() argument [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 813 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) in venc_set_param() 819 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) in venc_set_param() 862 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) in venc_set_param() 891 pParam->eProfile,pParam->eLevel); in venc_set_param() 896 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) in venc_set_param() 899 pParam->eProfile, pParam->eLevel); in venc_set_param() 903 if(pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) in venc_set_param() 996 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1762 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel) in venc_set_profile_level() argument 1769 eProfile, eLevel); in venc_set_profile_level() [all …]
|
D | omx_video_encoder.cpp | 230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 380 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init() 673 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) in set_parameter() 722 if((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)|| in set_parameter() 723 (pParam->eProfile == OMX_VIDEO_AVCProfileMain)) in set_parameter() 777 "Level :%d", pParam->eProfile, pParam->eLevel); in set_parameter() [all …]
|
D | video_encoder_device.cpp | 739 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) in venc_set_param() 746 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) in venc_set_param() 790 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) in venc_set_param() 819 pParam->eProfile,pParam->eLevel); in venc_set_param() 824 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) in venc_set_param() 827 pParam->eProfile, pParam->eLevel); in venc_set_param() 832 if(pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) in venc_set_param() 925 if(!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 1842 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel) in venc_set_profile_level() argument 1850 eProfile, eLevel); in venc_set_profile_level() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 274 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 277 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 280 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 283 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 286 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 389 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 406 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 428 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init() 445 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 453 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init() [all …]
|
D | video_encoder_device.cpp | 867 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 874 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param() 914 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 940 pParam->eProfile,pParam->eLevel); in venc_set_param() 945 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param() 947 pParam->eProfile, pParam->eLevel); in venc_set_param() 953 if (pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) { in venc_set_param() 1038 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 2085 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel) in venc_set_profile_level() argument 2093 eProfile, eLevel); in venc_set_profile_level() [all …]
|
D | video_encoder_device_v4l2.cpp | 1470 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 1474 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param() 1511 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 1537 pParam->eProfile,pParam->eLevel); in venc_set_param() 1542 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param() 1544 pParam->eProfile, pParam->eLevel); in venc_set_param() 1547 if ((pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) && in venc_set_param() 1548 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) OMX_VIDEO_AVCProfileConstrainedBaseline) && in venc_set_param() 1549 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) QOMX_VIDEO_AVCProfileConstrainedBaseline)) { in venc_set_param() 1591 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 353 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 356 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 359 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 362 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 365 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 467 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 484 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 505 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init() 522 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 530 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init() [all …]
|
D | video_encoder_device.cpp | 868 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 875 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param() 915 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 941 pParam->eProfile,pParam->eLevel); in venc_set_param() 946 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param() 948 pParam->eProfile, pParam->eLevel); in venc_set_param() 954 if (pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) { in venc_set_param() 1039 if (!venc_set_profile_level (profile_level->eProfile, in venc_set_param() 2086 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel) in venc_set_profile_level() argument 2094 eProfile, eLevel); in venc_set_profile_level() [all …]
|
D | video_encoder_device_v4l2.cpp | 1784 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 1788 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param() 1825 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 1851 pParam->eProfile,pParam->eLevel); in venc_set_param() 1856 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param() 1858 pParam->eProfile, pParam->eLevel); in venc_set_param() 1861 if ((pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) && in venc_set_param() 1862 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) OMX_VIDEO_AVCProfileConstrainedBaseline) && in venc_set_param() 1863 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) QOMX_VIDEO_AVCProfileConstrainedBaseline)) { in venc_set_param() 1906 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() [all …]
|
D | omx_video_extensions.hpp | 93 setStatus &= vExt.setParamInt32(ext, "profile", m_sParamProfileLevel.eProfile); in get_vendor_extension_config() 199 valueSet |= vExt.readParamInt32(ext, "profile", (OMX_S32 *)&(profileParam.eProfile)); in set_vendor_extension_config() 206 (OMX_U32)profileParam.eProfile, (OMX_U32)profileParam.eLevel); in set_vendor_extension_config()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 364 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init() 367 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init() 370 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 373 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 376 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 482 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init() 499 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init() 520 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init() 537 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 545 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init() [all …]
|
D | video_encoder_device_v4l2.cpp | 2012 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 2016 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param() 2053 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() 2079 pParam->eProfile,pParam->eLevel); in venc_set_param() 2084 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param() 2086 pParam->eProfile, pParam->eLevel); in venc_set_param() 2089 if ((pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) && in venc_set_param() 2090 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) OMX_VIDEO_AVCProfileConstrainedBaseline) && in venc_set_param() 2091 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) QOMX_VIDEO_AVCProfileConstrainedBaseline)) { in venc_set_param() 2134 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 263 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 266 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 269 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 272 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMainStill; in component_init() 384 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init() 401 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 409 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init() 415 m_sParamTME.eProfile = QOMX_VIDEO_TMEProfile0; in component_init() 760 if ((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)|| in set_parameter() 761 (pParam->eProfile == OMX_VIDEO_AVCProfileMain)) { in set_parameter() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 391 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init() 394 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init() 397 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init() 400 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMainStill; in component_init() 513 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileHigh; in component_init() 530 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init() 538 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init() 544 m_sParamTME.eProfile = QOMX_VIDEO_TMEProfile0; in component_init() 908 if ((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)|| in set_parameter() 909 (pParam->eProfile == OMX_VIDEO_AVCProfileMain)|| in set_parameter() [all …]
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | QOMX_VideoExtensions.h | 147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member 195 QOMX_VIDEO_VPPROFILETYPE eProfile; member 271 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
|
/hardware/qcom/sm8150/media/mm-core/inc/ |
D | QOMX_VideoExtensions.h | 147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member 195 QOMX_VIDEO_VPPROFILETYPE eProfile; member 271 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | video_encoder_device.h | 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel); 127 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel); 136 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
|
D | video_encoder_device_copper.h | 191 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel); 237 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel); 245 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | QOMX_VideoExtensions.h | 147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member 195 QOMX_VIDEO_VPPROFILETYPE eProfile; member 271 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
|
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | QOMX_VideoExtensions.h | 147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member 195 QOMX_VIDEO_VPPROFILETYPE eProfile; member 271 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | QOMX_VideoExtensions.h | 147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member 194 QOMX_VIDEO_VPPROFILETYPE eProfile; member 270 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel); 136 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel); 146 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device.h | 74 bool venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel); 136 bool venc_set_profile_level(OMX_U32 eProfile,OMX_U32 eLevel); 146 bool venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel);
|