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

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c134 boolean omxSetConfigMute (OMX_HANDLETYPE *, OMX_BOOL);
1198 * @fn omxSetConfigMute() This is the main function of application which gets called.
1202 boolean omxSetConfigMute (OMX_HANDLETYPE *pHandle, OMX_BOOL bMute) function
1434 bFlag = omxSetConfigMute (pHandle, OMX_TRUE);
1442 bFlag = omxSetConfigMute (pHandle, OMX_FALSE);

Completed in 51 milliseconds