Home
last modified time | relevance | path

Searched refs:eProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_Video.h519 OMX_VIDEO_H263PROFILETYPE eProfile; member
579 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
688 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
913 OMX_VIDEO_AVCPROFILETYPE eProfile; member
932 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
DOMX_VideoExt.h83 OMX_VIDEO_VP8PROFILETYPE eProfile; member
193 OMX_VIDEO_HEVCPROFILETYPE eProfile; member
DOMX_Audio.h390 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp246 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline; in internalGetParameter()
265 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore; in internalGetParameter()
313 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline || in internalSetParameter()
335 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore || in internalSetParameter()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp1088 int32_t supportedProfile = static_cast<int32_t>(param.eProfile); in getVideoProfileLevel()
1134 defaultProfileLevel.mProfile = h263type.eProfile; in setupH263EncoderParameters()
1138 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile); in setupH263EncoderParameters()
1191 defaultProfileLevel.mProfile = mpeg4type.eProfile; in setupMPEG4EncoderParameters()
1195 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profileLevel.mProfile); in setupMPEG4EncoderParameters()
1228 defaultProfileLevel.mProfile = h264type.eProfile; in setupAVCEncoderParameters()
1232 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile); in setupAVCEncoderParameters()
1236 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) { in setupAVCEncoderParameters()
1238 h264type.eProfile); in setupAVCEncoderParameters()
1239 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline; in setupAVCEncoderParameters()
[all …]
DACodec.cpp3227 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profile); in setupMPEG4EncoderParameters()
3298 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profile); in setupH263EncoderParameters()
3431 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile); in setupAVCEncoderParameters()
3436 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) { in setupAVCEncoderParameters()
3438 h264type.eProfile); in setupAVCEncoderParameters()
3439 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline; in setupAVCEncoderParameters()
3442 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) { in setupAVCEncoderParameters()
3524 hevcType.eProfile = static_cast<OMX_VIDEO_HEVCPROFILETYPE>(profile); in setupHEVCEncoderParameters()
3636 int32_t supportedProfile = static_cast<int32_t>(params.eProfile); in verifySupportForProfileAndLevel()
/frameworks/av/media/libstagefright/codecs/avc/enc/
DSoftAVCEncoder.cpp391 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline; in internalGetParameter()
449 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline || in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp387 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain; in internalGetParameter()
484 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) { in internalSetVp8Params()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp304 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile; in internalGetParameter()
DSoftVideoEncoderOMXComponent.cpp343 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp951 avcParams->eProfile = OMX_VIDEO_AVCProfileBaseline; in internalGetParameter()