Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP8.cpp49 memset(&mParamVp8, 0, sizeof(mParamVp8)); in InitInputPortFormatSpecific()
50 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitInputPortFormatSpecific()
51 mParamVp8.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
52 mParamVp8.eProfile = OMX_VIDEO_VP8ProfileMain; in InitInputPortFormatSpecific()
53 mParamVp8.eLevel = OMX_VIDEO_VP8Level_Version0; in InitInputPortFormatSpecific()
94 memcpy(p, &mParamVp8, sizeof(*p)); in GetParamVideoVp8()
106 memcpy(&mParamVp8, p, sizeof(mParamVp8)); in SetParamVideoVp8()
DOMXVideoEncoderVP8.cpp21 memset(&mParamVp8, 0, sizeof(mParamVp8)); in InitOutputPortFormatSpecific()
22 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitOutputPortFormatSpecific()
23 mParamVp8.nPortIndex = OUTPORT_INDEX; in InitOutputPortFormatSpecific()
24 mParamVp8.eProfile = OMX_VIDEO_VP8ProfileMain; in InitOutputPortFormatSpecific()
25 mParamVp8.eLevel = OMX_VIDEO_VP8Level_Version3; in InitOutputPortFormatSpecific()
249 memcpy(p, &mParamVp8, sizeof(*p)); in GetParamVideoVp8()
260 memcpy(&mParamVp8, p, sizeof(mParamVp8)); in SetParamVideoVp8()
DOMXVideoEncoderVP8.h29 OMX_VIDEO_PARAM_VP8TYPE mParamVp8; variable
DOMXVideoDecoderVP8.h58 OMX_VIDEO_PARAM_VP8TYPE mParamVp8; variable