Searched refs:eProfile (Results 51 - 59 of 59) sorted by relevance

123

/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Audio.h390 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member in struct:OMX_AUDIO_PARAM_WMATYPE
H A DOMX_TI_Video.h1024 * eProfile : AVC profile(s) to use
1067 OMX_TI_VIDEO_SVCPROFILETYPE eProfile; member in struct:OMX_TI_VIDEO_PARAM_SVCTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
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-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp2448 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
2454 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
2459 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
2473 profileLevelType->eProfile = OMX_VIDEO_H263ProfileBaseline;
2486 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
2491 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple;
2504 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileSimple;
2509 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileMain;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp2367 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
2371 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
2374 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
2390 profileLevelType->eProfile = OMX_VIDEO_H263ProfileBaseline;
2398 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
2401 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple;
2411 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileSimple;
2414 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileMain;
H A Domx_vdec_msm8974.cpp2681 profileLevelType->eProfile = OMX_VIDEO_AVCProfileBaseline;
2685 profileLevelType->eProfile = OMX_VIDEO_AVCProfileMain;
2688 profileLevelType->eProfile = OMX_VIDEO_AVCProfileHigh;
2697 profileLevelType->eProfile = QOMX_VIDEO_MVCProfileStereoHigh;
2710 profileLevelType->eProfile = OMX_VIDEO_H263ProfileBaseline;
2719 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
2722 profileLevelType->eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple;
2733 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileSimple;
2736 profileLevelType->eProfile = OMX_VIDEO_MPEG2ProfileMain;
3637 m_profile_lvl.eProfile
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderBase.cpp218 mParamProfileLevel.eProfile = 0; // undefined profile, to be overridden
788 p->eProfile = mParamProfileLevel.eProfile;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c992 pComponentPrivate->pMpeg4->eProfile = VIDDEC_DEFAULT_MPEG4_PROFILE;
1003 pComponentPrivate->pMpeg2->eProfile = VIDDEC_DEFAULT_MPEG2_PROFILE;
1020 pComponentPrivate->pH264->eProfile = VIDDEC_DEFAULT_H264_PROFILE;
1038 pComponentPrivate->pH263->eProfile = VIDDEC_DEFAULT_H263_PROFILE;
1201 pComponentPrivate->pH263->eProfile = OMX_VIDEO_H263ProfileBaseline;
1255 pComponentPrivate->pH264->eProfile = OMX_VIDEO_AVCProfileBaseline;
1282 pComponentPrivate->pMpeg2->eProfile = OMX_VIDEO_MPEG2ProfileSimple;
1309 pComponentPrivate->pMpeg4->eProfile = OMX_VIDEO_MPEG4ProfileSimple;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c856 pAppData->pH264->eProfile = OMX_VIDEO_AVCProfileBaseline;

Completed in 733 milliseconds

123