Searched refs:mParamH263 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderH263.cpp | 49 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()
|
D | OMXVideoEncoderH263.cpp | 39 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()
|
D | OMXVideoEncoderH263.h | 51 OMX_VIDEO_PARAM_H263TYPE mParamH263; variable
|
D | OMXVideoDecoderH263.h | 57 OMX_VIDEO_PARAM_H263TYPE mParamH263; variable
|