Searched refs:nTimeout (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c356 uint32_t nTimeout,
362 TRACE_INFO("TEEC_GetTimeLimit(0x%X, %u ms)", sContext, nTimeout);
364 if (nTimeout == 0xFFFFFFFF )
371 nTimeLimit = scxGetCurrentTime() + nTimeout;
354 TEEC_GetTimeLimit( TEEC_Context* sContext, uint32_t nTimeout, TEEC_TimeLimit* sTimeLimit) argument
/hardware/qcom/media/mm-core/inc/
H A DOMX_IVCommon.h583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout; member in struct:OMX_CONFIG_BACKLIGHTTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_IVCommon.h583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout; member in struct:OMX_CONFIG_BACKLIGHTTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_IVCommon.h583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout; member in struct:OMX_CONFIG_BACKLIGHTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout; member in struct:OMX_CONFIG_BACKLIGHTTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h583 * nTimeout : Number of milliseconds before backlight automatically turns
591 OMX_U32 nTimeout; member in struct:OMX_CONFIG_BACKLIGHTTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c742 OMX_U32 nTimeout; local
764 nTimeout = 0;
794 else if (nTimeout++ > 0xEFFFFFFE) {
1003 OMX_U32 nTimeout; local
1114 nTimeout = 0;
1121 else if (nTimeout ++ > 0xEFFFFFFE) {
1713 OMX_U32 nTimeout = 0; local
1850 nTimeout = 0;
1856 else if (nTimeout++ > 0xEFFFFFFE) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c789 OMX_U32 nTimeout = 0; local
808 nTimeout = 0;
813 if (nTimeout++ > 200000) {
861 nTimeout = 0;
866 if (nTimeout++ > 200000) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c647 OMX_U32 nTimeout = 0; local
1297 if(nTimeout++ > G726ENC_OMX_MAX_TIMEOUTS){
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Utils.c1924 nTimeout=0x0;
1934 } else if ( nTimeout++ > JPEGENC_TIMEOUT )
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c825 OMX_U32 nTimeout = 0x0; local
839 nTimeout = 0x0;
H A DOMX_VideoEncoder.c3068 OMX_U32 nTimeout = 0; local
3113 if(nTimeout++ > VIDENC_MAX_COMPONENT_TIMEOUT)

Completed in 8081 milliseconds