Home
last modified time | relevance | path

Searched refs:mParamMpeg2 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderMPEG2.cpp49 memset(&mParamMpeg2, 0, sizeof(mParamMpeg2)); in InitInputPortFormatSpecific()
50 SetTypeHeader(&mParamMpeg2, sizeof(mParamMpeg2)); in InitInputPortFormatSpecific()
51 mParamMpeg2.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
53 mParamMpeg2.eProfile = OMX_VIDEO_MPEG2ProfileSimple; //OMX_VIDEO_MPEG2ProfileSimple; in InitInputPortFormatSpecific()
54 mParamMpeg2.eLevel = OMX_VIDEO_MPEG2LevelLL; in InitInputPortFormatSpecific()
96 memcpy(p, &mParamMpeg2, sizeof(*p)); in GetParamVideoMpeg2()
109 memcpy(&mParamMpeg2, p, sizeof(mParamMpeg2)); in SetParamVideoMpeg2()
DOMXVideoDecoderMPEG2.h58 OMX_VIDEO_PARAM_MPEG2TYPE mParamMpeg2; variable