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

/frameworks/native/include/media/openmax/
H A DOMX_VideoExt.h83 OMX_VIDEO_VP8PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_VP8TYPE
H A DOMX_Video.h495 * eProfile : H.263 profile(s) to use
518 OMX_VIDEO_H263PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_H263TYPE
569 * eProfile : MPEG-2 profile(s) to use
578 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG2TYPE
666 * eProfile : MPEG-4 profile(s) to use.
687 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
868 * eProfile : AVC profile(s) to use
911 OMX_VIDEO_AVCPROFILETYPE eProfile; member in struct:OMX_VIDEO_PARAM_AVCTYPE
930 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/on2/enc/
H A DSoftVPXEncoder.cpp407 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain;
443 profileAndLevel->eProfile = OMX_VIDEO_VP8ProfileMain;
456 profileAndLevel->eProfile = OMX_VIDEO_VP8ProfileMain;
567 if (profileAndLevel->eProfile != OMX_VIDEO_VP8ProfileMain) {
590 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp188 profileLevel->eProfile = mProfileLevels[index].mProfile;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp982 int32_t supportedProfile = static_cast<int32_t>(param.eProfile);
1028 defaultProfileLevel.mProfile = h263type.eProfile;
1032 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile);
1085 defaultProfileLevel.mProfile = mpeg4type.eProfile;
1089 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profileLevel.mProfile);
1122 defaultProfileLevel.mProfile = h264type.eProfile;
1126 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1130 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
1132 h264type.eProfile);
1133 h264type.eProfile
[all...]
H A DACodec.cpp2065 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profile);
2136 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profile);
2217 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile);
2222 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
2224 h264type.eProfile);
2225 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
2228 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) {
2297 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 ||

Completed in 1117 milliseconds