Home
last modified time | relevance | path

Searched refs:mParamProfileLevel (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp55 mParamProfileLevel.eProfile = mParamH263.eProfile; in InitOutputPortFormatSpecific()
56 mParamProfileLevel.eLevel = mParamH263.eLevel; //OMX_VIDEO_H263Level70 in InitOutputPortFormatSpecific()
DOMXVideoEncoderMPEG4.cpp52 mParamProfileLevel.eProfile = mParamMpeg4.eProfile; in InitOutputPortFormatSpecific()
53 mParamProfileLevel.eLevel = mParamMpeg4.eLevel; //OMX_VIDEO_MPEG4Level5; in InitOutputPortFormatSpecific()
DOMXVideoEncoderBase.cpp222 memset(&mParamProfileLevel, 0, sizeof(mParamProfileLevel)); in InitOutputPort()
223 SetTypeHeader(&mParamProfileLevel, sizeof(mParamProfileLevel)); in InitOutputPort()
224 mParamProfileLevel.nPortIndex = OUTPORT_INDEX; in InitOutputPort()
225 mParamProfileLevel.eProfile = 0; // undefined profile, to be overridden in InitOutputPort()
226 mParamProfileLevel.eLevel = 0; // undefined level, to be overridden in InitOutputPort()
DOMXVideoEncoderBase.h94 OMX_VIDEO_PARAM_PROFILELEVELTYPE mParamProfileLevel; variable
DOMXVideoEncoderVP8.cpp49 mParamProfileLevel.eProfile = OMX_VIDEO_VP8ProfileMain; in InitOutputPortFormatSpecific()
50 mParamProfileLevel.eLevel = OMX_VIDEO_VP8Level_Version3; in InitOutputPortFormatSpecific()
DOMXVideoEncoderAVC.cpp183 mParamProfileLevel.eProfile = mParamAvc.eProfile; in InitOutputPortFormatSpecific()
184 mParamProfileLevel.eLevel = mParamAvc.eLevel; in InitOutputPortFormatSpecific()