Searched defs:omxSetConfigVolume (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c135 boolean omxSetConfigVolume (OMX_HANDLETYPE *, OMX_S32);
1224 * @fn omxSetConfigVolume() This is the main function of application which gets called.
1228 boolean omxSetConfigVolume (OMX_HANDLETYPE *pHandle, OMX_S32 nVolume) function
1464 bFlag = omxSetConfigVolume (pHandle, 0x8000);
1472 bFlag = omxSetConfigVolume (pHandle, 0x1000);

Completed in 56 milliseconds