HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 195 pPropVal = ((PROPERTY*)pNext)->pValue;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 402 int* pValue)
421 (*pValue) = pEnv->GetStaticIntField(clazz, fieldId);
425 "videoEditJava_getStaticIntField, %s = %d", pName, (*pValue));
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 120 void *pValue;
131 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
132 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.c 88 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
466 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
475 *pValue = pWaveData->fileType;
481 *pValue = (EAS_I32) pWaveData->fmtChunk;
486 *pValue = WAVE_GAIN_OFFSET;
eas_smf.c 688 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
698 *pValue = EAS_FILE_SMF0;
700 *pValue = EAS_FILE_SMF1;
707 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
714 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
719 *pValue = pSMFData->transposition;
724 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
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_wavefile.c 88 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
466 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
475 *pValue = pWaveData->fileType;
481 *pValue = (EAS_I32) pWaveData->fmtChunk;
486 *pValue = WAVE_GAIN_OFFSET;
eas_smf.c 688 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
698 *pValue = EAS_FILE_SMF0;
700 *pValue = EAS_FILE_SMF1;
707 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
714 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
719 *pValue = pSMFData->transposition;
724 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
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...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.c 88 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
466 static EAS_RESULT WaveGetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
475 *pValue = pWaveData->fileType;
481 *pValue = (EAS_I32) pWaveData->fmtChunk;
486 *pValue = WAVE_GAIN_OFFSET;
eas_smf.c 693 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
703 *pValue = EAS_FILE_SMF0;
705 *pValue = EAS_FILE_SMF1;
712 VMGetPolyphony(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
719 VMGetPriority(pEASData->pVoiceMgr, pSMFData->pSynth, pValue);
724 *pValue = pSMFData->transposition;
729 *pValue = (EAS_I32) pSMFData->pSynth;
    [all...]
eas_mdls.c 421 static EAS_RESULT Parse_cdl (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 size, EAS_U32 *pValue);
    [all...]
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...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 197 void* pValue;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 336 int Reverb_setParameter (reverb_object_t *pReverb, int32_t param, size_t size, void *pValue);
337 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, size_t *pSize, void *pValue);
  /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/bluetooth/glib/tests/
testglib.c 1033 gint *pvalue = NULL; local
1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value);
1044 if (*pvalue != value)
    [all...]
  /external/qemu/android/
hw-events.h 525 int *pvalue );
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 375 helper_check_signed_overflow(ARMRelocationFactory::DWord pValue,
378 int32_t signed_val = static_cast<int32_t>(pValue);
  /external/icu4c/common/
ucnvmbcs.c     [all...]

Completed in 7021 milliseconds

1 2 3 4 56 7 8 9