Lines Matching refs:kPortIndexOutput
232 if ((Cmd == OMX_CommandFlush && (nParam1 == kPortIndexOutput || nParam1 == OMX_ALL)) in ISV_SendCommand()
267 && def->nPortIndex == kPortIndexOutput) { in ISV_GetParameter()
348 if (def->nPortIndex == kPortIndexOutput) { in ISV_SetParameter()
394 if (params->nPortIndex == kPortIndexOutput) { in ISV_SetParameter()
428 if (rect->nPortIndex == kPortIndexOutput && in ISV_GetConfig()
558 && nPortIndex == kPortIndexOutput in ISV_UseBuffer()
614 && nPortIndex == kPortIndexOutput) { in ISV_FreeBuffer()
781 …if (((OMX_COMMANDTYPE)nData1 == OMX_CommandFlush && (nData2 == kPortIndexOutput || nData2 == OMX_A… in ISV_EventHandler()
802 if (nData1 == kPortIndexOutput && nData2 == OMX_IndexConfigCommonOutputCrop) { in ISV_EventHandler()
806 } else if (nData1 == kPortIndexOutput && nData2 == OMX_IndexParamPortDefinition) { in ISV_EventHandler()
921 if(index == kPortIndexOutput) { in releaseBuffer()
962 kPortIndexOutput, OMX_IndexConfigCommonOutputCrop, NULL); in reportOutputCrop()