Searched refs:uTimeout (Results 1 - 25 of 31) sorted by relevance

12

/hardware/ti/omap3/dspbridge/inc/
H A DDSPManager.h152 * uTimeout : timeout interval in milliseocnds
161 UINT uTimeout);
H A DDSPNode.h302 * uTimeout: Timeout to wait for message.
317 UINT uTimeout);
345 * uTimeout: Timeout (msecs) waiting for message to be queued.
361 UINT uTimeout);
H A DDSPStream.h290 * uTimeout: Timeout value in milliseconds.
303 UINT uTimeout);
H A Ddbdefs.h90 /* Infinite time value for the uTimeout parameter to DSPStream_Select() */
335 UINT uTimeout; /* Timeout for blocking STRM calls */ member in struct:DSP_STRMATTR
406 UINT uTimeout; member in struct:DSP_NDBPROPS
419 UINT uTimeout; member in struct:DSP_NODEATTRIN
465 UINT uTimeout; member in struct:DSP_PROCESSORATTRIN
532 UINT uTimeout; member in struct:DSP_STREAMATTRIN
H A Dwcdioctl.h106 UINT uTimeout; member in struct:__anon1908::__anon1913
273 UINT uTimeout; member in struct:__anon1908::__anon1939
283 UINT uTimeout; member in struct:__anon1908::__anon1941
378 UINT uTimeout; member in struct:__anon1908::__anon1956
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPManager.h152 * uTimeout : timeout interval in milliseocnds
161 UINT uTimeout);
H A DDSPNode.h302 * uTimeout: Timeout to wait for message.
317 UINT uTimeout);
345 * uTimeout: Timeout (msecs) waiting for message to be queued.
361 UINT uTimeout);
H A DDSPStream.h292 * uTimeout: Timeout value in milliseconds.
305 UINT uTimeout);
H A Ddbdefs.h90 /* Infinite time value for the uTimeout parameter to DSPStream_Select() */
329 UINT uTimeout; /* Timeout for blocking STRM calls */ member in struct:DSP_STRMATTR
398 UINT uTimeout; member in struct:DSP_NDBPROPS
410 UINT uTimeout; member in struct:DSP_NODEATTRIN
454 UINT uTimeout; member in struct:DSP_PROCESSORATTRIN
521 UINT uTimeout; member in struct:DSP_STREAMATTRIN
H A Dwcdioctl.h106 UINT uTimeout; member in struct:__anon1985::__anon1990
273 UINT uTimeout; member in struct:__anon1985::__anon2016
283 UINT uTimeout; member in struct:__anon1985::__anon2018
378 UINT uTimeout; member in struct:__anon1985::__anon2033
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_Types.h172 unsigned int uTimeout; member in struct:LCML_STRMATTR
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPManager.c255 UINT uCount, OUT UINT *puIndex, UINT uTimeout)
272 tempStruct.ARGS_MGR_WAIT.uTimeout = uTimeout;
254 DSPManager_WaitForEvents(struct DSP_NOTIFICATION **aNotifications, UINT uCount, OUT UINT *puIndex, UINT uTimeout) argument
H A DDSPNode.c645 UINT uTimeout)
667 tempStruct.ARGS_NODE_GETMESSAGE.uTimeout = uTimeout;
753 UINT uTimeout)
775 tempStruct.ARGS_NODE_PUTMESSAGE.uTimeout = uTimeout;
644 DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG *pMessage, UINT uTimeout) argument
752 DSPNode_PutMessage(DSP_HNODE hNode, IN CONST struct DSP_MSG *pMessage, UINT uTimeout) argument
H A DDSPStrm.c753 UINT nStreams, OUT UINT *pMask, UINT uTimeout)
767 tempStruct.ARGS_STRM_SELECT.uTimeout = uTimeout;
752 DSPStream_Select(IN DSP_HSTREAM *aStreamTab, UINT nStreams, OUT UINT *pMask, UINT uTimeout) argument
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c305 NodeAttrIn.uTimeout = phandle->dspCodec->Timeout;
306 NodeAttrIn.uTimeout = 1000; /* WORKAROUND */
622 NodeAttrIn.uTimeout = phandle->dspCodec->Timeout;
623 NodeAttrIn.uTimeout = 1000; /* WORKAROUND */
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c180 strmAttr->uTimeout = G711D_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c163 pComponentPrivate->strmAttr->uTimeout = G711ENC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c312 strmAttr->uTimeout = OMX_G722DEC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c319 strmAttr->uTimeout = OMX_G722ENC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c211 strmAttr->uTimeout = OMX_G726DEC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c233 pComponentPrivate->strmAttr->uTimeout = G726ENC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c196 strmAttr->uTimeout = G729D_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c176 pComponentPrivate->strmAttr->uTimeout = G729ENC_SN_TIMEOUT;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c201 strmAttr->uTimeout = -1;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c185 strmAttr->uTimeout = 1000;

Completed in 1460 milliseconds

12