Home | History | Annotate | Download | only in lib_src

Lines Matching full:pvalue

433 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
2072 static EAS_RESULT PopcdlStack (EAS_U32 *pStack, EAS_INT *pStackPtr, EAS_U32 *pValue)
2080 *pValue = pStack[*pStackPtr];
2129 static EAS_BOOL QueryGUID (const DLSID *pGUID, EAS_U32 *pValue)
2133 *pValue = 0;
2136 *pValue = 0xffffffff;
2148 *pValue = 0xffffffff;
2157 *pValue = MAX_DLS_MEMORY;
2163 *pValue = 0x0000013A;
2169 *pValue = LIB_VERSION;
2175 *pValue = (EAS_U32) outputSampleRate;
2225 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue)
2235 *pValue = 0;
2337 return PopcdlStack(stack, &stackPtr, pValue);