Searched refs:mParamProfileLevel (Results 1 – 6 of 6) sorted by relevance
55 mParamProfileLevel.eProfile = mParamH263.eProfile; in InitOutputPortFormatSpecific()56 mParamProfileLevel.eLevel = mParamH263.eLevel; //OMX_VIDEO_H263Level70 in InitOutputPortFormatSpecific()
52 mParamProfileLevel.eProfile = mParamMpeg4.eProfile; in InitOutputPortFormatSpecific()53 mParamProfileLevel.eLevel = mParamMpeg4.eLevel; //OMX_VIDEO_MPEG4Level5; in InitOutputPortFormatSpecific()
222 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()
94 OMX_VIDEO_PARAM_PROFILELEVELTYPE mParamProfileLevel; variable
49 mParamProfileLevel.eProfile = OMX_VIDEO_VP8ProfileMain; in InitOutputPortFormatSpecific()50 mParamProfileLevel.eLevel = OMX_VIDEO_VP8Level_Version3; in InitOutputPortFormatSpecific()
183 mParamProfileLevel.eProfile = mParamAvc.eProfile; in InitOutputPortFormatSpecific()184 mParamProfileLevel.eLevel = mParamAvc.eLevel; in InitOutputPortFormatSpecific()