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

/frameworks/native/include/media/openmax/
H A DOMX_Video.h494 * eProfile : H.263 profile(s) to use
517 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
568 * eProfile : MPEG-2 profile(s) to use
577 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
665 * eProfile : MPEG-4 profile(s) to use.
686 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
867 * eProfile : AVC profile(s) to use
910 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
929 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
H A DOMX_Audio.h390 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member in struct:OMX_AUDIO_PARAM_WMATYPE
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp365 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
384 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore;
413 profileLevel->eProfile = OMX_VIDEO_H263ProfileBaseline;
416 profileLevel->eProfile = OMX_VIDEO_MPEG4ProfileCore;
555 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline ||
577 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore ||
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp222 profileLevel->eProfile = kH263ProfileLevels[index].mProfile;
231 profileLevel->eProfile = kM4VProfileLevels[index].mProfile;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp976 int32_t supportedProfile = static_cast<int32_t>(param.eProfile);
1022 defaultProfileLevel.mProfile = h263type.eProfile;
1026 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile);
1079 defaultProfileLevel.mProfile = mpeg4type.eProfile;
1083 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profileLevel.mProfile);
1116 defaultProfileLevel.mProfile = h264type.eProfile;
1120 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1124 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
1126 h264type.eProfile);
1127 h264type.eProfile
[all...]
H A DACodec.cpp1709 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profile);
1780 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profile);
1850 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
1855 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
1857 h264type.eProfile);
1858 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
1861 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) {
1919 int32_t supportedProfile = static_cast<int32_t>(params.eProfile);
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp489 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline;
529 profileLevel->eProfile = OMX_VIDEO_AVCProfileBaseline;
661 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp218 profileLevel->eProfile = kProfileLevels[index].mProfile;

Completed in 1151 milliseconds