Lines Matching full:pvalue
421 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
2017 static EAS_RESULT PopcdlStack (EAS_U32 *pStack, EAS_INT *pStackPtr, EAS_U32 *pValue)
2025 *pValue = pStack[*pStackPtr];
2071 static EAS_BOOL QueryGUID (const DLSID *pGUID, EAS_U32 *pValue)
2075 *pValue = 0;
2078 *pValue = 0xffffffff;
2090 *pValue = 0xffffffff;
2099 *pValue = MAX_DLS_MEMORY;
2105 *pValue = 0x0000013A;
2111 *pValue = LIB_VERSION;
2117 *pValue = (EAS_U32) outputSampleRate;
2167 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue)
2177 *pValue = 0;
2279 return PopcdlStack(stack, &stackPtr, pValue);