Home | History | Annotate | Download | only in lib_src

Lines Matching full:pvalue

117  * pValue           - pointer to variable to receive current setting
120 EAS_RESULT EAS_GetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 *pValue)
126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue);
227 EAS_RESULT EAS_IntGetStrmParam (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_INT param, EAS_I32 *pValue)
232 if (EAS_GetStreamParameter(pEASData, pStream, param, pValue) == EAS_SUCCESS)
246 return VMGetPolyphony(pEASData->pVoiceMgr, pSynth, pValue);
249 return VMGetPriority(pEASData->pVoiceMgr, pSynth, pValue);
252 VMGetTranposition(pSynth, pValue);
256 *pValue = VMGetNoteCount(pSynth);
2217 * pValue - pointer to variable to receive parameter value
2227 EAS_PUBLIC EAS_RESULT EAS_GetParameter (EAS_DATA_HANDLE pEASData, EAS_I32 module, EAS_I32 param, EAS_I32 *pValue)
2237 (pEASData->effectsModules[module].effectData, param, pValue);