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

/frameworks/native/include/media/openmax/
H A DOMX_AudioExt.h101 OMX_U32 eProfile; /**< type is OMX_AUDIO_AACPROFILETYPE or OMX_AUDIO_WMAPROFILETYPE member in struct:OMX_AUDIO_PARAM_ANDROID_PROFILETYPE
H A DOMX_Video.h497 * eProfile : H.263 profile(s) to use
520 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
572 * eProfile : MPEG-2 profile(s) to use
581 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
672 * eProfile : MPEG-4 profile(s) to use.
693 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
875 * eProfile : AVC profile(s) to use
918 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
937 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member in struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE
H A DOMX_VideoExt.h116 OMX_VIDEO_VP8PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_VP8TYPE
232 OMX_VIDEO_HEVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_HEVCTYPE
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.cpp260 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
283 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore;
339 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline ||
365 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore ||
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp399 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline;
465 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp409 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain;
539 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp4069 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profile);
4141 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profile);
4275 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
4278 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
4284 h264type.eProfile = profile;
4292 asString(h264type.eProfile), asString(h264type.eLevel));
4294 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) {
4311 } else if (h264type.eProfile == OMX_VIDEO_AVCProfileMain ||
4312 h264type.eProfile == OMX_VIDEO_AVCProfileHigh) {
4422 hevcType.eProfile
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp262 profileParams->eProfile =
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp386 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
H A DSoftVideoEncoderOMXComponent.cpp366 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp312 profileParams->eProfile =
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp963 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline;

Completed in 407 milliseconds