Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_VideoExt.h89 OMX_VIDEO_VP8PROFILETYPE eProfile; member
205 OMX_VIDEO_VP9PROFILETYPE eProfile; member
262 OMX_VIDEO_HEVCPROFILETYPE eProfile; member
DOMX_Video.h528 OMX_VIDEO_H263PROFILETYPE eProfile; member
589 OMX_VIDEO_MPEG2PROFILETYPE eProfile; member
701 OMX_VIDEO_MPEG4PROFILETYPE eProfile; member
929 OMX_VIDEO_AVCPROFILETYPE eProfile; member
948 OMX_U32 eProfile; /**< type is OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE, member
DOMX_AudioExt.h125 OMX_U32 eProfile; /**< type is OMX_AUDIO_AACPROFILETYPE or OMX_AUDIO_WMAPROFILETYPE member
DOMX_Audio.h392 OMX_AUDIO_WMAPROFILETYPE eProfile; /**< Profile of WMA stream / data */ member
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVP8Encoder.cpp127 vp8Params->eProfile = OMX_VIDEO_VP8ProfileMain; in internalGetVp8Params()
140 if (vp8Params->eProfile != OMX_VIDEO_VP8ProfileMain) { in internalSetVp8Params()
DSoftVP9Encoder.cpp126 vp9Params->eProfile = OMX_VIDEO_VP9Profile0; in internalGetVp9Params()
140 if (vp9Params->eProfile != OMX_VIDEO_VP9Profile0) { in internalSetVp9Params()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp251 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline; in internalGetParameter()
274 mpeg4type->eProfile = OMX_VIDEO_MPEG4ProfileCore; in internalGetParameter()
330 if (h263type->eProfile != OMX_VIDEO_H263ProfileBaseline || in internalSetParameter()
356 if (mpeg4type->eProfile != OMX_VIDEO_MPEG4ProfileCore || in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp4184 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profile); in setupMPEG4EncoderParameters()
4256 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profile); in setupH263EncoderParameters()
4394 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profile); in setupAVCEncoderParameters()
4397 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline; in setupAVCEncoderParameters()
4403 h264type.eProfile = profile; in setupAVCEncoderParameters()
4411 asString(h264type.eProfile), asString(h264type.eLevel)); in setupAVCEncoderParameters()
4413 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) { in setupAVCEncoderParameters()
4430 } else if (h264type.eProfile == OMX_VIDEO_AVCProfileMain || in setupAVCEncoderParameters()
4431 h264type.eProfile == OMX_VIDEO_AVCProfileHigh) { in setupAVCEncoderParameters()
4585 hevcType.eProfile = static_cast<OMX_VIDEO_HEVCPROFILETYPE>(profile); in setupHEVCEncoderParameters()
[all …]
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp263 profileParams->eProfile = in internalGetParameter()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp400 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile; in internalGetParameter()
DSoftVideoEncoderOMXComponent.cpp368 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp349 profileParams->eProfile = in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp945 avcParams->eProfile = (OMX_VIDEO_AVCPROFILETYPE)OMX_VIDEO_AVCProfileConstrainedBaseline; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp375 profileParams->eProfile = kSupportedProfiles[profileParams->nProfileIndex]; in internalGetParameter()