Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderH263.cpp49 memset(&mParamH263, 0, sizeof(mParamH263)); in InitInputPortFormatSpecific()
50 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitInputPortFormatSpecific()
51 mParamH263.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
53 mParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in InitInputPortFormatSpecific()
54 mParamH263.eLevel = OMX_VIDEO_H263Level70; //OMX_VIDEO_H263Level10; in InitInputPortFormatSpecific()
96 memcpy(p, &mParamH263, sizeof(*p)); in GetParamVideoH263()
109 memcpy(&mParamH263, p, sizeof(mParamH263)); in SetParamVideoH263()
DOMXVideoEncoderH263.cpp39 memset(&mParamH263, 0, sizeof(mParamH263)); in InitOutputPortFormatSpecific()
40 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitOutputPortFormatSpecific()
41 mParamH263.nPortIndex = OUTPORT_INDEX; in InitOutputPortFormatSpecific()
42 mParamH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in InitOutputPortFormatSpecific()
44 mParamH263.eLevel = OMX_VIDEO_H263Level45; //OMX_VIDEO_H263Level10; in InitOutputPortFormatSpecific()
55 mParamProfileLevel.eProfile = mParamH263.eProfile; in InitOutputPortFormatSpecific()
56 mParamProfileLevel.eLevel = mParamH263.eLevel; //OMX_VIDEO_H263Level70 in InitOutputPortFormatSpecific()
282 memcpy(p, &mParamH263, sizeof(*p)); in GetParamVideoH263()
295 memcpy(&mParamH263, p, sizeof(mParamH263)); in SetParamVideoH263()
DOMXVideoEncoderH263.h51 OMX_VIDEO_PARAM_H263TYPE mParamH263; variable
DOMXVideoDecoderH263.h57 OMX_VIDEO_PARAM_H263TYPE mParamH263; variable