Searched refs:eProfile (Results 1 - 25 of 32) sorted by relevance

12

/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_encoder.cpp230 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_MPEG4ProfileSimple;
235 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_H263ProfileBaseline;
240 m_sParamProfileLevel.eProfile = (OMX_U32) OMX_VIDEO_AVCProfileBaseline;
341 m_sParamMPEG4.eProfile = OMX_VIDEO_MPEG4ProfileSimple;
358 m_sParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline;
380 m_sParamAVC.eProfile = OMX_VIDEO_AVCProfileBaseline;
659 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
708 if((pParam->eProfile == OMX_VIDEO_AVCProfileHigh)||
709 (pParam->eProfile == OMX_VIDEO_AVCProfileMain))
763 "Level :%d", pParam->eProfile, pPara
1129 OMX_U32 eProfile, eLevel; local
[all...]
H A Dvideo_encoder_device_copper.cpp814 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
820 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
863 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
891 DEBUG_PRINT_LOW("pParam->eProfile :%d ,pParam->eLevel %d\n",
892 pParam->eProfile,pParam->eLevel);
897 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel))
900 pParam->eProfile, pParam->eLevel);
904 if(pParam->eProfile != OMX_VIDEO_AVCProfileBaseline)
997 if(!venc_set_profile_level (profile_level->eProfile,
1763 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U3 argument
2591 venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel) argument
2788 venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel) argument
[all...]
H A Dvideo_encoder_device.cpp740 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
747 if(pParam->eProfile == OMX_VIDEO_MPEG4ProfileAdvancedSimple)
791 if(!venc_set_profile_level (pParam->eProfile, pParam->eLevel))
819 DEBUG_PRINT_LOW("pParam->eProfile :%d ,pParam->eLevel %d\n",
820 pParam->eProfile,pParam->eLevel);
825 if(!venc_set_profile_level (pParam->eProfile,pParam->eLevel))
828 pParam->eProfile, pParam->eLevel);
833 if(pParam->eProfile != OMX_VIDEO_AVCProfileBaseline)
926 if(!venc_set_profile_level (profile_level->eProfile,
1818 bool venc_dev::venc_set_profile_level(OMX_U32 eProfile,OMX_U3 argument
2514 venc_get_profile_level(OMX_U32 *eProfile,OMX_U32 *eLevel) argument
2685 venc_validate_profile_level(OMX_U32 *eProfile, OMX_U32 *eLevel) argument
[all...]
H A Domx_video_base.cpp1648 pParam->eProfile, pParam->eLevel);
4130 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
4135 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
4140 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
4154 profileLevelType->eProfile = OMX_VIDEO_H263ProfileBaseline;
4167 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
4172 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple;
4188 profileLevelType->eProfile,profileLevelType->eLevel);
4205 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
4211 profileLevelType->eProfile
[all...]
/hardware/qcom/media/mm-core/inc/
H A DQOMX_VideoExtensions.h139 * eProfile : Profile of DivX stream / data
146 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_DIVXTYPE
186 * eProfile : Profile or Version of VP stream / data
193 QOMX_VIDEO_VPPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_VPTYPE
262 * eProfile : Profile of VC-1 stream / data
269 QOMX_VIDEO_VC1PROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_VC1TYPE
H A DOMX_Video.h477 * eProfile : H.263 profile(s) to use
500 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
551 * eProfile : MPEG-2 profile(s) to use
560 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
648 * eProfile : MPEG-4 profile(s) to use.
669 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
850 * eProfile : AVC profile(s) to use
893 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
912 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
H A DOMX_QCOMExtns.h722 * eProfile : Profile of DivX stream / data
729 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_DIVXTYPE
771 * eProfile : Profile or Version of VP stream / data
778 QOMX_VIDEO_VPPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_VPTYPE
H A DQOMX_AudioExtensions.h138 * eProfile : Profile of WMA stream / data
155 OMX_AUDIO_WMAPROFILETYPE eProfile; member in struct:QOMX_AUDIO_PARAM_WMA10PROTYPE
H A DOMX_Audio.h358 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member in struct:OMX_AUDIO_PARAM_WMATYPE
/hardware/qcom/media/mm-video/vidc/venc/inc/
H A 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);
H A 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/omxcore/inc/
H A DQOMX_AudioExtensions.h115 * eProfile : Profile of WMA stream / data
132 OMX_AUDIO_WMAPROFILETYPE eProfile; member in struct:QOMX_AUDIO_PARAM_WMA10PROTYPE
H A DOMX_Video.h476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
849 * eProfile : AVC profile(s) to use
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
H A DOMX_QCOMExtns.h592 * eProfile : Profile of DivX stream / data
599 QOMX_VIDEO_DIVXPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_DIVXTYPE
641 * eProfile : Profile or Version of VP stream / data
648 QOMX_VIDEO_VPPROFILETYPE eProfile; member in struct:QOMX_VIDEO_PARAM_VPTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
849 * eProfile : AVC profile(s) to use
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
849 * eProfile : AVC profile(s) to use
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h476 * eProfile : H.263 profile(s) to use
499 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
550 * eProfile : MPEG-2 profile(s) to use
559 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
647 * eProfile : MPEG-4 profile(s) to use.
668 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
849 * eProfile : AVC profile(s) to use
892 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
911 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp519 OMX_U32 eProfile,eLevel; local
605 eProfile = (int)profile_tbl[4];
606 E("\n profile/level found: %d/%d\n",eProfile/eLevel);
623 eProfile = m_sProfile.nUserProfile;
638 h263.eProfile = (OMX_VIDEO_H263PROFILETYPE)eProfile;
655 profileLevel.eProfile = eProfile;
667 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c794 pComponentPrivate->pH264->eProfile = OMX_VIDEO_AVCProfileBaseline; /*0x01;*/
824 pComponentPrivate->pMpeg4->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
839 pComponentPrivate->pH263->eProfile = OMX_VIDEO_H263ProfileBaseline;
893 pCompPortIn->pProfileType->eProfile = OMX_VIDEO_AVCProfileBaseline;
899 pCompPortOut->pProfileType->eProfile = OMX_VIDEO_AVCProfileBaseline;
1713 pParamProfileLevel->eProfile = pProfileLevel->nProfile;
1726 pParamProfileLevel->eProfile = pComponentPrivate->pH264->eProfile;
1730 pParamProfileLevel->eProfile = pComponentPrivate->pMpeg4->eProfile;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c1144 pDstProfileLevel->eProfile = pProfileLevel->profile;
1170 pDstProfileLevel->eProfile = pSrcMpeg4Param->eProfile;
1174 pDstProfileLevel->eProfile = pSrcH263Param->eProfile;
1340 pDstMpeg4Param->eProfile = pSrcProfileLevel->eProfile;
1348 pDstH263Param->eProfile = pSrcProfileLevel->eProfile;
2314 pMpeg4Dec->mpeg4Component[i].eProfile
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c880 pParamProfileLevel->eProfile = pProfileLevel->nProfile;
894 pParamProfileLevel->eProfile = pComponentPrivate->pH264->eProfile;
899 pParamProfileLevel->eProfile = pComponentPrivate->pMpeg4->eProfile;
904 pParamProfileLevel->eProfile = pComponentPrivate->pH263->eProfile;
908 pParamProfileLevel->eProfile = pComponentPrivate->pMpeg2->eProfile;
1610 while((pProfileLevel->nProfile != (OMX_S32)pParamProfileLevel->eProfile) ||
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c271 pMpeg4Param->ProfileIDC = OMXMpeg4ProfileToMFCProfile(pMpeg4Enc->mpeg4Component[OUTPUT_PORT_INDEX].eProfile);
1276 pDstProfileLevel->eProfile = pProfileLevel->profile;
1302 pDstProfileLevel->eProfile = pSrcMpeg4Component->eProfile;
1306 pDstProfileLevel->eProfile = pSrcH263Component->eProfile;
1474 pDstMpeg4Component->eProfile = pSrcProfileLevel->eProfile;
1482 pDstH263Component->eProfile = pSrcProfileLevel->eProfile;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c280 pH264Param->ProfileIDC = OMXAVCProfileToProfileIDC(pH264Enc->AVCComponent[OUTPUT_PORT_INDEX].eProfile); /*0: OMX_VIDEO_AVCProfileMain */
1107 pDstProfileLevel->eProfile = pProfileLevel->profile;
1130 pDstProfileLevel->eProfile = pSrcAVCComponent->eProfile;
1264 pDstAVCComponent->eProfile = pSrcProfileLevel->eProfile;
2263 pH264Enc->AVCComponent[i].eProfile = OMX_VIDEO_AVCProfileBaseline;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c1037 pDstProfileLevel->eProfile = pProfileLevel->profile;
1060 pDstProfileLevel->eProfile = pSrcAVCComponent->eProfile;
1194 pDstAVCComponent->eProfile = pSrcProfileLevel->eProfile;
2179 pH264Dec->AVCComponent[i].eProfile = OMX_VIDEO_AVCProfileBaseline;
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp2496 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
2502 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
2507 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
2520 profileLevelType->eProfile = OMX_VIDEO_H263ProfileBaseline;
2533 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
2538 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple;
2568 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
2574 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
2579 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
2593 profileLevelType->eProfile
[all...]

Completed in 359 milliseconds

12