Home | History | Annotate | Download | only in h264dec

Lines Matching refs:formatParams

175             OMX_VIDEO_PARAM_PORTFORMATTYPE *formatParams =
178 if (formatParams->nPortIndex > kOutputPortIndex) {
182 if (formatParams->nIndex != 0) {
186 if (formatParams->nPortIndex == kInputPortIndex) {
187 formatParams->eCompressionFormat = OMX_VIDEO_CodingAVC;
188 formatParams->eColorFormat = OMX_COLOR_FormatUnused;
189 formatParams->xFramerate = 0;
191 CHECK(formatParams->nPortIndex == kOutputPortIndex);
193 formatParams->eCompressionFormat = OMX_VIDEO_CodingUnused;
194 formatParams->eColorFormat = OMX_COLOR_FormatYUV420Planar;
195 formatParams->xFramerate = 0;
247 OMX_VIDEO_PARAM_PORTFORMATTYPE *formatParams =
250 if (formatParams->nPortIndex > kOutputPortIndex) {
254 if (formatParams->nIndex != 0) {