HomeSort by relevance Sort by last modified time
    Searched refs:pProperties (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 403 JSPropertySpec* pProperties = NULL;
407 CJS_App::GetProperties(pProperties, nSize);
409 CJS_Color::GetProperties(pProperties, nSize);
413 CJS_Document::GetProperties(pProperties, nSize);
415 CJS_App::GetProperties(pProperties, nSize);
418 CJS_Event::GetProperties(pProperties, nSize);
420 CJS_Field::GetProperties(pProperties, nSize);
422 CJS_Global::GetProperties(pProperties, nSize);
424 CJS_Util::GetProperties(pProperties, nSize);
427 array.Add(pProperties[i].pName);
    [all...]
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 108 static SLresult IPlaybackRate_GetProperties(SLPlaybackRateItf self, SLuint32 *pProperties)
112 if (NULL == pProperties) {
119 *pProperties = properties;
IEnvironmentalReverb.c 639 const SLEnvironmentalReverbSettings *pProperties)
648 if (NULL == pProperties)
650 SLEnvironmentalReverbSettings properties = *pProperties;
693 SLEnvironmentalReverbItf self, SLEnvironmentalReverbSettings *pProperties)
697 if (NULL == pProperties) {
713 *pProperties = thiz->mProperties;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntquery.h 175 STDAPI CITextToSelectTree(WCHAR const *pwszRestriction,DBCOMMANDTREE **ppTree,ULONG cProperties,CIPROPERTYDEF *pProperties,LCID LocaleID);
176 STDAPI CITextToSelectTreeEx(WCHAR const *pwszRestriction,ULONG ulDialect,DBCOMMANDTREE **ppTree,ULONG cProperties,CIPROPERTYDEF *pProperties,LCID LocaleID);
177 STDAPI CITextToFullTree(WCHAR const *pwszRestriction,WCHAR const *pwszColumns,WCHAR const *pwszSortColumns,WCHAR const *pwszGroupings,DBCOMMANDTREE **ppTree,ULONG cProperties,CIPROPERTYDEF *pProperties,LCID LocaleID);
178 STDAPI CITextToFullTreeEx(WCHAR const *pwszRestriction,ULONG ulDialect,WCHAR const *pwszColumns,WCHAR const *pwszSortColumns,WCHAR const *pwszGroupings,DBCOMMANDTREE **ppTree,ULONG cProperties,CIPROPERTYDEF *pProperties,LCID LocaleID);
sensorsapi.h 510 IPortableDeviceValues *pProperties,
591 IPortableDeviceValues *pProperties,
646 #define ISensor_SetProperties(This,pProperties,ppResults) (This)->lpVtbl->SetProperties(This,pProperties,ppResults)
687 static FORCEINLINE HRESULT ISensor_SetProperties(ISensor* This,IPortableDeviceValues *pProperties,IPortableDeviceValues **ppResults) {
688 return This->lpVtbl->SetProperties(This,pProperties,ppResults);
776 IPortableDeviceValues *pProperties,
    [all...]
mmcobj.h 193 typedef Properties *PPROPERTIES;
240 virtual HRESULT WINAPI Initialize(Properties *pProperties) = 0;
242 virtual HRESULT WINAPI PropertiesChanged(__LONG32 cProperties,MMC_SNAPIN_PROPERTY *pProperties) = 0;
250 HRESULT (WINAPI *Initialize)(ISnapinProperties *This,Properties *pProperties);
252 HRESULT (WINAPI *PropertiesChanged)(ISnapinProperties *This,__LONG32 cProperties,MMC_SNAPIN_PROPERTY *pProperties);
262 #define ISnapinProperties_Initialize(This,pProperties) (This)->lpVtbl->Initialize(This,pProperties)
264 #define ISnapinProperties_PropertiesChanged(This,cProperties,pProperties) (This)->lpVtbl->PropertiesChanged(This,cProperties,pProperties)
267 HRESULT WINAPI ISnapinProperties_Initialize_Proxy(ISnapinProperties *This,Properties *pProperties);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 757 t_reverb_settings *pProperties;
809 pProperties = (t_reverb_settings *) pValue;
817 pValue16 = &pProperties->roomLevel;
831 pValue16 = &pProperties->roomHFLevel;
858 pValue32 = (int32_t *)&pProperties->decayTime;
877 pValue16 = &pProperties->decayHFRatio;
920 pValue16 = &pProperties->reflectionsLevel;
930 pValue32 = (int32_t *)&pProperties->reflectionsDelay;
942 pValue16 = &pProperties->reverbLevel;
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 299 t_agc_settings *pProperties = (t_agc_settings *)pValue;
344 pProperties->targetLevel = (int16_t)(agc->target_level_dbfs() * -100);
345 pProperties->compGain = (int16_t)(agc->compression_gain_db() * 100);
346 pProperties->limiterEnabled = (bool)agc->is_limiter_enabled();
360 t_agc_settings *pProperties = (t_agc_settings *)pValue;
378 pProperties->targetLevel,
379 pProperties->compGain,
380 pProperties->limiterEnabled);
381 status = agc->set_target_level_dbfs(-(pProperties->targetLevel / 100));
383 status = agc->set_compression_gain_db(pProperties->compGain / 100)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 249 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
298 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
300 pProperties = JS_Class_Properties;\
353 static void GetProperties(JSPropertySpec*& pProperties, int& nSize);\
582 void js_class_name::GetProperties(JSPropertySpec*& pProperties, int& nSize)\
584 pProperties = JS_Class_Properties;\
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 1712 milliseconds

1 2 3 4