Home
last modified time | relevance | path

Searched refs:buf32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
DVisualizer.cpp145 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; in setCaptureSize() local
146 effect_param_t *p = (effect_param_t *)buf32; in setCaptureSize()
174 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; in setScalingMode() local
175 effect_param_t *p = (effect_param_t *)buf32; in setScalingMode()
204 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; in setMeasurementMode() local
205 effect_param_t *p = (effect_param_t *)buf32; in setMeasurementMode()
374 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; in initCaptureSize() local
375 effect_param_t *p = (effect_param_t *)buf32; in initCaptureSize()
/frameworks/wilhelm/src/android/
Dandroid_Effect.cpp196 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; in android_eq_getParam() local
197 effect_param_t *p = (effect_param_t *)buf32; in android_eq_getParam()
222 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; in android_eq_setParam() local
223 effect_param_t *p = (effect_param_t *)buf32; in android_eq_setParam()
570 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; in android_fx_setParam() local
571 effect_param_t *p = (effect_param_t *)buf32; in android_fx_setParam()
590 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; in android_fx_getParam() local
591 effect_param_t *p = (effect_param_t *)buf32; in android_fx_getParam()
/frameworks/av/services/audioflinger/
DEffects.cpp392 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; in configure() local
393 effect_param_t *p = (effect_param_t *)buf32; in configure()
410 &buf32, in configure()