Searched refs:countValue (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c1144 OMX_S32 countValue = 0; local
1151 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[INPUT_PORT_INDEX].bufferSemID, &countValue);
1152 if (countValue == 0)
1154 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[INPUT_PORT_INDEX].codecSemID, &countValue);
1155 if (countValue == 0)
1161 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX].bufferSemID, &countValue);
1162 if (countValue == 0)
1164 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX].codecSemID, &countValue);
1165 if (countValue == 0)
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c1140 OMX_S32 countValue = 0; local
1147 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[INPUT_PORT_INDEX].bufferSemID, &countValue);
1148 if (countValue == 0)
1150 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[INPUT_PORT_INDEX].codecSemID, &countValue);
1151 if (countValue == 0)
1157 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX].bufferSemID, &countValue);
1158 if (countValue == 0)
1160 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[OUTPUT_PORT_INDEX].codecSemID, &countValue);
1161 if (countValue == 0)
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.c1395 OMX_S32 countValue = 0; local
1403 Exynos_OSAL_Get_SemaphoreCount(pExynosComponent->pExynosPort[i].bufferSemID, &countValue);
1404 if (countValue == 0)
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.c789 OMX_S32 countValue = 0; local
H A DExynos_OMX_Basecomponent.c175 OMX_S32 countValue = 0; local

Completed in 14 milliseconds