Home
last modified time | relevance | path

Searched refs:mParamMpeg4 (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderMPEG4.cpp49 memset(&mParamMpeg4, 0, sizeof(mParamMpeg4)); in InitInputPortFormatSpecific()
50 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitInputPortFormatSpecific()
51 mParamMpeg4.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
53 mParamMpeg4.eProfile = OMX_VIDEO_MPEG4ProfileAdvancedSimple; //OMX_VIDEO_MPEG4ProfileSimple; in InitInputPortFormatSpecific()
54 mParamMpeg4.eLevel = OMX_VIDEO_MPEG4Level3; in InitInputPortFormatSpecific()
96 memcpy(p, &mParamMpeg4, sizeof(*p)); in GetParamVideoMpeg4()
109 memcpy(&mParamMpeg4, p, sizeof(mParamMpeg4)); in SetParamVideoMpeg4()
DOMXVideoEncoderMPEG4.cpp36 memset(&mParamMpeg4, 0, sizeof(mParamMpeg4)); in InitOutputPortFormatSpecific()
37 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitOutputPortFormatSpecific()
38 mParamMpeg4.nPortIndex = OUTPORT_INDEX; in InitOutputPortFormatSpecific()
39 mParamMpeg4.eProfile = OMX_VIDEO_MPEG4ProfileSimple; in InitOutputPortFormatSpecific()
41 mParamMpeg4.eLevel = OMX_VIDEO_MPEG4Level5; //OMX_VIDEO_MPEG4Level3; in InitOutputPortFormatSpecific()
52 mParamProfileLevel.eProfile = mParamMpeg4.eProfile; in InitOutputPortFormatSpecific()
53 mParamProfileLevel.eLevel = mParamMpeg4.eLevel; //OMX_VIDEO_MPEG4Level5; in InitOutputPortFormatSpecific()
280 memcpy(p, &mParamMpeg4, sizeof(*p)); in GetParamVideoMpeg4()
293 memcpy(&mParamMpeg4, p, sizeof(mParamMpeg4)); in SetParamVideoMpeg4()
DOMXVideoEncoderMPEG4.h52 OMX_VIDEO_PARAM_MPEG4TYPE mParamMpeg4; variable
DOMXVideoDecoderMPEG4.h58 OMX_VIDEO_PARAM_MPEG4TYPE mParamMpeg4; variable