Searched refs:portIndex (Results 1 - 9 of 9) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c406 OMX_ERRORTYPE Exynos_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) argument
419 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
422 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &semValue);
424 Exynos_OSAL_SemaphorePost(pExynosComponent->pExynosPort[portIndex].bufferSemID);
426 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex].bufferSemID);
432 if (portIndex == OUTPUT_PORT_INDEX) {
434 } else if (portIndex == INPUT_PORT_INDEX) {
443 if (portIndex == INPUT_PORT_INDEX) {
448 } else if (portIndex == OUTPUT_PORT_INDEX) {
458 if (portIndex
964 OMX_U32 portIndex = portFormat->nPortIndex; local
1038 OMX_U32 portIndex = videoRateControl->nPortIndex; local
1060 OMX_U32 portIndex = videoQuantizationControl->nPortIndex; local
1083 OMX_U32 portIndex = portDefinition->nPortIndex; local
1108 OMX_U32 portIndex = pIntraRefresh->nPortIndex; local
1178 OMX_U32 portIndex = portFormat->nPortIndex; local
1205 OMX_U32 portIndex = videoRateControl->nPortIndex; local
1227 OMX_U32 portIndex = videoQuantizationControl->nPortIndex; local
1250 OMX_U32 portIndex = pPortDefinition->nPortIndex; local
1289 OMX_U32 portIndex = pIntraRefresh->nPortIndex; local
1364 OMX_U32 portIndex = pEncodeBitrate->nPortIndex; local
1379 OMX_U32 portIndex = pFramerate->nPortIndex; local
1436 OMX_U32 portIndex = pEncodeBitrate->nPortIndex; local
1451 OMX_U32 portIndex = pFramerate->nPortIndex; local
1467 OMX_U32 portIndex = pIntraRefreshVOP->nPortIndex; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.c96 OMX_S32 portIndex = 0; local
121 portIndex = i;
123 portIndex = nPortIndex;
125 pExynosComponent->exynos_BufferFlush(pOMXComponent, portIndex, bEvent);
142 OMX_ERRORTYPE Exynos_OMX_EnablePort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) argument
151 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
177 OMX_S32 portIndex = 0; local
201 portIndex = i;
203 portIndex = nPortIndex;
205 ret = Exynos_OMX_EnablePort(pOMXComponent, portIndex);
227 Exynos_OMX_DisablePort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) argument
268 OMX_S32 portIndex = 0; local
[all...]
H A DExynos_OMX_Basecomponent.c589 OMX_U32 messageType = 0, portIndex = 0; local
625 portIndex = message->messageParam;
626 pExynosComponent->pExynosPort[portIndex].markType.hMarkTargetComponent = ((OMX_MARKTYPE *)message->pCmdData)->hMarkTargetComponent;
627 pExynosComponent->pExynosPort[portIndex].markType.pMarkData = ((OMX_MARKTYPE *)message->pCmdData)->pMarkData;
700 OMX_S32 portIndex = nParam; local
706 if ((portIndex != ALL_PORT_INDEX) &&
707 ((OMX_S32)portIndex >= (OMX_S32)pExynosComponent->portParam.nPorts)) {
715 cnt = (portIndex == ALL_PORT_INDEX ) ? ALL_PORT_NUM : 1;
717 if (portIndex == ALL_PORT_INDEX)
720 index = portIndex;
737 OMX_S32 portIndex = nParam; local
780 OMX_S32 portIndex = nParam; local
818 OMX_U32 portIndex = nParam; local
995 OMX_U32 portIndex = portDefinition->nPortIndex; local
1028 OMX_U32 portIndex = bufferSupplier->nPortIndex; local
1147 OMX_U32 portIndex = portDefinition->nPortIndex; local
1197 OMX_U32 portIndex = bufferSupplier->nPortIndex; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c412 OMX_ERRORTYPE Exynos_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) argument
426 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
429 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &semValue);
431 Exynos_OSAL_SemaphorePost(pExynosComponent->pExynosPort[portIndex].bufferSemID);
433 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex].bufferSemID);
439 if (portIndex == OUTPUT_PORT_INDEX) {
441 } else if (portIndex == INPUT_PORT_INDEX) {
450 if (portIndex == INPUT_PORT_INDEX) {
455 } else if (portIndex == OUTPUT_PORT_INDEX) {
465 if (portIndex
1016 OMX_U32 portIndex = portFormat->nPortIndex; local
1108 OMX_U32 portIndex = portDefinition->nPortIndex; local
1183 OMX_U32 portIndex = portFormat->nPortIndex; local
1212 OMX_U32 portIndex = pPortDefinition->nPortIndex; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp610 OMX_U32 portIndex = pANBParams->nPortIndex; local
620 if (portIndex >= pExynosComponent->portParam.nPorts) {
690 OMX_U32 portIndex = pANBParams->nPortIndex; local
701 if (portIndex >= pExynosComponent->portParam.nPorts) {
706 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
715 if ((portIndex == OUTPUT_PORT_INDEX) &&
729 OMX_U32 portIndex = pANBParams->nPortIndex; local
734 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "%s: OMX_IndexParamUseAndroidNativeBuffer, portIndex: %d", __func__, portIndex);
742 if (portIndex >
781 OMX_U32 portIndex = pANBParams->nPortIndex; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1310 OMX_U32 portIndex = pComponentParam->nPortIndex; local
1311 if ((portIndex == OMX_VPP_INPUT_PORT) || (portIndex == OMX_VPP_INPUT_OVERLAY_PORT)) {
1317 if (portIndex == OMX_VPP_INPUT_OVERLAY_PORT) {
1324 if (portIndex == OMX_VPP_INPUT_PORT) {
1330 else if (portIndex == OMX_VPP_YUV_OUTPUT_PORT){
1339 else if(portIndex == OMX_VPP_RGB_OUTPUT_PORT){
1353 pTemp = memcpy (&(((VPP_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->sCompPorts[portIndex].pPortDef),
1362 pComponentPrivate->sCompPorts[portIndex].pPortDef.nBufferSize =
1365 switch(pComponentPrivate->sCompPorts[portIndex]
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.c863 OMX_ERRORTYPE Exynos_OMX_FlushPort(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 portIndex) argument
876 pExynosPort = &pExynosComponent->pExynosPort[portIndex];
878 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &semValue);
880 Exynos_OSAL_SemaphorePost(pExynosComponent->pExynosPort[portIndex].bufferSemID);
881 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex].bufferSemID);
888 if (portIndex == OUTPUT_PORT_INDEX) {
902 if (portIndex == INPUT_PORT_INDEX)
904 else if (portIndex == OUTPUT_PORT_INDEX)
911 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[portIndex].bufferSemID, &cnt);
914 Exynos_OSAL_SemaphoreWait(pExynosComponent->pExynosPort[portIndex]
1054 OMX_U32 portIndex = portFormat->nPortIndex; local
1151 OMX_U32 portIndex = portFormat->nPortIndex; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c1406 OMX_U32 portIndex = pAVCIntraPeriod->nPortIndex; local
1408 if ((portIndex != OUTPUT_PORT_INDEX)) {
1477 OMX_U32 portIndex = pAVCIntraPeriod->nPortIndex; local
1479 if ((portIndex != OUTPUT_PORT_INDEX)) {
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp1593 int portIndex; local

Completed in 195 milliseconds