Lines Matching refs:nPortIndex

211     m_sParamBitrate.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
216 m_sConfigBitrate.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
220 m_sConfigFramerate.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
224 m_sConfigIntraRefreshVOP.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
228 m_sConfigFrameRotation.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
232 m_sSessionQuantization.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
238 m_sSessionQPRange.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
246 m_sAVCSliceFMO.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
251 m_sParamProfileLevel.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
254 m_sIntraperiod.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
258 m_sErrorCorrection.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
266 m_sIntraRefresh.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
270 m_sConfigIntraRefresh.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
292 m_sInPortDef.nPortIndex= (OMX_U32) PORT_INDEX_IN;
311 m_sInPortDef.nPortIndex) != true) {
318 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
343 m_sOutPortDef.nPortIndex) != true) {
349 m_sInPortFormat.nPortIndex = (OMX_U32) PORT_INDEX_IN;
358 m_sOutPortFormat.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
378 m_sInBufSupplier.nPortIndex = (OMX_U32) PORT_INDEX_IN;
381 m_sOutBufSupplier.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
384 m_sParamInitqp.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
388 m_sParamMPEG4.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
403 m_sParamH263.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
416 m_sParamAVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
444 m_sParamVP8.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
452 m_sParamHEVC.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
457 m_sParamLTRMode.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
461 m_sParamLTRCount.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
465 m_sConfigDeinterlace.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
469 m_sHierLayers.nPortIndex = (OMX_U32) PORT_INDEX_OUT;
591 if (PORT_INDEX_IN == portDefn->nPortIndex) {
642 m_sInPortDef.nPortIndex);
648 m_sOutPortDef.nPortIndex);
650 } else if (PORT_INDEX_OUT == portDefn->nPortIndex) {
674 m_sOutPortDef.nPortIndex);
684 (int)portDefn->nPortIndex);
701 if (PORT_INDEX_IN == portFmt->nPortIndex) {
1061 if (bufferSupplierType->nPortIndex == 0 || bufferSupplierType->nPortIndex ==1)
1076 if (session_qp->nPortIndex == PORT_INDEX_OUT) {
1095 if (qp_range->nPortIndex == PORT_INDEX_OUT) {
1115 if (pParam->nPortIndex == (OMX_U32)PORT_INDEX_IN) {
1122 } else if (pParam->nPortIndex == (OMX_U32)PORT_INDEX_OUT) {
1169 "port_index = %u, meta_mode = %d", (unsigned int)pParam->nPortIndex, pParam->bStoreMetaData);
1170 if (pParam->nPortIndex == PORT_INDEX_IN) {
1189 m_sOutPortDef.nPortIndex);
1192 } else if (pParam->nPortIndex == PORT_INDEX_OUT && secure_session) {
1219 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1231 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1245 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1278 m_sOutPortDef.nPortIndex = PORT_INDEX_OUT;
1282 m_sOutPortDef.nPortIndex);
1321 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1328 " called on wrong port(%u)", (unsigned int)pParam->nPortIndex);
1339 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1347 "called on wrong port(%u)", (unsigned int)pParam->nPortIndex);
1359 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1367 "called on wrong port(%u)", (unsigned int)pParam->nPortIndex);
1402 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1414 (unsigned int)pParam->nPortIndex);
1582 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1592 DEBUG_PRINT_ERROR("ERROR: Unsupported port index: %u", (unsigned int)pParam->nPortIndex);
1604 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1614 DEBUG_PRINT_ERROR("ERROR: Unsupported port index: %u", (unsigned int)pParam->nPortIndex);
1627 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1671 DEBUG_PRINT_ERROR("ERROR: (QOMX_IndexConfigVideoIntraperiod) Unsupported port index: %u", (unsigned int)pParam->nPortIndex);
1685 if (pParam->nPortIndex == PORT_INDEX_OUT) {
1694 DEBUG_PRINT_ERROR("ERROR: Unsupported port index: %u", (unsigned int)pParam->nPortIndex);
1707 if (pParam->nPortIndex != PORT_INDEX_OUT) {
1708 DEBUG_PRINT_ERROR("ERROR: Unsupported port index: %u", (unsigned int)pParam->nPortIndex);