Home
last modified time | relevance | path

Searched refs:eProfile (Results 1 – 25 of 54) sorted by relevance

123

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp813 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 …]
Domx_video_encoder.cpp230 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 …]
Dvideo_encoder_device.cpp739 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/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp270 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple; in component_init()
273 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline; in component_init()
276 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline; in component_init()
279 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_VP8ProfileMain; in component_init()
282 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_HEVCProfileMain; in component_init()
385 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in component_init()
402 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in component_init()
424 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline; in component_init()
441 m_sParamVP8.eProfile = OMX_VIDEO_VP8ProfileMain; in component_init()
449 m_sParamHEVC.eProfile = OMX_VIDEO_HEVCProfileMain; in component_init()
[all …]
Dvideo_encoder_device.cpp867 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 …]
Dvideo_encoder_device_v4l2.cpp1469 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param()
1473 if (pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple) { in venc_set_param()
1510 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param()
1536 pParam->eProfile,pParam->eLevel); in venc_set_param()
1541 if (!venc_set_profile_level (pParam->eProfile,pParam->eLevel)) { in venc_set_param()
1543 pParam->eProfile, pParam->eLevel); in venc_set_param()
1546 if ((pParam->eProfile != OMX_VIDEO_AVCProfileBaseline) && in venc_set_param()
1547 … (pParam->eProfile != (OMX_VIDEO_AVCPROFILETYPE) QOMX_VIDEO_AVCProfileConstrainedBaseline)) { in venc_set_param()
1589 if (!venc_set_profile_level (pParam->eProfile, pParam->eLevel)) { in venc_set_param()
1591 pParam->eProfile, pParam->eLevel); in venc_set_param()
[all …]
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderPAVC.cpp55 mParamAvc.eProfile = OMX_VIDEO_AVCProfileMain; //OMX_VIDEO_AVCProfileBaseline; in InitInputPortFormatSpecific()
58 mCurrentProfile = mParamAvc.eProfile; in InitInputPortFormatSpecific()
158 p->eProfile = mParamAvc.eProfile; in GetVideoProfileLevelQuerySupported()
181 p->eProfile = mCurrentProfile; in GetVideoProfileLevelCurrent()
199 mCurrentProfile = (OMX_VIDEO_AVCPROFILETYPE) p->eProfile; in SetVideoProfileLevelCurrent()
DOMXVideoEncoderMPEG4.cpp39 mParamMpeg4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in InitOutputPortFormatSpecific()
52 mParamProfileLevel.eProfile = mParamMpeg4.eProfile; in InitOutputPortFormatSpecific()
263 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoProfileLevelQuerySupported()
DOMXVideoEncoderH263.cpp42 mParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in InitOutputPortFormatSpecific()
55 mParamProfileLevel.eProfile = mParamH263.eProfile; in InitOutputPortFormatSpecific()
265 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoProfileLevelQuerySupported()
DOMXVideoDecoderMPEG4.cpp53 mParamMpeg4.eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple; //OMX_VIDEO_MPEG4ProfileSimple; in InitInputPortFormatSpecific()
129 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoMpeg4ProfileLevel()
DOMXVideoDecoderMPEG2.cpp53 mParamMpeg2.eProfile = OMX_VIDEO_MPEG2ProfileSimple; //OMX_VIDEO_MPEG2ProfileSimple; in InitInputPortFormatSpecific()
129 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoMpeg2ProfileLevel()
DOMXVideoDecoderH263.cpp53 mParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in InitInputPortFormatSpecific()
128 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoH263ProfileLevel()
DOMXVideoDecoderAVC.cpp66 mParamAvc.eProfile = OMX_VIDEO_AVCProfileHigh; //OMX_VIDEO_AVCProfileBaseline; in InitInputPortFormatSpecific()
108 if (mParamAvc.eProfile == OMX_VIDEO_AVCProfileBaseline) { in PrepareConfigBuffer()
303 p->eProfile = plTable[p->nProfileIndex].profile; in GetParamVideoAVCProfileLevel()
DOMXVideoEncoderAVC.cpp131 mParamAvc.eProfile = (OMX_VIDEO_AVCPROFILETYPE) mPLTable[0].profile; in InitOutputPortFormatSpecific()
183 mParamProfileLevel.eProfile = mParamAvc.eProfile; in InitOutputPortFormatSpecific()
207 FIND_BYKEY(ProfileTable, mParamAvc.eProfile, index); in SetVideoEncoderParam()
688 p->eProfile = mPLTable[p->nProfileIndex].profile; in GetParamVideoProfileLevelQuerySupported()
706 if(mParamAvc.eProfile == OMX_VIDEO_AVCProfileHigh) in GetParamVideoAvc()
746 if (p->eProfile == OMX_VIDEO_AVCProfileBaseline && in SetParamVideoAvc()
774 if(mParamAvc.eProfile == OMX_VIDEO_AVCProfileBaseline){ in SetParamVideoAvc()
/hardware/intel/common/wrs_omxil_core/base/src/
Dportvideo.cpp184 …avcparam.eProfile = OMX_VIDEO_AVCProfileVendorStartUnused; //defaul profle for buffer sharing in …
241 avcparam.eProfile = p->eProfile;
245 avcparam.eProfile = p->eProfile;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
Dvideo_encoder_device.h74 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);
Dvideo_encoder_device_copper.h191 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/mm-core/inc/
DQOMX_VideoExtensions.h147 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member
194 QOMX_VIDEO_VPPROFILETYPE eProfile; member
270 QOMX_VIDEO_VC1PROFILETYPE eProfile; member
DOMX_VideoExt.h83 OMX_VIDEO_VP8PROFILETYPE eProfile; member
156 OMX_VIDEO_HEVCPROFILETYPE eProfile; member
DOMX_Video.h503 OMX_VIDEO_H263PROFILETYPE eProfile; member
563 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
672 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
897 OMX_VIDEO_AVCPROFILETYPE eProfile; member
916 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device.h74 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/ti/omap4-aah/domx/omx_core/inc/
DOMX_Video.h517 OMX_VIDEO_H263PROFILETYPE eProfile; member
577 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
686 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
910 OMX_VIDEO_AVCPROFILETYPE eProfile; member
929 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Video.h499 OMX_VIDEO_H263PROFILETYPE eProfile; member
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Video.h499 OMX_VIDEO_H263PROFILETYPE eProfile; member
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Video.h499 OMX_VIDEO_H263PROFILETYPE eProfile; member
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member

123