Home
last modified time | relevance | path

Searched refs:mParamAvc (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderPAVC.cpp51 memset(&mParamAvc, 0, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
52 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
53 mParamAvc.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
55 mParamAvc.eProfile = OMX_VIDEO_AVCProfileMain; //OMX_VIDEO_AVCProfileBaseline; in InitInputPortFormatSpecific()
56 mParamAvc.eLevel = OMX_VIDEO_AVCLevel41; //OMX_VIDEO_AVCLevel1; in InitInputPortFormatSpecific()
58 mCurrentProfile = mParamAvc.eProfile; in InitInputPortFormatSpecific()
59 mCurrentLevel = mParamAvc.eLevel; in InitInputPortFormatSpecific()
130 memcpy(p, &mParamAvc, sizeof(*p)); in GetParamVideoAvc()
143 memcpy(&mParamAvc, p, sizeof(mParamAvc)); in SetParamVideoAvc()
158 p->eProfile = mParamAvc.eProfile; in GetVideoProfileLevelQuerySupported()
[all …]
DOMXVideoEncoderAVC.cpp126 memset(&mParamAvc, 0, sizeof(mParamAvc)); in InitOutputPortFormatSpecific()
127 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitOutputPortFormatSpecific()
128 mParamAvc.nPortIndex = OUTPORT_INDEX; in InitOutputPortFormatSpecific()
131 mParamAvc.eProfile = (OMX_VIDEO_AVCPROFILETYPE) mPLTable[0].profile; in InitOutputPortFormatSpecific()
132 mParamAvc.eLevel = (OMX_VIDEO_AVCLEVELTYPE)mPLTable[0].level; in InitOutputPortFormatSpecific()
137 mParamAvc.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP; in InitOutputPortFormatSpecific()
138 mParamAvc.nPFrames = 29; in InitOutputPortFormatSpecific()
139 mParamAvc.nBFrames = 0; in InitOutputPortFormatSpecific()
183 mParamProfileLevel.eProfile = mParamAvc.eProfile; in InitOutputPortFormatSpecific()
184 mParamProfileLevel.eLevel = mParamAvc.eLevel; in InitOutputPortFormatSpecific()
[all …]
DOMXVideoDecoderAVC.cpp62 memset(&mParamAvc, 0, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
63 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
64 mParamAvc.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
66 mParamAvc.eProfile = OMX_VIDEO_AVCProfileHigh; //OMX_VIDEO_AVCProfileBaseline; in InitInputPortFormatSpecific()
67 mParamAvc.eLevel = OMX_VIDEO_AVCLevel41; //OMX_VIDEO_AVCLevel1; in InitInputPortFormatSpecific()
108 if (mParamAvc.eProfile == OMX_VIDEO_AVCProfileBaseline) { in PrepareConfigBuffer()
243 memcpy(p, &mParamAvc, sizeof(*p)); in GetParamVideoAvc()
256 memcpy(&mParamAvc, p, sizeof(mParamAvc)); in SetParamVideoAvc()
DOMXVideoDecoderPAVC.h63 OMX_VIDEO_PARAM_AVCTYPE mParamAvc; variable
DOMXVideoDecoderAVC.h73 OMX_VIDEO_PARAM_AVCTYPE mParamAvc; variable
DOMXVideoEncoderAVC.h107 OMX_VIDEO_PARAM_AVCTYPE mParamAvc; variable
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp107 memset(&mParamAvc, 0, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
108 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
109 mParamAvc.nPortIndex = INPORT_INDEX; in InitInputPortFormatSpecific()
111 mParamAvc.eProfile = OMX_VIDEO_AVCProfileHigh; //OMX_VIDEO_AVCProfileBaseline; in InitInputPortFormatSpecific()
112 mParamAvc.eLevel = OMX_VIDEO_AVCLevel41; //OMX_VIDEO_AVCLevel1; in InitInputPortFormatSpecific()
511 memcpy(p, &mParamAvc, sizeof(*p)); in GetParamVideoAvc()
524 memcpy(&mParamAvc, p, sizeof(mParamAvc)); in SetParamVideoAvc()
DOMXVideoDecoderAVCSecure.h81 OMX_VIDEO_PARAM_AVCTYPE mParamAvc; variable