HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 176 - 200 of 277) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 135 bool AudioSfDecoder::getPcmFormatKeyValue(uint32_t index, uint32_t size, uint32_t* pValue) {
146 *pValue = mPcmFormatValues[index];
AudioPlayer_to_android.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 736 static void spanExpr(ExprSpan *pOut, Parse *pParse, int op, Token *pValue){
737 pOut->pExpr = sqlite3PExpr(pParse, op, 0, 0, pValue);
738 pOut->zStart = pValue->z;
739 pOut->zEnd = &pValue->z[pValue->n];
    [all...]
pragma.c 305 Token *pValue, /* Token for <value>, or NULL */
336 zRight = sqlite3MPrintf(db, "-%T", pValue);
338 zRight = sqlite3NameFromToken(db, pValue);
    [all...]
util.c 523 ** *pValue to that integer and return true. Otherwise return false.
529 int sqlite3GetInt32(const char *zNum, int *pValue){
560 *pValue = (int)v;
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c 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);
    [all...]
eas_imelody.c 132 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
829 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
839 *pValue = EAS_FILE_IMELODY;
843 *pValue = (EAS_I32) pData->pSynth;
847 *pValue = IMELODY_GAIN_OFFSET;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c 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);
    [all...]
eas_imelody.c 132 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
829 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
839 *pValue = EAS_FILE_IMELODY;
843 *pValue = (EAS_I32) pData->pSynth;
847 *pValue = IMELODY_GAIN_OFFSET;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 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);
    [all...]
eas_imelody.c 132 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
838 static EAS_RESULT IMY_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
848 *pValue = EAS_FILE_IMELODY;
852 *pValue = (EAS_I32) pData->pSynth;
856 *pValue = IMELODY_GAIN_OFFSET;
    [all...]
  /external/qemu/android/
hw-events.h 536 int *pvalue );
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 132 pvalue = params[pname];
133 args.push(encodeURIComponent(pname) + '=' + encodeURIComponent(pvalue));
  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c     [all...]
  /external/icu4c/common/
ucnvmbcs.c     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 1609 milliseconds

1 2 3 4 5 6 78 91011>>